Skip to content

BigBear.ai Holdings, Inc.: filings

Every BigBear.ai Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-07-30fiscal Q2 2026471290001836981-26-000064
10-Q2026-05-05fiscal Q1 202647970001836981-26-000049
10-K2026-03-02fiscal FY 2025551460001836981-26-000018
10-Q2025-11-10fiscal Q3 2025481310001836981-25-000028
10-Q2025-08-11fiscal Q2 2025501350001628280-25-039629
10-Q2025-05-02fiscal Q1 202548990001628280-25-021899
10-K2025-03-25fiscal FY 2024544140001628280-25-014752
10-Q2024-11-07fiscal Q3 2024471270001628280-24-046327
10-Q2024-08-09fiscal Q2 2024461250001628280-24-036497
10-Q2024-05-10fiscal Q1 202447970001628280-24-022622
10-K2024-03-15fiscal FY 2023541390001628280-24-011538
10-Q2023-11-09fiscal Q3 2023481280001628280-23-038308
10-Q2023-08-10fiscal Q2 2023481280001628280-23-028870
10-Q2023-05-15fiscal Q1 202346940001628280-23-018202
10-K/A2023-04-07fiscal FY 2022531630001628280-23-011116
10-K2023-03-31fiscal FY 2022531630001628280-23-010166
10-Q2022-11-10fiscal Q3 2022451260001628280-22-029506
10-Q2022-08-12fiscal Q2 2022441220001628280-22-022685
10-Q2022-05-12fiscal Q1 202244920001628280-22-014091
10-K2022-03-31fiscal FY 2021491490001628280-22-008031
10-Q2021-11-15fiscal Q3 202121360001564590-21-057023
10-Q2021-08-16fiscal Q2 202122380001564590-21-044658
10-Q2021-05-17fiscal Q1 202120290001564590-21-028389
10-K2021-03-31fiscal FY 202014150001564590-21-017090

Inspect the source

Entity
BigBear.ai Holdings, Inc. / CIK 0001836981
Captured
2026-09-21T17:36:56.415Z
SEC response SHA-256
e69f0811475624d9b60a6e71a72c220c8c85d2201e294e4fbafe80d3cb6f6124

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