Skip to content

NOVAGOLD RESOURCES INC: filings

Every NOVAGOLD RESOURCES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-06-24fiscal Q2 202626860001171843-26-004279
10-Q2026-04-01fiscal Q1 202626540001171843-26-002142
10-K2026-01-22fiscal FY 202534880001171843-26-000374
10-Q2025-10-01fiscal Q3 202528990001171843-25-006209
10-Q2025-06-25fiscal Q2 202528980001171843-25-004095
10-Q2025-04-01fiscal Q1 202528580001171843-25-001907
10-K2025-01-23fiscal FY 202434880001171843-25-000387
10-Q2024-10-02fiscal Q3 2024291020001171843-24-005458
10-Q2024-06-26fiscal Q2 202429980001171843-24-003662
10-Q2024-04-03fiscal Q1 202427560001171843-24-001819
10-K2024-01-24fiscal FY 202332850001171843-24-000389
10-Q2023-10-03fiscal Q3 202327960001171843-23-006025
10-Q2023-06-27fiscal Q2 202327920001171843-23-004182
10-Q2023-04-04fiscal Q1 202327560001171843-23-002135
10-K2023-01-25fiscal FY 202231800001171843-23-000476
10-Q2022-10-04fiscal Q3 202227940001171843-22-006414
10-Q2022-06-29fiscal Q2 202226880001171843-22-004623
10-Q2022-04-05fiscal Q1 202224500001171843-22-002395
10-K2022-01-26fiscal FY 202130780001171843-22-000514
10-Q2021-09-29fiscal Q3 202125880001171843-21-006710
10-Q2021-06-29fiscal Q2 202125840001171843-21-004603
10-Q2021-03-31fiscal Q1 202125520001171843-21-002212
10-K2021-01-27fiscal FY 202032960001171843-21-000547
10-Q2020-09-30fiscal Q3 202029960001171843-20-006745
10-Q2020-06-24fiscal Q2 202028880001171843-20-004543
10-Q2020-04-01fiscal Q1 202028560001171843-20-002271
10-K2020-01-22fiscal FY 201928900001171843-20-000396
10-Q2019-10-01fiscal Q3 201925900001171843-19-006281
10-Q2019-06-26fiscal Q2 201925830001171843-19-004187
10-Q2019-04-02fiscal Q1 201925510001171843-19-002186
10-K2019-01-23fiscal FY 201828890001171843-19-000448
10-Q2018-10-02fiscal Q3 201823820001171843-18-006821
10-Q2018-06-27fiscal Q2 201824790001171843-18-004852
10-Q2018-04-04fiscal Q1 201824510001171843-18-002534
10-K2018-01-24fiscal FY 201728920001171843-18-000607
10-Q2017-10-03fiscal Q3 201721700001171843-17-005900
10-Q2017-06-27fiscal Q2 201721700001171843-17-003834
10-Q2017-04-03fiscal Q1 201721460001171843-17-001923
10-K2017-01-25fiscal FY 201626840001171843-17-000429
10-Q2016-10-04fiscal Q3 201624770001102624-16-003447
10-Q2016-06-27fiscal Q2 201624770001102624-16-003003
10-Q2016-04-04fiscal Q1 201624510001102624-16-002479
10-K2016-01-27fiscal FY 201528910001102624-16-002023
10-Q2015-10-06fiscal Q3 201527860001102624-15-001530
10-Q2015-07-07fiscal Q2 201526860001102624-15-001070
10-Q2015-03-31fiscal Q1 201526530001102624-15-000498
10-K2015-01-28fiscal FY 201430970001102624-15-000109
10-Q2014-10-07fiscal Q3 201427890001102624-14-001616
10-Q2014-07-09fiscal Q2 201427760001102624-14-001095
10-Q2014-04-07fiscal Q1 201428770001102624-14-000552
10-K2014-02-12fiscal FY 2013361420001102624-14-000184

Inspect the source

Entity
NOVAGOLD RESOURCES INC / CIK 0001173420
Captured
2026-09-20T07:44:28.258Z
SEC response SHA-256
c6092072b21975cc099fba2207ffbab40fdcebcd5870eae67492e8b8dd860db0

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