Skip to content

PERMIAN RESOURCES CORPORATION: filings

Every PERMIAN RESOURCES CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-06fiscal Q2 2026431260001658566-26-000101
10-Q2026-05-07fiscal Q1 202643900001658566-26-000072
10-K2026-02-26fiscal FY 2025451180001658566-26-000035
10-Q2025-11-06fiscal Q3 2025441330001658566-25-000092
10-Q2025-08-07fiscal Q2 2025431270001658566-25-000069
10-Q2025-05-08fiscal Q1 202543910001658566-25-000041
10-K2025-02-26fiscal FY 2024451170001658566-25-000014
10-Q2024-11-07fiscal Q3 2024431310001658566-24-000109
10-Q2024-08-07fiscal Q2 2024421250001658566-24-000080
10-Q2024-05-08fiscal Q1 202442890001658566-24-000053
10-K2024-02-29fiscal FY 2023441140001658566-24-000018
10-Q2023-11-08fiscal Q3 2023421290001658566-23-000092
10-Q2023-08-03fiscal Q2 2023421230001658566-23-000079
10-Q2023-05-09fiscal Q1 202342880001658566-23-000040
10-K2023-02-24fiscal FY 2022441120001658566-23-000019
10-Q2022-11-09fiscal Q3 2022421270001658566-22-000123
10-Q2022-08-04fiscal Q2 2022411150001658566-22-000093
10-Q2022-05-05fiscal Q1 202241850001658566-22-000069
10-K2022-02-24fiscal FY 2021431120001658566-22-000022
10-Q2021-11-04fiscal Q3 2021431280001658566-21-000132
10-Q2021-08-04fiscal Q2 2021431240001658566-21-000107
10-Q2021-05-05fiscal Q1 202143900001658566-21-000060
10-K2021-02-24fiscal FY 2020421100001658566-21-000033
10-Q2020-11-03fiscal Q3 2020431280001658566-20-000149
10-Q2020-08-03fiscal Q2 2020421220001658566-20-000124
10-Q2020-05-04fiscal Q1 202042880001658566-20-000094
10-K2020-02-24fiscal FY 2019431140001658566-20-000040
10-Q2019-11-04fiscal Q3 2019431280001658566-19-000125
10-Q2019-08-05fiscal Q2 2019431220001658566-19-000095
10-Q2019-05-06fiscal Q1 201942860001658566-19-000072
10-K2019-02-25fiscal FY 2018401060001658566-19-000028
10-Q2018-11-05fiscal Q3 2018401150001658566-18-000077
10-Q2018-08-06fiscal Q2 2018381100001658566-18-000058
10-Q2018-05-08fiscal Q1 201836760001658566-18-000028
10-K2018-02-26fiscal FY 201736750001658566-18-000008
10-Q2017-11-07fiscal Q3 201734620001658566-17-000007
10-Q2017-08-09fiscal Q2 201734620001628280-17-008377
10-Q2017-05-11fiscal Q1 201714270001628280-17-005392
10-Q2016-11-10fiscal Q3 201611220001104659-16-156199
10-Q2016-08-11fiscal Q2 201611220001104659-16-139006
10-Q2016-05-04fiscal Q1 201610170001047469-16-012875

Inspect the source

Entity
PERMIAN RESOURCES CORPORATION / CIK 0001658566
Captured
2026-09-21T17:23:07.566Z
SEC response SHA-256
523746d7621c068dcbab096a1900a14548ad8fa1adc263c19746a17bce941f46

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