Skip to content

TRILOGY METALS INC.: filings

Every TRILOGY METALS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-08fiscal Q2 202625690001104659-26-081550
10-Q2026-04-02fiscal Q1 202626520001104659-26-039216
10-K2026-02-17fiscal FY 202527680001104659-26-015668
10-Q2025-10-01fiscal Q3 202524730001104659-25-095176
10-Q2025-07-10fiscal Q2 202524670001558370-25-009156
10-Q2025-04-02fiscal Q1 202523480001558370-25-004293
10-K2025-02-14fiscal FY 202427710001558370-25-000964
10-Q2024-10-08fiscal Q3 202425760001558370-24-013186
10-Q2024-07-10fiscal Q2 202425690001558370-24-009732
10-Q2024-04-03fiscal Q1 202423500001558370-24-004639
10-K2024-02-09fiscal FY 202326670001558370-24-000914
10-Q2023-10-11fiscal Q3 202324740001558370-23-016342
10-Q2023-07-14fiscal Q2 202324710001558370-23-011875
10-Q2023-04-05fiscal Q1 202324510001558370-23-005458
10-K2023-02-14fiscal FY 202228710001558370-23-001217
10-Q2022-10-05fiscal Q3 202226810001558370-22-014836
10-Q2022-07-06fiscal Q2 202225730001558370-22-010546
10-Q2022-04-06fiscal Q1 202225520001558370-22-005095
10-K2022-02-11fiscal FY 202134820001558370-22-001028
10-Q2021-10-05fiscal Q3 202128830001558370-21-012990
10-Q2021-07-07fiscal Q2 202127760001558370-21-008788
10-Q2021-04-07fiscal Q1 202124520001558370-21-004022
10-K2021-02-12fiscal FY 202033770001558370-21-000933
10-Q2020-10-07fiscal Q3 202030850001558370-20-011395
10-Q2020-07-08fiscal Q2 202028770001104659-20-081919
10-Q2020-04-08fiscal Q1 202027570001104659-20-044461
10-K2020-02-13fiscal FY 201925660001104659-20-019678
10-Q2019-10-09fiscal Q3 201924700001279569-19-002074
10-Q2019-07-09fiscal Q2 201923610001279569-19-001491
10-Q2019-04-09fiscal Q1 201922470001279569-19-000840
10-K2019-02-11fiscal FY 201826680001279569-19-000253
10-Q2018-10-05fiscal Q3 201824580001279569-18-001966
10-Q2018-07-16fiscal Q2 201824560001279569-18-001487
10-Q2018-04-05fiscal Q1 201823490001279569-18-000669
10-K2018-02-02fiscal FY 201725650001279569-18-000183
10-Q2017-10-05fiscal Q3 201721520001279569-17-001939
10-Q2017-06-28fiscal Q2 201721520001279569-17-001341
10-Q2017-04-04fiscal Q1 201722480001279569-17-000689
10-K2017-02-03fiscal FY 201624630001279569-17-000161
10-Q2016-10-06fiscal Q3 201621600001062993-16-011652
10-Q2016-07-07fiscal Q2 201621630001062993-16-010431
10-Q2016-04-07fiscal Q1 201621480001062993-16-008794
10-K2016-02-08fiscal FY 201523710001062993-16-007558
10-Q2015-10-08fiscal Q3 201521740001062993-15-005341
10-Q2015-07-10fiscal Q2 201519700001062993-15-003802
10-Q2015-04-09fiscal Q1 201519520001062993-15-001841
10-K2015-02-06fiscal FY 201421670001062993-15-000519
10-Q2014-10-09fiscal Q3 201419700001062993-14-005866
10-Q2014-07-09fiscal Q2 201419700001062993-14-004101
10-Q2014-04-08fiscal Q1 201419520001062993-14-002011
10-K2014-01-30fiscal FY 201321660001062993-14-000408
10-Q2013-10-09fiscal Q3 201320750001062993-13-004947
10-Q2013-07-09fiscal Q2 201320740001062993-13-003368
10-Q/A2013-05-03fiscal Q1 201320550001062993-13-002258

Inspect the source

Entity
TRILOGY METALS INC. / CIK 0001543418
Captured
2026-09-20T09:17:44.662Z
SEC response SHA-256
dd682bf62c5b687293c63d89bb25ef6698fe96763262eb065315b32c47e32765

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