BigBear.ai Holdings (BBAI) EBIT (2021 - 2026)
BigBear.ai Holdings' (BBAI) quarterly EBIT came in at -$28.6 million in Q2 2026, up 68.38% year-over-year from -$17.0 million in Q2 2025, and down 17.74% quarter-over-quarter from -$24.3 million in Q1 2026.
BigBear.ai Holdings (BBAI) EBIT (2021 - 2026) Analysis & Trends
BigBear.ai Holdings has disclosed EBIT across 6 years of filings, most recently posting -$28.6 million for Q2 2026.
- In Q2 2026, EBIT rose 68.38% year-over-year to -$28.6 million; the TTM figure through Jun 2026 stood at -$155.2 million (down 19.21% YoY), while the FY2025 annual figure was -$213.9 million, down 60.32% from the prior year.
- EBIT came in at -$28.6 million for Q2 2026 at BigBear.ai Holdings, down from -$24.3 million in the prior quarter.
- In the past five years, EBIT ranged from a high of -$8.1 million in Q4 2024 to a low of -$98.1 million in Q1 2024.
- Average EBIT over 5 years is -$30.5 million, with a median of -$18.9 million recorded in 2024.
- Year-over-year, EBIT slumped 2055.64% in 2022 and soared 81.54% in 2023.
- Over 5 years, EBIT stood at -$26.4 million in 2022, then soared by 67.49% to -$8.6 million in 2023, then advanced by 5.03% to -$8.1 million in 2024, then slumped by 889.02% to -$80.5 million in 2025, then soared by 64.54% to -$28.6 million in 2026.
- Per Business Quant data, the three most recent EBIT figures were -$28.6 million in Q2 2026, -$24.3 million in Q1 2026, and -$80.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Baidu | 30.60 Bn | 8.20 Bn | 1.76 Mn | 444.11 Mn |
| 2 | Life360 | 3.22 Bn | 2.95 Bn | 126.90 Mn | -57,000.00 |
| 3 | Soundhound Ai | 2.39 Bn | 2.19 Bn | 27.93 Mn | -43.30 Mn |
| 4 | C3.ai | 1.63 Bn | 977.97 Mn | 16.67 Mn | -98.27 Mn |
| 5 | BigBear.ai Holdings | 1.35 Bn | 1.03 Bn | 12.05 Mn | -28.56 Mn |
| 6 | BlackSky Technology | 880.00 Mn | 645.82 Mn | 27.92 Mn | -7.80 Mn |
| 7 | Spectral Capital | 471.83 Mn | 466.30 Mn | 3.28 Mn | -1.86 Mn |
| 8 | Spire Global | 463.82 Mn | 372.14 Mn | 6.16 Mn | -19.89 Mn |
| 9 | Global AI | 151.80 Mn | 151.76 Mn | 82,446.00 | -808,963.00 |
| 10 | Veritone | 108.99 Mn | 96.56 Mn | 15.46 Mn | -22.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.56 Mn |
| Mar 31, 2026 | -24.26 Mn |
| Dec 31, 2025 | -80.53 Mn |
| Sep 30, 2025 | -21.86 Mn |
| Jun 30, 2025 | -90.30 Mn |
| Mar 31, 2025 | -21.21 Mn |
| Dec 31, 2024 | -8.14 Mn |
| Sep 30, 2024 | -10.54 Mn |
| Jun 30, 2024 | -16.67 Mn |
| Mar 31, 2024 | -98.07 Mn |
| Dec 31, 2023 | -8.57 Mn |
| Sep 30, 2023 | -8.21 Mn |
| Jun 30, 2023 | -10.22 Mn |
| Mar 31, 2023 | -12.03 Mn |
| Dec 31, 2022 | -26.37 Mn |
| Sep 30, 2022 | -12.40 Mn |
| Jun 30, 2022 | -55.34 Mn |
| Mar 31, 2022 | -16.43 Mn |
| Dec 31, 2021 | -83.77 Mn |
| Sep 30, 2021 | -2.60 Mn |
BigBear.ai Holdings EBIT API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=ebit&ticker=BBAI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "ticker": "BBAI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebit&ticker=BBAI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();