Skip to content

California Resources Corp: filings

Every California Resources Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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 2026441480001609253-26-000130
10-Q2026-05-06fiscal Q1 202644920001609253-26-000106
10-K2026-03-02fiscal FY 2025461220001609253-26-000051
10-Q2025-11-05fiscal Q3 2025451500001609253-25-000090
10-Q2025-08-06fiscal Q2 2025451490001609253-25-000069
10-Q2025-05-07fiscal Q1 202544920001609253-25-000055
10-K2025-03-03fiscal FY 2024461210001609253-25-000027
10-Q2024-11-06fiscal Q3 2024431440001609253-24-000119
10-Q2024-08-07fiscal Q2 2024421410001609253-24-000102
10-Q2024-05-08fiscal Q1 202443900001609253-24-000080
10-K2024-02-28fiscal FY 2023461210001609253-24-000043
10-Q2023-11-02fiscal Q3 2023431460001609253-23-000081
10-Q2023-08-01fiscal Q2 2023421400001609253-23-000075
10-Q2023-05-02fiscal Q1 202341860001609253-23-000040
10-K2023-02-24fiscal FY 2022471620001609253-23-000017
10-Q2022-11-07fiscal Q3 2022411380001609253-22-000055
10-Q2022-08-04fiscal Q2 2022401330001609253-22-000045
10-Q2022-05-05fiscal Q1 202238800001609253-22-000028
10-K2022-02-25fiscal FY 2021451550001609253-22-000010
10-Q2021-11-12fiscal Q3 2021391300001609253-21-000117
10-Q2021-08-06fiscal Q2 2021371240001609253-21-000101
10-Q2021-05-13fiscal Q1 202137780001609253-21-000073
10-K2021-03-11fiscal FY 2020421340001609253-21-000047
10-Q2020-11-05fiscal Q3 2020381120001609253-20-000212
10-Q2020-08-06fiscal Q2 2020381120001609253-20-000121
10-Q2020-06-25fiscal Q1 202040840001609253-20-000106
10-K2020-02-26fiscal FY 2019461150001609253-20-000066
10-Q2019-11-04fiscal Q3 2019431220001609253-19-000154
10-Q2019-08-01fiscal Q2 2019431220001609253-19-000122
10-Q2019-05-02fiscal Q1 201941810001609253-19-000066
10-K2019-02-27fiscal FY 2018421050001609253-19-000058
10-Q2018-11-01fiscal Q3 2018401160001609253-18-000162
10-Q2018-08-02fiscal Q2 2018401160001609253-18-000111
10-Q2018-05-09fiscal Q1 201838780001609253-18-000058
10-K2018-02-27fiscal FY 2017441090001609253-18-000041
10-Q2017-11-08fiscal Q3 2017391050001609253-17-000160
10-Q2017-08-03fiscal Q2 2017391050001609253-17-000128
10-Q2017-05-04fiscal Q1 201735700001609253-17-000065
10-K2017-02-24fiscal FY 201639950001609253-17-000047
10-Q2016-11-03fiscal Q3 201632890001609253-16-000354
10-Q2016-08-04fiscal Q2 201636970001609253-16-000305
10-Q2016-05-05fiscal Q1 201636740001609253-16-000213
10-K2016-02-29fiscal FY 201540990001609253-16-000194
10-Q2015-11-06fiscal Q3 201536960001628280-15-008382
10-Q2015-08-07fiscal Q2 201536950001628280-15-006261
10-Q2015-05-07fiscal Q1 201536710001628280-15-003872
10-K2015-02-27fiscal FY 201439980001628280-15-001108
10-Q2014-10-31fiscal Q3 201427680001445305-14-004629

Inspect the source

Entity
California Resources Corp / CIK 0001609253
Captured
2026-09-20T09:26:30.927Z
SEC response SHA-256
1d320f539004167c4bd0ef7950881326c2b09501994c0f691b8cd83cc82fffe4

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