BigBear.ai Holdings (BBAI) Selling, General & Administrative (2021 - 2026)
Analysis
BigBear.ai Holdings (BBAI) Selling, General & Administrative (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Baidu | 31.37 Bn | 8.98 Bn | 1.76 Mn | 677.00 Mn |
| 2 | Life360 | 3.34 Bn | 3.07 Bn | 126.90 Mn | 27.25 Mn |
| 3 | Soundhound Ai | 2.49 Bn | 2.29 Bn | 27.93 Mn | 25.99 Mn |
| 4 | C3.ai | 1.68 Bn | 1.03 Bn | 16.67 Mn | 26.08 Mn |
| 5 | BigBear.ai Holdings | 1.39 Bn | 1.07 Bn | 12.05 Mn | 31.85 Mn |
| 6 | BlackSky Technology | 941.35 Mn | 707.17 Mn | 27.92 Mn | 23.78 Mn |
| 7 | Spire Global | 486.15 Mn | 394.48 Mn | 6.16 Mn | 14.14 Mn |
| 8 | Spectral Capital | 480.49 Mn | 474.96 Mn | 3.28 Mn | 2.40 Mn |
| 9 | Global AI | 144.06 Mn | 144.01 Mn | 82,446.00 | 239,632.00 |
| 10 | Veritone | 115.92 Mn | 103.50 Mn | 15.46 Mn | 11.14 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 31.85 Mn |
| Mar 31, 2026 | 29.23 Mn |
| Dec 31, 2025 | 25.66 Mn |
| Sep 30, 2025 | 25.26 Mn |
| Jun 30, 2025 | 21.49 Mn |
| Mar 31, 2025 | 22.73 Mn |
| Dec 31, 2024 | 22.24 Mn |
| Sep 30, 2024 | 17.49 Mn |
| Jun 30, 2024 | 23.36 Mn |
| Mar 31, 2024 | 16.95 Mn |
| Dec 31, 2023 | 18.23 Mn |
| Sep 30, 2023 | 15.53 Mn |
| Jun 30, 2023 | 16.93 Mn |
| Mar 31, 2023 | 20.36 Mn |
| Dec 31, 2022 | 15.57 Mn |
| Sep 30, 2022 | 20.23 Mn |
| Jun 30, 2022 | 26.95 Mn |
| Mar 31, 2022 | 22.02 Mn |
| Dec 31, 2021 | 98.88 Mn |
| Sep 30, 2021 | 12.04 Mn |
API Access
BigBear.ai Holdings Selling, General & Administrative 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=selling-general-and-administrative&ticker=BBAI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=BBAI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();