Spire Global (SPIR) Consolidated Net Income (2020 - 2026)
Spire Global's (SPIR) quarterly Consolidated Net Income came in at -$20.0 million in Q2 2026, down 116.7% year-over-year from $119.6 million in Q2 2025, and up 39.52% quarter-over-quarter from -$33.0 million in Q4 2025.
Spire Global (SPIR) Consolidated Net Income (2020 - 2026) Analysis & Trends
Spire Global (SPIR) has reported Consolidated Net Income for 7 consecutive years, with -$20.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Consolidated Net Income fell 116.7% year-over-year to -$20.0 million in Q2 2026; TTM through Jun 2026 was $46.9 million, a 24.56% increase from a year earlier, with the FY2025 full-year figure at $43.4 million, up 141.97% from the prior year.
- Consolidated Net Income was -$20.0 million for Q2 2026 at Spire Global, up from -$33.0 million in the prior quarter.
- Over five years, Consolidated Net Income peaked at $119.6 million in Q2 2025 and troughed at -$48.8 million in Q4 2024.
- A 5-year average of -$14.5 million and a median of -$20.0 million in 2026 frame the typical range for Consolidated Net Income.
- Across the five-year window, Consolidated Net Income slumped 183.72% in 2024 and soared 822.21% in 2025, its largest moves.
- Over 5 years, Consolidated Net Income stood at -$20.2 million in 2022, then grew by 14.93% to -$17.2 million in 2023, then tumbled by 183.72% to -$48.8 million in 2024, then soared by 32.32% to -$33.0 million in 2025, then soared by 39.52% to -$20.0 million in 2026.
- The last three Consolidated Net Income figures came in at -$20.0 million (Q2 2026), -$33.0 million (Q4 2025), and -$19.7 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Baidu | 30.60 Bn | 8.20 Bn | 1.76 Mn | 324.27 Mn |
| 2 | Life360 | 3.22 Bn | 2.95 Bn | 126.90 Mn | 5.08 Mn |
| 3 | Soundhound Ai | 2.39 Bn | 2.19 Bn | 27.93 Mn | -42.82 Mn |
| 4 | C3.ai | 1.63 Bn | 977.97 Mn | 16.67 Mn | -92.85 Mn |
| 5 | BigBear.ai Holdings | 1.35 Bn | 1.03 Bn | 12.05 Mn | -25.75 Mn |
| 6 | BlackSky Technology | 880.00 Mn | 645.82 Mn | 27.92 Mn | -20.83 Mn |
| 7 | Spectral Capital | 471.83 Mn | 466.30 Mn | 3.28 Mn | 7.39 Mn |
| 8 | Spire Global | 463.82 Mn | 372.14 Mn | 6.16 Mn | -19.97 Mn |
| 9 | Global AI | 151.80 Mn | 151.76 Mn | 82,446.00 | -817,360.00 |
| 10 | Veritone | 108.99 Mn | 96.56 Mn | 15.46 Mn | -22.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -19.97 Mn |
| Dec 31, 2025 | -33.02 Mn |
| Sep 30, 2025 | -19.68 Mn |
| Jun 30, 2025 | 119.59 Mn |
| Mar 31, 2025 | -20.66 Mn |
| Dec 31, 2024 | -48.78 Mn |
| Sep 30, 2024 | -12.47 Mn |
| Jun 30, 2024 | -16.56 Mn |
| Mar 31, 2024 | -25.54 Mn |
| Dec 31, 2023 | -17.19 Mn |
| Sep 30, 2023 | -23.34 Mn |
| Jun 30, 2023 | -18.37 Mn |
| Mar 31, 2023 | -18.66 Mn |
| Dec 31, 2022 | -20.21 Mn |
| Sep 30, 2022 | -21.81 Mn |
| Jun 30, 2022 | -38.27 Mn |
| Mar 31, 2022 | -11.79 Mn |
| Dec 31, 2021 | 64.58 Mn |
| Sep 30, 2021 | -56.11 Mn |
| Jun 30, 2021 | -26.86 Mn |
Spire Global Consolidated Net 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=consolidated-net-income&ticker=SPIR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "ticker": "SPIR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=consolidated-net-income&ticker=SPIR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();