Stablecoin Development (SDEV) EV to EBIT (2010 - 2026)
Stablecoin Development's (SDEV) quarterly EV to EBIT came in at 0.48 in Q2 2026, down 149.57% quarter-over-quarter from 0.96 in Q1 2026.
Stablecoin Development (SDEV) EV to EBIT (2010 - 2026) Analysis & Trends
Stablecoin Development (SDEV) has reported EV to EBIT for 17 consecutive years, with 0.48 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EV to EBIT changed N/A year-over-year to 0.48 in Q2 2026; TTM through Jun 2026 was 0.78, a N/A change from a year earlier, with the FY2024 full-year figure at 0.28, up 95.75% from the prior year.
- EV to EBIT was 0.48 for Q2 2026 at Stablecoin Development, down from 0.96 in the prior quarter.
- Over five years, EV to EBIT peaked at 0.96 in Q1 2026 and troughed at 19153.75 in Q3 2022.
- A 5-year average of 2336.47 and a median of 26.37 in 2023 frame the typical range for EV to EBIT.
- Across the five-year window, EV to EBIT soared 99.84% in 2022 and slumped 309.3% in 2025, its largest moves.
- Over 5 years, EV to EBIT stood at 11.09 in 2022, then plunged by 137.81% to 26.37 in 2023, then jumped by 73.26% to 7.05 in 2024, then soared by 39.19% to 4.29 in 2025, then soared by 88.9% to 0.48 in 2026.
- The last three EV to EBIT figures came in at 0.48 (Q2 2026), 0.96 (Q1 2026), and 4.29 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - |
| 10 | Stablecoin Development | 31.98 Mn | 25.01 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.48 |
| Mar 31, 2026 | 0.96 |
| Sep 30, 2025 | -4.29 |
| Dec 31, 2024 | -7.05 |
| Sep 30, 2024 | -1.05 |
| Jun 30, 2024 | -1.71 |
| Mar 31, 2024 | -34.70 |
| Dec 31, 2023 | -26.37 |
| Sep 30, 2023 | -100.90 |
| Jun 30, 2023 | -75.12 |
| Mar 31, 2023 | -87.24 |
| Dec 31, 2022 | -11.09 |
| Sep 30, 2022 | -19,153.75 |
| Jun 30, 2022 | -7,613.58 |
| Mar 31, 2022 | -7,930.66 |
| Dec 31, 2021 | -6,959.16 |
| Sep 30, 2021 | -15,389.38 |
| Jun 30, 2021 | -19,692.02 |
| Mar 31, 2021 | -30,635.51 |
| Dec 31, 2020 | -20,373.22 |
Stablecoin Development EV to EBIT 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=ev-to-ebit&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebit", "ticker": "SDEV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ev-to-ebit&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();