Balance Labs (BLNC) Invested Capital (2014 - 2026)
Balance Labs' (BLNC) quarterly Invested Capital came in at -$1.8 million in Q2 2026, down 7.66% on a YoY basis from -$1.9 million in Q2 2025, and down 11.19% quarter-over-quarter from -$1.6 million in Q1 2026.
Balance Labs (BLNC) Invested Capital (2014 - 2026) Analysis & Trends
Balance Labs (BLNC) has reported Invested Capital for 13 consecutive years, with -$1.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Invested Capital fell 7.66% year-over-year to -$1.8 million; the trailing twelve-month figure through Jun 2026 stood at -$1.8 million (down 7.66% YoY), and the FY2025 full-year result was -$1.4 million, up 56.28% from the prior year.
- Invested Capital fell to -$1.8 million in Q2 2026 per BLNC's latest filing, from -$1.6 million in the prior quarter.
- Across five years, Invested Capital topped out at -$1.4 million in Q2 2024 and bottomed at -$4.2 million in Q2 2023.
- Historically, Invested Capital has averaged -$2.5 million across 5 years, with a median of -$2.6 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Invested Capital sank 368.57% in 2022, then jumped 66.65% in 2024.
- Over 5 years, Invested Capital stood at -$3.1 million in 2022, then gained by 16.05% to -$2.6 million in 2023, then retreated by 22.55% to -$3.2 million in 2024, then jumped by 56.28% to -$1.4 million in 2025, then fell by 26.85% to -$1.8 million in 2026.
- According to Business Quant data, Invested Capital over the past three periods registered -$1.8 million, -$1.6 million, and -$1.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 6.57 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -1.79 Mn |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | - |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 133.82 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.79 Mn |
| Mar 31, 2026 | -1.61 Mn |
| Dec 31, 2025 | -1.41 Mn |
| Sep 30, 2025 | -3.54 Mn |
| Jun 30, 2025 | -1.67 Mn |
| Mar 31, 2025 | -1.59 Mn |
| Dec 31, 2024 | -3.23 Mn |
| Sep 30, 2024 | -1.55 Mn |
| Jun 30, 2024 | -1.41 Mn |
| Mar 31, 2024 | -2.88 Mn |
| Dec 31, 2023 | -2.64 Mn |
| Sep 30, 2023 | -2.63 Mn |
| Jun 30, 2023 | -4.24 Mn |
| Mar 31, 2023 | -4.18 Mn |
| Dec 31, 2022 | -3.14 Mn |
| Sep 30, 2022 | -2.95 Mn |
| Jun 30, 2022 | -2.80 Mn |
| Mar 31, 2022 | -2.63 Mn |
| Dec 31, 2021 | -2.43 Mn |
| Sep 30, 2021 | 1.10 Mn |
Balance Labs Invested Capital 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=invested-capital&ticker=BLNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=BLNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();