Balance Labs (BLNC) Net Margin (2015 - 2026)
Balance Labs' (BLNC) quarterly Net Margin came in at 6981.67% in Q2 2026, down 355.82% quarter-over-quarter from 1531.67% in Q1 2026.
Balance Labs (BLNC) Net Margin (2015 - 2026) Analysis & Trends
Balance Labs (BLNC) has reported Net Margin for 7 consecutive years, with 6981.67% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin changed N/A year-over-year to 6981.67%; the trailing twelve-month figure through Jun 2026 stood at 15442.27% (changed N/A YoY), and the FY2025 full-year result was 221858.45%, changed N/A from the prior year.
- Net Margin declined to 6981.67% in Q2 2026 per BLNC's latest filing, from 1531.67% in the prior quarter.
- Across five years, Net Margin topped out at 22.02% in Q3 2022 and bottomed at 212802.63% in Q4 2025.
- Historically, Net Margin has averaged 31678.62% across 3 years, with a median of 172.02% in 2022.
- The widest YoY moves for Net Margin: up 23229 bps in 2022, down 159499 bps in 2022.
- Over 3 years, Net Margin stood at 172.02% in 2022, then tumbled by 123605 bps to 212802.63% in 2025, then surged by 97 bps to 6981.67% in 2026.
- According to Business Quant data, Net Margin over the past three periods registered 6981.67%, 1531.67%, and 212802.63% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 22.20% |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -6,981.67% |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -234.77% |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6,981.67% |
| Mar 31, 2026 | -1,531.67% |
| Dec 31, 2025 | -212,802.63% |
| Dec 31, 2022 | -172.02% |
| Sep 30, 2022 | -22.02% |
| Jun 30, 2022 | -103.92% |
| Mar 31, 2022 | -136.42% |
| Dec 31, 2021 | 60.27% |
| Sep 30, 2021 | 1,572.97% |
| Mar 31, 2019 | -7,184.55% |
| Mar 31, 2017 | -97,439.60% |
| Jun 30, 2015 | -336.80% |
| Mar 31, 2015 | -419.81% |
Balance Labs Net Margin 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-margin&ticker=BLNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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-margin&ticker=BLNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();