Skip to content

NioCorp Developments Ltd.: filings

Every NioCorp Developments Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-05-14fiscal Q3 202634940001193125-26-223959
10-Q2026-02-06fiscal Q2 202634950001193125-26-041285
10-Q2025-11-13fiscal Q1 202629600001539497-25-002940
10-K2025-09-11fiscal FY 202538760001539497-25-002331
10-Q2025-05-08fiscal Q3 202528670001539497-25-001285
10-Q2025-02-07fiscal Q2 202529720001539497-25-000398
10-Q2024-11-13fiscal Q1 202528580001539497-24-002408
10-K2024-09-23fiscal FY 202434660001539497-24-001980
10-Q2024-05-02fiscal Q3 202431800001539497-24-000937
10-Q2024-02-13fiscal Q2 202429750001539497-24-000311
10-Q2023-11-13fiscal Q1 202428570001539497-23-001892
10-K2023-10-06fiscal FY 202335940001539497-23-001700
10-Q/A2023-06-08fiscal Q2 202328770001539497-23-001072
10-Q/A2023-06-08fiscal Q1 202327530001539497-23-001070
10-Q2023-05-30fiscal Q3 202332980001539497-23-001028
10-Q2023-02-13fiscal Q2 202326650001539497-23-000271
10-Q2022-11-14fiscal Q1 202325500001539497-22-001800
10-K/A2022-10-31fiscal FY 2022291170001539497-22-001717
10-K2022-09-06fiscal FY 202229700001539497-22-001510
10-Q2022-05-06fiscal Q3 202225640001539497-22-000942
10-Q2022-02-04fiscal Q2 202225630001539497-22-000259
10-Q2021-11-05fiscal Q1 202225500001539497-21-001727
10-K2021-09-08fiscal FY 202124590001539497-21-001306
10-Q2021-05-11fiscal Q3 202124600001785982-21-000086
10-Q2021-02-05fiscal Q2 202123600001785982-21-000034
10-Q2020-11-06fiscal Q1 202123480001785982-20-000955
10-K2020-09-16fiscal FY 202024590001785982-20-000846
10-Q2020-05-11fiscal Q3 202021570001213900-20-011628
10-Q2020-02-07fiscal Q2 202021570001213900-20-002835
10-Q2019-11-08fiscal Q1 202021450001213900-19-022559
10-K2019-09-04fiscal FY 201924610001213900-19-017175
10-Q2019-05-10fiscal Q3 201922580001615774-19-007479
10-Q2019-02-08fiscal Q2 201922580001615774-19-002088
10-Q2018-11-08fiscal Q1 201922460001615774-18-012317
10-K2018-08-31fiscal FY 201826650001615774-18-009046
10-Q2018-05-11fiscal Q3 201823590001615774-18-003630
10-Q2018-02-09fiscal Q2 201824630001615774-18-000990
10-Q2017-11-09fiscal Q1 201824520001615774-17-006414
10-K2017-08-29fiscal FY 201723540001615774-17-004839
10-Q2017-05-12fiscal Q3 201719530001615774-17-002351
10-Q2017-02-03fiscal Q2 201619530001615774-17-000360
10-Q2016-11-14fiscal Q1 201619410001615774-16-008189

Inspect the source

Entity
NioCorp Developments Ltd. / CIK 0001512228
Captured
2026-09-19T11:18:31.557Z
SEC response SHA-256
3aecb1734d57edcf387b2821c91d8a8b83b773ce48a51dd2ca14eb61a9350a5b

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/0001512228.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"])))