Skip to content

TMC the metals Co Inc.: filings

Every TMC the metals Co Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-13fiscal Q2 202632860001104659-26-096051
10-Q2026-05-14fiscal Q1 202632670001104659-26-061357
10-K2026-03-31fiscal FY 202538780001104659-26-037863
10-Q2025-11-13fiscal Q3 202532870001104659-25-111264
10-Q2025-08-14fiscal Q2 202530810001410578-25-001821
10-Q2025-05-14fiscal Q1 202530640001410578-25-001269
10-K2025-03-27fiscal FY 202437790001410578-25-000516
10-Q2024-11-15fiscal Q3 202428760001104659-24-119467
10-Q2024-08-14fiscal Q2 202430860001104659-24-089697
10-Q2024-05-13fiscal Q1 202428580001104659-24-060532
10-K2024-03-25fiscal FY 2023301340001104659-24-038505
10-Q2023-11-09fiscal Q3 202327760001104659-23-116306
10-Q2023-08-14fiscal Q2 202325710001104659-23-091509
10-Q2023-05-11fiscal Q1 202324490001104659-23-059123
10-K2023-03-27fiscal FY 202228550001104659-23-037110
10-Q/A2022-11-15fiscal Q3 202225710001104659-22-118962
10-Q2022-11-14fiscal Q3 202225710001104659-22-118680
10-Q2022-05-09fiscal Q1 202225540001104659-22-057493
10-K2022-03-25fiscal FY 202127540001104659-22-038029
10-Q2021-11-15fiscal Q3 202122780001104659-21-138609
10-Q2021-08-16fiscal Q2 202119500001213900-21-042930
10-Q2021-05-25fiscal Q1 202117330001213900-21-028918
10-K/A2021-05-24fiscal FY 202018310001213900-21-028751
10-K2021-03-30fiscal FY 202017300001213900-21-018753
10-Q2020-11-13fiscal Q3 202017330001213900-20-036858
10-Q2020-08-12fiscal Q2 202018320001213900-20-021616
10-Q2020-06-17fiscal Q1 202012200001213900-20-015197

Inspect the source

Entity
TMC the metals Co Inc. / CIK 0001798562
Captured
2026-09-21T17:27:51.798Z
SEC response SHA-256
e42964c8d3e679f81ae7fe59c9aff0b92d942d11acf0bec063b9f00d28877d0b

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