Balance Labs (BLNC) Net Income (2015 - 2026)
Balance Labs' (BLNC) quarterly Net Income came in at -$511966.0 in Q2 2026, down 277.06% on a YoY basis from $289151.1 in Q2 2025, and down 2.32% quarter-over-quarter from -$500352.0 in Q1 2026.
Balance Labs (BLNC) Net Income (2015 - 2026) Analysis & Trends
Balance Labs (BLNC) has reported Net Income for 12 consecutive years, with -$511966.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income fell 277.06% year-over-year to -$511966.0; the trailing twelve-month figure through Jun 2026 stood at -$14.1 million (down 2518.64% YoY), and the FY2025 full-year result was -$13.3 million, down 2548.07% from the prior year.
- Net Income eased to -$511966.0 in Q2 2026 per BLNC's latest filing, from -$500352.0 in the prior quarter.
- Across five years, Net Income topped out at -$14861.0 in Q3 2022 and bottomed at -$12.8 million in Q4 2025.
- Historically, Net Income has averaged -$856794.0 across 5 years, with a median of -$117483.0 in 2024.
- The sharpest annual moves came in 2022 and 2025: Net Income soared 53.73% in 2022, then plunged 10523.93% in 2025.
- Over 5 years, Net Income stood at -$77411.0 in 2022, then rose by 24.28% to -$58613.0 in 2023, then slumped by 105.04% to -$120183.0 in 2024, then slumped by 10523.93% to -$12.8 million in 2025, then surged by 95.99% to -$511966.0 in 2026.
- According to Business Quant data, Net Income over the past three periods registered -$511966.0, -$500352.0, and -$12.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 1.11 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -511,966.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -709,383.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | -25,063.84 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -511,966.00 |
| Mar 31, 2026 | -500,352.00 |
| Dec 31, 2025 | -12.77 Mn |
| Sep 30, 2025 | -271,991.00 |
| Jun 30, 2025 | -135,779.00 |
| Mar 31, 2025 | -135,579.00 |
| Dec 31, 2024 | -120,183.00 |
| Sep 30, 2024 | -145,091.00 |
| Jun 30, 2024 | -114,783.00 |
| Mar 31, 2024 | -122,630.00 |
| Dec 31, 2023 | -58,613.00 |
| Sep 30, 2023 | -91,985.00 |
| Jun 30, 2023 | -98,082.00 |
| Mar 31, 2023 | -92,595.00 |
| Dec 31, 2022 | -77,411.00 |
| Sep 30, 2022 | -14,861.00 |
| Jun 30, 2022 | -70,149.00 |
| Mar 31, 2022 | -92,084.00 |
| Dec 31, 2021 | 255,883.00 |
| Sep 30, 2021 | 41,707.00 |
Balance Labs 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=net-income&ticker=BLNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=BLNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();