Stablecoin Development (SDEV) EBT (2010 - 2026)
Stablecoin Development's (SDEV) quarterly EBT came in at -$44.6 million in Q2 2026, down 108.02% quarter-over-quarter from $555.9 million in Q1 2026.
Stablecoin Development (SDEV) EBT (2010 - 2026) Analysis & Trends
Stablecoin Development (SDEV) has reported EBT for 17 consecutive years, with -$44.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBT changed N/A year-over-year to -$44.6 million in Q2 2026; TTM through Jun 2026 was $509.8 million, a N/A change from a year earlier, with the FY2024 full-year figure at -$7.2 million, up 25.07% from the prior year.
- EBT was -$44.6 million for Q2 2026 at Stablecoin Development, down from $555.9 million in the prior quarter.
- Over five years, EBT peaked at $555.9 million in Q1 2026 and troughed at -$44.6 million in Q2 2026.
- A 5-year average of $32.3 million and a median of -$1.7 million in 2023 frame the typical range for EBT.
- Across the five-year window, EBT tumbled 5093.67% in 2022 and soared 94.45% in 2024, its largest moves.
- Over 5 years, EBT stood at -$8.2 million in 2022, then soared by 49.94% to -$4.1 million in 2023, then soared by 94.45% to -$228000.0 in 2024, then sank by 450.88% to -$1.3 million in 2025, then sank by 3447.13% to -$44.6 million in 2026.
- The last three EBT figures came in at -$44.6 million (Q2 2026), $555.9 million (Q1 2026), and -$1.3 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 2.81 Bn |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 1.37 Bn |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | 34.51 Bn |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 1.33 Bn |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 2.49 Bn |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 785.68 Mn |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 452.80 Mn |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | 385.94 Mn |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 356.01 Mn |
| 10 | Stablecoin Development | 31.98 Mn | 25.01 Mn | - | -44.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -44.55 Mn |
| Mar 31, 2026 | 555.86 Mn |
| Sep 30, 2025 | -1.26 Mn |
| Dec 31, 2024 | -228,000.00 |
| Sep 30, 2024 | -1.70 Mn |
| Jun 30, 2024 | -1.05 Mn |
| Mar 31, 2024 | -2.44 Mn |
| Dec 31, 2023 | -4.11 Mn |
| Sep 30, 2023 | -1.76 Mn |
| Jun 30, 2023 | -2.04 Mn |
| Mar 31, 2023 | -1.74 Mn |
| Dec 31, 2022 | -8.21 Mn |
| Sep 30, 2022 | -136,000.00 |
| Jun 30, 2022 | -2.16 Mn |
| Mar 31, 2022 | -111,000.00 |
| Dec 31, 2021 | -158,000.00 |
| Sep 30, 2021 | -2.29 Mn |
| Jun 30, 2021 | -1.86 Mn |
| Mar 31, 2021 | -1.52 Mn |
| Dec 31, 2020 | -1.75 Mn |
Stablecoin Development EBT 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=ebt&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();