Stablecoin Development (SDEV) Income towards Parent Company (2010 - 2026)
Stablecoin Development's (SDEV) quarterly Income towards Parent Company came in at -$41.1 million in Q2 2026, down 97642.86% year-over-year from N/an in Q2 2025, and down 107.43% quarter-over-quarter from $552.4 million in Q1 2026.
Stablecoin Development (SDEV) Income towards Parent Company (2010 - 2026) Analysis & Trends
Stablecoin Development (SDEV) has reported Income towards Parent Company for 17 consecutive years, with -$41.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company fell 97642.86% year-over-year to -$41.1 million in Q2 2026; TTM through Jun 2026 was $510.1 million, a 35649.12% increase from a year earlier, with the FY2025 full-year figure at $11.1 million, up 383.72% from the prior year.
- Income towards Parent Company was -$41.1 million for Q2 2026 at Stablecoin Development, down from $552.4 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at $552.4 million in Q1 2026 and troughed at -$41.1 million in Q2 2026.
- A 5-year average of $26.9 million and a median of -$1.1 million in 2024 frame the typical range for Income towards Parent Company.
- The widest YoY moves for Income towards Parent Company: up 184019.0% in 2026, down 97642.86% in 2026.
- Over 5 years, Income towards Parent Company stood at -$8.2 million in 2022, then gained by 15.9% to -$6.9 million in 2023, then soared by 132.31% to $2.2 million in 2024, then sank by 97.71% to $51000.0 in 2025, then tumbled by 80594.12% to -$41.1 million in 2026.
- The last three Income towards Parent Company figures came in at -$41.1 million (Q2 2026), $552.4 million (Q1 2026), and $51000.0 (Q4 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 | -41.05 Mn |
| Mar 31, 2026 | 552.36 Mn |
| Dec 31, 2025 | 51,000.00 |
| Sep 30, 2025 | -1.22 Mn |
| Jun 30, 2025 | -42,000.00 |
| Mar 31, 2025 | 300,000.00 |
| Dec 31, 2024 | 2.23 Mn |
| Sep 30, 2024 | -1.06 Mn |
| Jun 30, 2024 | -1.05 Mn |
| Mar 31, 2024 | -2.56 Mn |
| Dec 31, 2023 | -6.90 Mn |
| Sep 30, 2023 | -2.16 Mn |
| Jun 30, 2023 | -2.34 Mn |
| Mar 31, 2023 | -2.13 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 |
Stablecoin Development Income towards Parent Company 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=income-towards-parent-company&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();