Skip to content

Norris Industries, Inc.: filings

Every Norris Industries, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-07-15fiscal Q1 202625530001493152-26-033386
10-K2026-05-29fiscal FY 202624490001493152-26-026291
10-Q2026-03-10fiscal Q3 202626850001493152-26-009508
10-Q2025-10-14fiscal Q2 202626840001493152-25-017989
10-Q2025-07-15fiscal Q1 202626540001641172-25-019682
10-K2025-05-28fiscal FY 202525500001641172-25-012733
10-Q2025-01-14fiscal Q3 202525840001493152-25-002066
10-Q2024-10-15fiscal Q2 202525800001493152-24-041077
10-Q2024-07-12fiscal Q1 202525510001493152-24-027122
10-K2024-05-28fiscal FY 202424480001493152-24-021582
10-Q2024-01-11fiscal Q3 202425840001493152-24-002052
10-Q2023-10-12fiscal Q2 202425800001493152-23-037003
10-Q2023-07-14fiscal Q1 202422440001493152-23-024546
10-K2023-05-26fiscal FY 202323460001493152-23-019180
10-Q2023-01-17fiscal Q3 202322720001493152-23-001517
10-Q2022-10-14fiscal Q2 202223700001493152-22-028411
10-Q2022-07-13fiscal Q1 202322460001493152-22-019136
10-K2022-06-15fiscal FY 202222440001493152-22-016856
10-Q2022-01-14fiscal Q3 202220630001493152-22-001181
10-Q2021-10-20fiscal Q2 202221620001493152-21-025845
10-Q2021-07-15fiscal Q1 202220430001493152-21-016902
10-K2021-06-01fiscal FY 202122430001493152-21-013352
10-Q2021-01-14fiscal Q3 202123720001493152-21-001045
10-Q2020-10-13fiscal Q2 202122640001493152-20-019372
10-Q2020-07-15fiscal Q1 202122450001493152-20-013361
10-K2020-06-15fiscal FY 202023450001493152-20-011175
10-Q2020-01-10fiscal Q3 202023630001493152-20-000454
10-Q2019-10-11fiscal Q2 202023650001493152-19-015422
10-Q2019-07-12fiscal Q1 202023460001493152-19-010570
10-K2019-06-13fiscal FY 201927520001493152-19-009072
10-Q2019-01-22fiscal Q3 201926660001493152-19-000799
10-Q2018-10-12fiscal Q2 201926670001493152-18-014423
10-Q2018-07-16fiscal Q1 201825510001493152-18-010002
10-K2018-06-27fiscal FY 201828570001493152-18-009314
10-Q2018-01-22fiscal Q3 201826660001493152-18-000863
10-Q2017-10-16fiscal Q2 201825580001493152-17-011684
10-Q2017-07-21fiscal Q1 201824470001493152-17-008089
10-K2017-06-01fiscal FY 201727500001493152-17-006068
10-Q2017-01-17fiscal Q3 201723590001493152-17-000515
10-Q2016-10-18fiscal Q2 201722490001493152-16-014116
10-Q2016-07-15fiscal Q1 201721410001493152-16-011596
10-K2016-06-27fiscal FY 201621390001493152-16-011086
10-Q2016-01-14fiscal Q3 201622420001493152-16-006786
10-Q2015-10-21fiscal Q2 201617350001493152-15-004930
10-Q2015-07-21fiscal Q1 201618330001493152-15-003095
10-K2015-05-29fiscal FY 201515250001493152-15-002298
10-Q2015-02-17fiscal Q3 201511210001144204-15-009353

Inspect the source

Entity
Norris Industries, Inc. / CIK 0001603793
Captured
2026-09-20T09:25:41.899Z
SEC response SHA-256
9014b25a4519192bd0f7a1d4d4386d7eeb80ff6185a383177116ae4c5465e831

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001603793.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))