Balance Labs (BLNC) EBITDA Margin (2015 - 2026)
Balance Labs' (BLNC) quarterly EBITDA Margin came in at 6826.09% in Q2 2026, down 356.86% quarter-over-quarter from 1494.13% in Q1 2026.
Balance Labs (BLNC) EBITDA Margin (2015 - 2026) Analysis & Trends
Balance Labs (BLNC) has reported EBITDA Margin for 7 consecutive years, with 6826.09% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA Margin changed N/A year-over-year to 6826.09%; the trailing twelve-month figure through Jun 2026 stood at 15314.45% (changed N/A YoY), and the FY2025 full-year result was 218426.78%, changed N/A from the prior year.
- EBITDA Margin retreated to 6826.09% in Q2 2026 per BLNC's latest filing, from 1494.13% in the prior quarter.
- Across five years, EBITDA Margin topped out at 63.18% in Q3 2022 and bottomed at 212272.92% in Q4 2025.
- Historically, EBITDA Margin has averaged 31520.24% across 3 years, with a median of 50.43% in 2022.
- The widest YoY moves for EBITDA Margin: up 1309 bps in 2022, down 11847 bps in 2022.
- Over 3 years, EBITDA Margin stood at 44.23% in 2022, then slumped by 479818 bps to 212272.92% in 2025, then jumped by 97 bps to 6826.09% in 2026.
- According to Business Quant data, EBITDA Margin over the past three periods registered 6826.09%, 1494.13%, and 212272.92% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 24.36% |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -6,826.09% |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -243.05% |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6,826.09% |
| Mar 31, 2026 | -1,494.13% |
| Dec 31, 2025 | -212,272.92% |
| Dec 31, 2022 | -44.23% |
| Sep 30, 2022 | 63.18% |
| Jun 30, 2022 | -17.09% |
| Mar 31, 2022 | -50.43% |
| Dec 31, 2021 | 74.24% |
| Sep 30, 2021 | 50.09% |
| Mar 31, 2019 | -6,076.84% |
| Mar 31, 2017 | -28,943.20% |
| Jun 30, 2015 | -336.59% |
| Mar 31, 2015 | -419.81% |
Balance Labs EBITDA 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=ebitda-margin&ticker=BLNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=BLNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();