Balance Labs (BLNC) Non Operating Investment Income (2018 - 2026)
Balance Labs' (BLNC) quarterly Non Operating Investment Income came in at -$1324.0 in Q2 2026, up 87.22% on a YoY basis from -$707.18 in Q2 2025, and up 95.25% quarter-over-quarter from -$27901.0 in Q1 2026.
Balance Labs (BLNC) Non Operating Investment Income (2018 - 2026) Analysis & Trends
Balance Labs (BLNC) has reported Non Operating Investment Income for 6 consecutive years, with -$1324.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Investment Income rose 87.22% year-over-year to -$1324.0; the trailing twelve-month figure through Jun 2026 stood at -$37994.0 (up 29.74% YoY), and the FY2025 full-year result was -$43845.0, down 71.7% from the prior year.
- Non Operating Investment Income rose to -$1324.0 in Q2 2026 per BLNC's latest filing, from -$27901.0 in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $23250.0 in Q3 2023 and bottomed at -$131535.0 in Q1 2022.
- Historically, Non Operating Investment Income has averaged -$31604.8 across 5 years, with a median of -$5843.5 in 2025.
- The sharpest annual moves came in 2024 and 2026: Non Operating Investment Income jumped 959.67% in 2024, then slumped 1850.38% in 2026.
- Over 5 years, Non Operating Investment Income stood at -$97012.0 in 2022, then gained by 27.03% to -$70790.0 in 2023, then soared by 103.45% to $2440.0 in 2024, then sank by 524.71% to -$10363.0 in 2025, then jumped by 87.22% to -$1324.0 in 2026.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$1324.0, -$27901.0, and -$10363.0 for Q2 2026, Q1 2026, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | - |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -1,324.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | - |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 3,707.17 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1,324.00 |
| Mar 31, 2026 | -27,901.00 |
| Jun 30, 2025 | -10,363.00 |
| Mar 31, 2025 | 1,594.00 |
| Dec 31, 2024 | 2,440.00 |
| Sep 30, 2024 | -47,746.00 |
| Jun 30, 2024 | 14,083.00 |
| Mar 31, 2024 | 5,687.00 |
| Dec 31, 2023 | -70,790.00 |
| Sep 30, 2023 | 23,250.00 |
| Jun 30, 2023 | 1,329.00 |
| Mar 31, 2023 | 5,315.00 |
| Dec 31, 2022 | -97,012.00 |
| Sep 30, 2022 | -73,054.00 |
| Jun 30, 2022 | -99,649.00 |
| Mar 31, 2022 | -131,535.00 |
| Jun 30, 2018 | -85,000.00 |
Balance Labs Non Operating Investment 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=non-operating-investment-income&ticker=BLNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "BLNC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-investment-income&ticker=BLNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();