Skip to content

ANTERO RESOURCES Corp: filings

Every ANTERO RESOURCES Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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 2026401160001104659-26-088153
10-Q2026-04-29fiscal Q1 202640830001104659-26-051530
10-K2026-02-11fiscal FY 2025421110001104659-26-013386
10-Q2025-10-29fiscal Q3 2025401190001104659-25-103735
10-Q2025-07-30fiscal Q2 2025401150001558370-25-009802
10-Q2025-04-30fiscal Q1 202540830001558370-25-006004
10-K2025-02-12fiscal FY 2024421110001558370-25-000864
10-Q2024-10-30fiscal Q3 2024401190001558370-24-013956
10-Q2024-07-31fiscal Q2 2024401140001558370-24-010482
10-Q2024-04-24fiscal Q1 202440820001558370-24-005602
10-K2024-02-14fiscal FY 2023421110001558370-24-001162
10-Q2023-10-25fiscal Q3 2023411220001558370-23-016722
10-Q2023-07-26fiscal Q2 2023411200001558370-23-012293
10-Q2023-04-26fiscal Q1 202343900001558370-23-006841
10-K2023-02-15fiscal FY 2022451180001558370-23-001378
10-Q2022-10-26fiscal Q3 2022421250001558370-22-015411
10-Q2022-07-27fiscal Q2 2022421210001558370-22-011146
10-Q2022-04-27fiscal Q1 202242870001558370-22-006110
10-K2022-02-16fiscal FY 2021441170001558370-22-001283
10-Q2021-10-27fiscal Q3 2021421260001558370-21-013630
10-Q2021-07-28fiscal Q2 2021431230001558370-21-009485
10-Q2021-04-28fiscal Q1 202142860001558370-21-005099
10-K2021-02-17fiscal FY 2020431590001558370-21-001153
10-Q2020-10-28fiscal Q3 2020421290001558370-20-011888
10-Q2020-07-29fiscal Q2 2020451300001558370-20-008624
10-Q2020-04-29fiscal Q1 202045940001558370-20-004618
10-K2020-02-12fiscal FY 2019471640001558370-20-000726
10-Q2019-10-29fiscal Q3 2019441250001558370-19-009348
10-Q2019-07-31fiscal Q2 2019431210001558370-19-006667
10-Q2019-05-01fiscal Q1 201943850001558370-19-003727
10-K2019-02-13fiscal FY 2018451600001558370-19-000629
10-Q2018-10-31fiscal Q3 2018421250001558370-18-008169
10-Q2018-08-01fiscal Q2 2018411170001558370-18-006093
10-Q2018-04-25fiscal Q1 201841840001558370-18-003259
10-K2018-02-13fiscal FY 2017431540001558370-18-000647
10-Q2017-11-01fiscal Q3 2017421160001558370-17-007919
10-Q2017-08-02fiscal Q2 2017421160001558370-17-005732
10-Q2017-05-08fiscal Q1 201740820001558370-17-003802
10-K2017-02-28fiscal FY 2016421560001558370-17-001159
10-Q2016-10-26fiscal Q3 2016401120001558370-16-008749
10-Q2016-08-02fiscal Q2 2016401120001558370-16-007140
10-Q2016-04-27fiscal Q1 201638770001558370-16-004906
10-K2016-02-24fiscal FY 2015431570001558370-16-003450
10-Q2015-10-28fiscal Q3 2015401060001558370-15-001987
10-Q2015-07-29fiscal Q2 2015421150001558370-15-001245
10-Q2015-04-29fiscal Q1 201540800001558370-15-000591
10-K2015-02-25fiscal FY 2014431650001558370-15-000166
10-Q2014-11-05fiscal Q3 2014391080001558370-14-000311
10-Q2014-08-06fiscal Q2 2014381050001104659-14-057583
10-Q2014-05-07fiscal Q1 201436760001104659-14-035774
10-K2014-02-27fiscal FY 2013391460001047469-14-001424
10-Q2013-11-06fiscal Q3 201329760001104659-13-081693

Inspect the source

Entity
ANTERO RESOURCES Corp / CIK 0001433270
Captured
2026-09-20T09:02:39.416Z
SEC response SHA-256
0c23685231d91744704cf106251018bcf3e660e83b745f91dc3485bea463b81d

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