BlackSky Technology (BKSY) EBIT (2019 - 2026)
BlackSky Technology (BKSY) posted EBIT of -$7.8 million for Q2 2026, up 57.93% on a QoQ basis from -$18.5 million in Q1 2026, and up 44.05% year-over-year from -$5.4 million in Q2 2025.
BlackSky Technology (BKSY) EBIT (2019 - 2026) Analysis & Trends
BlackSky Technology has reported EBIT for 8 years, with the latest figure at -$7.8 million in Q2 2026.
- On a quarterly basis, EBIT rose 44.05% year-over-year to -$7.8 million in Q2 2026; TTM through Jun 2026 was -$47.3 million, a 4.61% decrease from a year earlier, with the FY2025 full-year figure at -$46.9 million, down 5.9% from the prior year.
- EBIT was -$7.8 million for Q2 2026 at BlackSky Technology, up from -$18.5 million in the prior quarter.
- The five-year high for EBIT was -$4.2 million in Q4 2025, with the low at -$27.1 million in Q1 2022.
- Average EBIT over 5 years is -$14.4 million, with a median of -$14.2 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: EBIT tumbled 186.09% in 2022, then surged 74.62% in 2023.
- Over 5 years, EBIT stood at -$18.3 million in 2022, then soared by 74.62% to -$4.6 million in 2023, then tumbled by 31.01% to -$6.1 million in 2024, then surged by 31.69% to -$4.2 million in 2025, then sank by 87.66% to -$7.8 million in 2026.
- The last three EBIT figures came in at -$7.8 million (Q2 2026), -$18.5 million (Q1 2026), and -$4.2 million (Q4 2025), per Business Quant data.
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 | -7.80 Mn |
| Mar 31, 2026 | -18.54 Mn |
| Dec 31, 2025 | -4.16 Mn |
| Sep 30, 2025 | -16.83 Mn |
| Jun 30, 2025 | -13.94 Mn |
| Mar 31, 2025 | -11.98 Mn |
| Dec 31, 2024 | -6.08 Mn |
| Sep 30, 2024 | -13.23 Mn |
| Jun 30, 2024 | -11.72 Mn |
| Mar 31, 2024 | -13.25 Mn |
| Dec 31, 2023 | -4.64 Mn |
| Sep 30, 2023 | -14.52 Mn |
| Jun 30, 2023 | -19.92 Mn |
| Mar 31, 2023 | -16.90 Mn |
| Dec 31, 2022 | -18.30 Mn |
| Sep 30, 2022 | -19.41 Mn |
| Jun 30, 2022 | -21.71 Mn |
| Mar 31, 2022 | -27.14 Mn |
| Dec 31, 2021 | -31.89 Mn |
| Sep 30, 2021 | -48.95 Mn |
BlackSky Technology 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=BKSY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "ticker": "BKSY", "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=BKSY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();