Skip to content

ANTERO MIDSTREAM CORPORATION: filings

Every ANTERO MIDSTREAM CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-29fiscal Q2 2026461270001104659-26-088150
10-Q2026-04-29fiscal Q1 202645900001104659-26-051518
10-K2026-02-11fiscal FY 2025461170001104659-26-013380
10-Q2025-10-29fiscal Q3 2025431280001104659-25-103732
10-Q2025-07-30fiscal Q2 2025431230001558370-25-009801
10-Q2025-04-30fiscal Q1 202542860001558370-25-006002
10-K2025-02-12fiscal FY 2024451110001558370-25-000862
10-Q2024-10-30fiscal Q3 2024431280001558370-24-013951
10-Q2024-07-31fiscal Q2 2024421200001558370-24-010481
10-Q2024-04-24fiscal Q1 202442860001558370-24-005600
10-K2024-02-14fiscal FY 2023451130001558370-24-001161
10-Q2023-10-25fiscal Q3 2023401220001558370-23-016720
10-Q2023-07-26fiscal Q2 2023401180001558370-23-012290
10-Q2023-04-26fiscal Q1 202342860001558370-23-006838
10-K2023-02-15fiscal FY 2022481190001558370-23-001377
10-Q2022-10-26fiscal Q3 2022441280001558370-22-015403
10-Q2022-07-27fiscal Q2 2022441250001558370-22-011142
10-Q2022-04-27fiscal Q1 202244890001558370-22-006102
10-K2022-02-16fiscal FY 2021481210001558370-22-001278
10-Q2021-10-27fiscal Q3 2021451320001558370-21-013626
10-Q2021-07-28fiscal Q2 2021461300001558370-21-009478
10-Q2021-04-28fiscal Q1 202145920001558370-21-005086
10-K2021-02-17fiscal FY 2020481570001558370-21-001148
10-Q2020-10-28fiscal Q3 2020471300001558370-20-011882
10-Q2020-07-29fiscal Q1 2020471260001558370-20-008641
10-Q2020-04-29fiscal Q3 201944870001558370-20-004617
10-K2020-02-12fiscal FY 2019471130001558370-20-000723
10-Q2019-10-29fiscal Q3 2019461010001558370-19-009340
10-Q2019-07-31fiscal Q2 2019451020001558370-19-006670
10-Q2019-05-01fiscal Q1 201943680001558370-19-003744
10-K2019-02-13fiscal FY 201820780001558370-19-000642
10-Q2018-10-31fiscal Q3 201818600001558370-18-008176
10-Q2018-08-01fiscal Q2 201817500001558370-18-006104
10-Q2018-04-25fiscal Q1 201816290001558370-18-003261
10-K2018-02-13fiscal FY 201718690001558370-18-000644
10-Q2017-11-01fiscal Q3 201717440001558370-17-007931
10-Q2017-08-02fiscal Q2 201714330001558370-17-005737
10-Q2017-06-02fiscal Q1 201713220001558370-17-004649

Inspect the source

Entity
ANTERO MIDSTREAM CORPORATION / CIK 0001623925
Captured
2026-09-21T17:20:55.447Z
SEC response SHA-256
3abfb7b3414ee3111b46b72ae1b264ff8ae92be50ae4c5dfd9e1c49c369f1b4f

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