Skip to content

Ramaco Resources, Inc.: filings

Every Ramaco Resources, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-05fiscal Q2 2026371000001104659-26-090902
10-K/A2026-07-24fiscal FY 2025441110001104659-26-086668
10-Q2026-05-11fiscal Q1 202637760001104659-26-058647
10-K2026-02-26fiscal FY 2025441110001104659-26-020479
10-Q2025-10-28fiscal Q3 2025371030001213900-25-102891
10-Q2025-08-01fiscal Q2 202533890001558370-25-009974
10-Q2025-05-12fiscal Q1 202533690001558370-25-007370
10-K2025-03-17fiscal FY 2024431090001558370-25-003144
10-Q2024-11-08fiscal Q3 2024361050001558370-24-015069
10-Q2024-08-08fiscal Q2 2024361060001558370-24-011591
10-Q2024-05-09fiscal Q1 202437790001558370-24-007598
10-K2024-03-14fiscal FY 2023441190001558370-24-003256
10-Q2023-11-09fiscal Q3 2023381130001558370-23-018430
10-Q2023-08-09fiscal Q2 2023381140001558370-23-014253
10-Q2023-05-09fiscal Q1 202338800001558370-23-008818
10-K2023-03-14fiscal FY 2022441130001558370-23-003736
10-K/A2023-01-10fiscal FY 2021451160001104659-23-002700
10-Q2022-11-09fiscal Q3 2022401150001558370-22-017155
10-Q2022-08-09fiscal Q2 2022401100001558370-22-012874
10-Q2022-05-13fiscal Q1 202240840001558370-22-008756
10-K2022-04-01fiscal FY 2021451160001558370-22-004987
10-Q2021-11-02fiscal Q3 2021411210001558370-21-014093
10-Q2021-08-02fiscal Q2 2021411160001558370-21-009805
10-Q2021-05-12fiscal Q1 202140840001558370-21-006928
10-K2021-02-18fiscal FY 2020461560001558370-21-001215
10-Q2020-11-03fiscal Q3 2020391160001558370-20-012402
10-Q2020-08-06fiscal Q2 2020391120001558370-20-009638
10-Q2020-05-12fiscal Q1 202039820001558370-20-006416
10-K2020-02-20fiscal FY 2019451480001558370-20-001079
10-Q2019-11-05fiscal Q3 2019391150001558370-19-009964
10-Q2019-08-13fiscal Q2 2019391070001558370-19-008073
10-Q2019-05-07fiscal Q1 201938790001437749-19-009004
10-K2019-03-19fiscal FY 2018421360001437749-19-005299
10-Q2018-11-07fiscal Q3 2018381020001437749-18-019865
10-Q2018-08-06fiscal Q2 2018381020001437749-18-014598
10-Q2018-05-15fiscal Q1 201838760001437749-18-009992
10-K2018-03-21fiscal FY 2017361010001437749-18-005179
10-Q2017-11-08fiscal Q3 201733800001437749-17-018691
10-Q2017-08-14fiscal Q2 201730770001437749-17-014735
10-Q2017-05-10fiscal Q1 201729540001437749-17-008599

Inspect the source

Entity
Ramaco Resources, Inc. / CIK 0001687187
Captured
2026-09-21T17:23:21.173Z
SEC response SHA-256
0d2b802b9f4a4465f2c4fabb7fa2340f1d6a770ef0f307a3141bcf97bfb32e0e

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