Skip to content

Coronado Global Resources Inc.: filings

Every Coronado Global Resources Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-10fiscal Q2 2025511430001562762-26-000094
10-Q2026-05-11fiscal Q1 2026511070001562762-26-000066
10-K2026-03-03fiscal FY 2025531370001562762-26-000024
10-Q2025-11-10fiscal Q3 2025521480001562762-25-000272
10-Q2025-08-11fiscal Q2 2025521440001562762-25-000208
10-Q2025-05-08fiscal Q1 2025521080001562762-25-000112
10-K2025-02-19fiscal FY 2024531360001562762-25-000021
10-Q2024-11-12fiscal Q3 2023511470001562762-24-000271
10-Q2024-08-05fiscal Q2 2024511430001562762-24-000193
10-Q2024-05-06fiscal Q1 2024501050001562762-24-000122
10-K2024-02-20fiscal FY 2023571490001562762-24-000028
10-Q2023-11-08fiscal Q3 2023501450001562762-23-000412
10-Q2023-08-07fiscal Q2 2023491370001562762-23-000314
10-Q2023-05-08fiscal Q1 202347990001562762-23-000220
10-K2023-02-21fiscal FY 2022571510001562762-23-000044
10-Q2022-11-08fiscal Q3 2022501450001562762-22-000437
10-Q2022-08-08fiscal Q2 2022501410001562762-22-000347
10-Q2022-05-09fiscal Q1 2022481010001562762-22-000232
10-K2022-02-22fiscal FY 2021571490001562762-22-000043
10-Q2021-11-08fiscal Q3 2021521510001562762-21-000427
10-Q2021-08-09fiscal Q2 2020521460001562762-21-000329
10-Q2021-05-10fiscal Q1 2021511070001562762-21-000212
10-K2021-02-25fiscal FY 2020591780001562762-21-000061
10-Q2020-11-10fiscal Q3 2020561620001562762-20-000407
10-Q2020-08-10fiscal Q2 2020561580001562762-20-000328
10-Q2020-05-08fiscal Q1 2020551150001562762-20-000179
10-K2020-02-24fiscal FY 2019581740001562762-20-000067
10-Q2019-11-07fiscal Q3 2019541490001562762-19-000281
10-Q2019-08-05fiscal Q2 2019541460001104659-19-043831

Inspect the source

Entity
Coronado Global Resources Inc. / CIK 0001770561
Captured
2026-09-19T11:21:10.532Z
SEC response SHA-256
5678cad5e7adb95a3f56074c2853c61a5f2aa8a5f0d81fc5c10429db906a0b8f

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