BlackSky Technology (BKSY) Other Non Operating Income (2020 - 2026)
BlackSky Technology (BKSY) posted Other Non Operating Income of -$10.5 million for Q2 2026, down 27.99% on a QoQ basis from -$8.2 million in Q1 2026, and up 56.96% year-over-year from -$6.7 million in Q2 2025.
BlackSky Technology (BKSY) Other Non Operating Income (2020 - 2026) Analysis & Trends
BlackSky Technology has reported Other Non Operating Income for 7 years, with the latest figure at -$10.5 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 56.96% year-over-year to -$10.5 million in Q2 2026; TTM through Jun 2026 was -$4.2 million, a 86.13% increase from a year earlier, with the FY2025 full-year figure at -$8.0 million, down 184.62% from the prior year.
- Other Non Operating Income was -$10.5 million for Q2 2026 at BlackSky Technology, down from -$8.2 million in the prior quarter.
- The five-year high for Other Non Operating Income was $17.0 million in Q3 2023, with the low at -$24.4 million in Q2 2025.
- Average Other Non Operating Income over 5 years is -$559444.4, with a median of $1.4 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Other Non Operating Income jumped 1397.47% in 2022, then plunged 4975.21% in 2024.
- Over 5 years, Other Non Operating Income stood at $1.2 million in 2022, then sank by 80.22% to $234000.0 in 2023, then slumped by 4975.21% to -$11.4 million in 2024, then surged by 153.79% to $6.1 million in 2025, then tumbled by 271.4% to -$10.5 million in 2026.
- The last three Other Non Operating Income figures came in at -$10.5 million (Q2 2026), -$8.2 million (Q1 2026), and $6.1 million (Q4 2025), per Business Quant data.
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 | -10.52 Mn |
| Mar 31, 2026 | -8.22 Mn |
| Dec 31, 2025 | 6.14 Mn |
| Sep 30, 2025 | 8.39 Mn |
| Jun 30, 2025 | -24.44 Mn |
| Mar 31, 2025 | 1.90 Mn |
| Dec 31, 2024 | -11.41 Mn |
| Sep 30, 2024 | 3.57 Mn |
| Jun 30, 2024 | 5.27 Mn |
| Mar 31, 2024 | -254,000.00 |
| Dec 31, 2023 | 234,000.00 |
| Sep 30, 2023 | 17.01 Mn |
| Jun 30, 2023 | -11.10 Mn |
| Mar 31, 2023 | 1.53 Mn |
| Dec 31, 2022 | 1.18 Mn |
| Sep 30, 2022 | 7.14 Mn |
| Jun 30, 2022 | -4.65 Mn |
| Mar 31, 2022 | 8.14 Mn |
| Dec 31, 2021 | 79,000.00 |
| Sep 30, 2021 | 3.81 Mn |
BlackSky Technology 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=BKSY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=BKSY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();