Skip to content

Talos Energy Inc.: filings

Every Talos Energy Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-05fiscal Q2 2026421160001193125-26-333290
10-Q2026-05-06fiscal Q1 202642860001193125-26-207039
10-K2026-02-25fiscal FY 2025471230001193125-26-067807
10-Q2025-11-06fiscal Q3 2025431180001193125-25-267455
10-Q2025-08-07fiscal Q2 2025421140000950170-25-104296
10-Q2025-05-06fiscal Q1 202542860000950170-25-063785
10-K2025-02-27fiscal FY 2024451180000950170-25-028223
10-Q2024-11-12fiscal Q3 2024421140000950170-24-125580
10-K/A2024-11-12fiscal FY 2023441150000950170-24-125528
10-Q2024-08-08fiscal Q2 2024421140000950170-24-093063
10-Q2024-05-07fiscal Q1 202442860000950170-24-053731
10-K2024-02-29fiscal FY 2023441150000950170-24-022540
10-Q2023-11-07fiscal Q3 2023411120000950170-23-059561
10-Q2023-08-09fiscal Q2 2023411120000950170-23-040006
10-Q2023-05-09fiscal Q1 202341840000950170-23-018966
10-K2023-03-01fiscal FY 2022461190000950170-23-005278
10-Q2022-11-03fiscal Q3 2022411120000950170-22-021374
10-Q2022-08-05fiscal Q2 2022411120000950170-22-014894
10-Q2022-05-05fiscal Q1 202241840000950170-22-007461
10-K2022-02-25fiscal FY 2021451170000950170-22-002013
10-Q2021-11-03fiscal Q3 2021411120000950170-21-002857
10-Q2021-08-04fiscal Q2 2021401100000950170-21-000729
10-Q2021-05-06fiscal Q1 202140820001564590-21-024239
10-K2021-03-11fiscal FY 2020421620001564590-21-012130
10-Q2020-11-05fiscal Q3 2020401100001564590-20-050613
10-Q2020-08-06fiscal Q2 2020401100001564590-20-037044
10-Q2020-05-07fiscal Q1 202040820001564590-20-022083
10-K2020-03-12fiscal FY 2019411590001564590-20-010495
10-Q2019-11-06fiscal Q3 2019401070001564590-19-041117
10-Q2019-08-07fiscal Q2 2019411110001564590-19-030207
10-Q2019-05-09fiscal Q1 201941840001564590-19-017443
10-K2019-03-13fiscal FY 2018401560001564590-19-007586
10-Q2018-11-05fiscal Q3 2018391040001564590-18-026915
10-Q2018-08-09fiscal Q2 2018401050001564590-18-020821

Inspect the source

Entity
Talos Energy Inc. / CIK 0001724965
Captured
2026-09-21T17:25:10.572Z
SEC response SHA-256
87d1784af57bafd7c6a27ee07c79bd03b96b11111689ed0ce70254581a26ef82

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