Skip to content

Oklo Inc.: filings

Every Oklo Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-07fiscal Q2 2026531460001628280-26-054571
10-Q/A2026-06-17fiscal Q1 202643890001849056-26-000037
10-Q2026-05-12fiscal Q1 202643890001628280-26-034095
10-K2026-03-17fiscal FY 202548970001628280-26-018698
10-Q2025-11-12fiscal Q3 2025441230001628280-25-051349
10-Q2025-08-11fiscal Q2 2025441230001628280-25-039571
10-Q2025-05-13fiscal Q1 202543890001628280-25-025166
10-K2025-03-24fiscal FY 202444910001628280-25-014490
10-Q2024-11-14fiscal Q3 2024431250001628280-24-047875
10-Q2024-08-14fiscal Q2 2024411160001410578-24-001386
10-Q2024-05-08fiscal Q1 202418390001410578-24-000635
10-K2024-03-29fiscal FY 202323450001410578-24-000365
10-Q2023-11-16fiscal Q3 202321610001410578-23-002506
10-Q2023-08-11fiscal Q2 202321570001410578-23-001790
10-Q2023-05-15fiscal Q1 202319390001410578-23-001236
10-K2023-03-31fiscal FY 202223420001410578-23-000545
10-Q2022-11-10fiscal Q3 202220550001410578-22-003138
10-Q2022-08-12fiscal Q2 202219480001410578-22-002391
10-Q2022-05-16fiscal Q1 202217350001410578-22-001505
10-K2022-03-31fiscal FY 202121240001410578-22-000756
10-Q2021-11-15fiscal Q3 202118270001410578-21-000267
10-Q2021-08-20fiscal Q2 202113180001104659-21-108179

Inspect the source

Entity
Oklo Inc. / CIK 0001849056
Captured
2026-09-21T17:32:22.130Z
SEC response SHA-256
6cae9853531831e1107d48d77325a9e763b87316f7a39b85cb4497b2f3243117

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