Skip to content

NEVADA CANYON GOLD CORP.: filings

Every NEVADA CANYON GOLD CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-08-14fiscal Q2 202622650001493152-26-037930
10-Q2026-05-13fiscal Q1 202622430001493152-26-022649
10-K2026-03-31fiscal FY 202523460001493152-26-013949
10-Q2025-11-13fiscal Q3 202522710001493152-25-022079
10-Q2025-08-13fiscal Q2 202522670001641172-25-023396
10-Q2025-05-13fiscal Q1 202522450001641172-25-009882
10-K2025-03-27fiscal FY 202423460001641172-25-000893
10-Q2024-11-12fiscal Q3 202420680001493152-24-044839
10-Q2024-08-12fiscal Q2 202421650001493152-24-031255
10-Q2024-05-06fiscal Q1 202421430001493152-24-017901
10-K2024-03-11fiscal FY 202324480001493152-24-009515
10-Q2023-11-13fiscal Q3 202321700001493152-23-040444
10-Q2023-08-11fiscal Q2 202321650001493152-23-027763
10-K/A2023-06-15fiscal FY 202221410001493152-23-021317
10-Q2023-05-12fiscal Q1 202320410001493152-23-016557
10-K2023-03-27fiscal FY 202221410001493152-23-009060
10-Q2022-11-14fiscal Q3 202220600001493152-22-032260
10-Q/A2022-08-23fiscal Q2 202219530001493152-22-023828
10-Q2022-08-15fiscal Q2 202219530001493152-22-022650
10-Q2022-05-16fiscal Q1 202221410001493152-22-013698
10-K2022-03-31fiscal FY 202118360001493152-22-008401
10-Q2021-11-15fiscal Q3 202116470001493152-21-028297
10-Q2021-08-11fiscal Q2 202115420001493152-21-019302
10-Q2021-05-14fiscal Q1 202115310001493152-21-011387
10-K2021-03-03fiscal FY 202019380001493152-21-005293
10-Q2020-11-09fiscal Q3 202018550001493152-20-020782
10-Q2020-08-12fiscal Q2 202018510001493152-20-015373
10-Q2020-05-08fiscal Q1 202017370001493152-20-008006
10-K2020-03-27fiscal FY 201921410001493152-20-004834
10-Q2019-11-12fiscal Q3 201919480001493152-19-016813
10-Q2019-08-13fiscal Q2 201918440001493152-19-012184
10-Q2019-05-15fiscal Q1 201919350001493152-19-007175
10-K2019-04-01fiscal FY 201824460001493152-19-004369
10-Q2018-11-13fiscal Q3 201821550001493152-18-015652
10-Q2018-07-30fiscal Q2 201818410001493152-18-010632
10-Q2018-05-15fiscal Q1 201817340001493152-18-006963
10-K2018-04-16fiscal FY 201727490001493152-18-005172
10-Q2017-11-13fiscal Q3 201724570001493152-17-012887
10-Q2017-08-14fiscal Q2 201719430001493152-17-009046
10-Q2017-05-15fiscal Q1 201716320001493152-17-005275
10-K2017-03-21fiscal FY 201620380001493152-17-002675
10-Q2016-11-14fiscal Q3 201617400001493152-16-014801
10-Q2016-08-15fiscal Q2 201615380001493152-16-012419
10-Q2016-05-11fiscal Q1 201614290001493152-16-009601
10-K2016-03-15fiscal FY 201519340001493152-16-008059
10-Q2015-11-13fiscal Q3 201519440001493152-15-005416
10-Q2015-08-18fiscal Q2 201519440001493152-15-003848
10-Q2015-05-18fiscal Q1 201517330001493152-15-002078
10-K2015-03-30fiscal FY 201418180001493152-15-001069
10-Q2014-11-17fiscal Q2 201515240001493152-14-003824

Inspect the source

Entity
NEVADA CANYON GOLD CORP. / CIK 0001605481
Captured
2026-09-20T09:26:05.116Z
SEC response SHA-256
113a2e782a0afb9eb7b594252926c77da2e89f37948a506885a20d422df8ea24

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