BigBear.ai Holdings (BBAI) Other Non Operating Income (2021 - 2026)
BigBear.ai Holdings' (BBAI) quarterly Other Non Operating Income came in at -$471000.0 in Q2 2026, up 99.65% year-over-year from -$235909.3 in Q2 2025, and up 97.66% quarter-over-quarter from -$20.1 million in Q1 2026.
BigBear.ai Holdings (BBAI) Other Non Operating Income (2021 - 2026) Analysis & Trends
BigBear.ai Holdings has disclosed Other Non Operating Income across 6 years of filings, most recently posting -$471000.0 for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 99.65% year-over-year to -$471000.0; the TTM figure through Jun 2026 stood at $55.7 million (up 121.34% YoY), while the FY2025 annual figure was -$92.8 million, up 13.81% from the prior year.
- Other Non Operating Income came in at -$471000.0 for Q2 2026 at BigBear.ai Holdings, up from -$20.1 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $50.2 million in Q4 2025 to a low of -$135.8 million in Q2 2025.
- Average Other Non Operating Income over 5 years is -$11.5 million, with a median of -$184500.0 recorded in 2022.
- Year-over-year, Other Non Operating Income surged 16830.39% in 2023 and sank 1779.88% in 2025.
- Over 5 years, Other Non Operating Income stood at $19.8 million in 2022, then plunged by 146.35% to -$9.2 million in 2023, then plunged by 915.04% to -$93.3 million in 2024, then surged by 153.79% to $50.2 million in 2025, then plunged by 100.94% to -$471000.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$471000.0 in Q2 2026, -$20.1 million in Q1 2026, and $50.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Baidu | 31.37 Bn | 8.98 Bn | 1.76 Mn |
| 2 | Life360 | 3.34 Bn | 3.07 Bn | 126.90 Mn |
| 3 | Soundhound Ai | 2.49 Bn | 2.29 Bn | 27.93 Mn |
| 4 | C3.ai | 1.68 Bn | 1.03 Bn | 16.67 Mn |
| 5 | BigBear.ai Holdings | 1.39 Bn | 1.07 Bn | 12.05 Mn |
| 6 | BlackSky Technology | 941.35 Mn | 707.17 Mn | 27.92 Mn |
| 7 | Spire Global | 486.15 Mn | 394.48 Mn | 6.16 Mn |
| 8 | Spectral Capital | 480.49 Mn | 474.96 Mn | 3.28 Mn |
| 9 | Global AI | 144.06 Mn | 144.01 Mn | 82,446.00 |
| 10 | Veritone | 115.92 Mn | 103.50 Mn | 15.46 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -471,000.00 |
| Mar 31, 2026 | -20.13 Mn |
| Dec 31, 2025 | 50.17 Mn |
| Sep 30, 2025 | 26.13 Mn |
| Jun 30, 2025 | -135.75 Mn |
| Mar 31, 2025 | -33.34 Mn |
| Dec 31, 2024 | -93.26 Mn |
| Sep 30, 2024 | 1.33 Mn |
| Jun 30, 2024 | 8.08 Mn |
| Mar 31, 2024 | -23.81 Mn |
| Dec 31, 2023 | -9.19 Mn |
| Sep 30, 2023 | 17.27 Mn |
| Jun 30, 2023 | -2.43 Mn |
| Mar 31, 2023 | -13.01 Mn |
| Dec 31, 2022 | 19.82 Mn |
| Sep 30, 2022 | 102,000.00 |
| Jun 30, 2022 | 199,000.00 |
| Mar 31, 2022 | 1.26 Mn |
| Dec 31, 2021 | -33.35 Mn |
BigBear.ai Holdings Other Non Operating Income 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=other-non-operating-income&ticker=BBAI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=BBAI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();