Balance Labs (BLNC) Profit After Tax (2015 - 2026)
Balance Labs' (BLNC) quarterly Profit After Tax came in at -$236841.0 in Q2 2026, down 62.06% on a YoY basis from -$624288.3 in Q2 2025, and down 233.2% quarter-over-quarter from $177803.0 in Q1 2026.
Balance Labs (BLNC) Profit After Tax (2015 - 2026) Analysis & Trends
Balance Labs (BLNC) has reported Profit After Tax for 12 consecutive years, with -$236841.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax fell 62.06% year-over-year to -$236841.0; the trailing twelve-month figure through Jun 2026 stood at -$31.7 million (down 6739.32% YoY), and the FY2025 full-year result was -$31.8 million, down 5914.19% from the prior year.
- Profit After Tax fell to -$236841.0 in Q2 2026 per BLNC's latest filing, from $177803.0 in the prior quarter.
- Across five years, Profit After Tax topped out at $177803.0 in Q1 2026 and bottomed at -$28.0 million in Q4 2025.
- Historically, Profit After Tax has averaged -$1.9 million across 5 years, with a median of -$135693.0 in 2022.
- The sharpest annual moves came in 2025 and 2026: Profit After Tax tumbled 23698.54% in 2025, then surged 2875.57% in 2026.
- Over 5 years, Profit After Tax stood at -$196379.0 in 2022, then soared by 34.41% to -$128803.0 in 2023, then climbed by 8.59% to -$117743.0 in 2024, then sank by 23698.54% to -$28.0 million in 2025, then soared by 99.15% to -$236841.0 in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered -$236841.0, $177803.0, and -$28.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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 | - | -236,841.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 | -236,841.00 |
| Mar 31, 2026 | 177,803.00 |
| Dec 31, 2025 | -28.02 Mn |
| Sep 30, 2025 | -3.59 Mn |
| Jun 30, 2025 | -146,142.00 |
| Mar 31, 2025 | -6,406.00 |
| Dec 31, 2024 | -117,743.00 |
| Sep 30, 2024 | -192,837.00 |
| Jun 30, 2024 | -100,700.00 |
| Mar 31, 2024 | -116,943.00 |
| Dec 31, 2023 | -128,803.00 |
| Sep 30, 2023 | -68,735.00 |
| Jun 30, 2023 | -96,753.00 |
| Mar 31, 2023 | -87,280.00 |
| Dec 31, 2022 | -196,379.00 |
| Sep 30, 2022 | -142,583.00 |
| Jun 30, 2022 | -207,427.00 |
| Mar 31, 2022 | -221,962.00 |
| Dec 31, 2021 | -3.57 Mn |
| Sep 30, 2021 | 3.13 Mn |
Balance Labs Profit After Tax 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=profit-after-tax&ticker=BLNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=BLNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();