Skip to content

Callon Petroleum Co: filings

Every Callon Petroleum Co annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2024-02-26

The latest filing in this captured record is a 10-K filed 2024-02-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. Callon Petroleum Co may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2024-02-26fiscal FY 2023441160000928022-24-000031
10-Q2023-11-01fiscal Q3 2023391180000928022-23-000146
10-Q2023-08-02fiscal Q2 2023381120000928022-23-000134
10-Q2023-05-03fiscal Q1 202336760000928022-23-000093
10-K2023-02-23fiscal FY 2022441160000928022-23-000017
10-Q2022-11-03fiscal Q3 2022361120000928022-22-000138
10-Q2022-08-04fiscal Q2 2022361080000928022-22-000127
10-Q2022-05-05fiscal Q1 202237780000928022-22-000070
10-K2022-02-24fiscal FY 2021441160000928022-22-000027
10-Q2021-11-04fiscal Q3 2021381160000928022-21-000161
10-Q2021-08-04fiscal Q2 2021381100000928022-21-000132
10-Q2021-05-06fiscal Q1 202138800000928022-21-000071
10-K2021-02-25fiscal FY 2020451610000928022-21-000021
10-Q2020-11-03fiscal Q3 2020411240000928022-20-000166
10-Q2020-08-05fiscal Q2 2020411180000928022-20-000140
10-Q2020-05-11fiscal Q1 202041870000928022-20-000073
10-K2020-02-28fiscal FY 2019451560000928022-20-000031
10-Q2019-11-05fiscal Q3 2019391130000928022-19-000197
10-Q2019-08-07fiscal Q2 2019391090000928022-19-000122
10-Q2019-05-07fiscal Q1 201938780000928022-19-000069
10-K2019-02-27fiscal FY 2018351360000928022-19-000044
10-Q2018-11-07fiscal Q3 201834960000928022-18-000113
10-Q2018-08-07fiscal Q2 201834960000928022-18-000095
10-Q2018-05-03fiscal Q1 201833680000928022-18-000031
10-K2018-02-28fiscal FY 2017341330000928022-18-000013
10-Q2017-11-07fiscal Q3 201733940000928022-17-000066
10-Q2017-08-02fiscal Q2 201733940000928022-17-000057
10-Q2017-05-03fiscal Q1 201730590000928022-17-000037
10-K2017-02-28fiscal FY 2016311250000928022-17-000023
10-Q2016-11-03fiscal Q3 201631920000928022-16-000210
10-Q2016-08-08fiscal Q2 201631890000928022-16-000189
10-Q2016-05-04fiscal Q1 201631620000928022-16-000149
10-K2016-03-03fiscal FY 2015321250000928022-16-000132
10-Q2015-11-05fiscal Q3 201530900000928022-15-000104
10-Q2015-08-05fiscal Q2 201530890000928022-15-000091
10-Q2015-05-07fiscal Q1 201530610000928022-15-000036
10-K2015-03-05fiscal FY 2014311210000928022-15-000032
10-Q2014-11-06fiscal Q3 201430900000928022-14-000107
10-Q2014-08-06fiscal Q2 201429880000928022-14-000092
10-Q2014-05-08fiscal Q1 201430620000928022-14-000064
10-K2014-03-13fiscal FY 2013321250000928022-14-000049
10-Q2013-11-07fiscal Q3 201331920000928022-13-000134
10-Q2013-08-08fiscal Q2 201334980000928022-13-000116
10-Q2013-05-09fiscal Q1 201333680000928022-13-000052
10-K2013-03-14fiscal FY 2012351290000928022-13-000023
10-Q2012-11-07fiscal Q3 201235990000928022-12-000122
10-Q2012-08-08fiscal Q2 2012361010000928022-12-000089
10-Q2012-05-07fiscal Q1 201234700000928022-12-000041
10-K2012-03-15fiscal FY 201133890000928022-12-000026
10-Q2011-11-02fiscal Q3 201133880000928022-11-000124
10-Q2011-08-08fiscal Q2 201133920000928022-11-000101

Inspect the source

Entity
Callon Petroleum Co / CIK 0000928022
Captured
SEC response SHA-256
31846e681cba127336cdb559d12e29fce9d7efb4120a1a3d4214938b502ef946

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