Stablecoin Development (SDEV) Gains from Investment Securities (2014 - 2026)
Stablecoin Development's (SDEV) quarterly Gains from Investment Securities came in at -$9.3 million in Q2 2026, up 99.84% quarter-over-quarter from -$5.8 billion in Q1 2026.
Stablecoin Development (SDEV) Gains from Investment Securities (2014 - 2026) Analysis & Trends
Stablecoin Development (SDEV) has reported Gains from Investment Securities for 11 consecutive years, with -$9.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Gains from Investment Securities changed N/A year-over-year to -$9.3 million in Q2 2026; TTM through Jun 2026 was -$5.3 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $509.9 million, up 447415.79% from the prior year.
- Gains from Investment Securities was -$9.3 million for Q2 2026 at Stablecoin Development, up from -$5.8 billion in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $509.9 million in Q4 2025 and troughed at -$5.8 billion in Q1 2026.
- A 5-year average of -$534.3 million and a median of -$596000.0 in 2022 frame the typical range for Gains from Investment Securities.
- Across the five-year window, Gains from Investment Securities surged 78.85% in 2022 and jumped 137.04% in 2024, its largest moves.
- Over 5 years, Gains from Investment Securities stood at -$976000.0 in 2022, then soared by 82.58% to -$170000.0 in 2023, then surged by 147.06% to $80000.0 in 2024, then surged by 637325.0% to $509.9 million in 2025, then sank by 101.82% to -$9.3 million in 2026.
- The last three Gains from Investment Securities figures came in at -$9.3 million (Q2 2026), -$5.8 billion (Q1 2026), and $509.9 million (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 | -9.29 Mn |
| Mar 31, 2026 | -5.84 Bn |
| Dec 31, 2025 | 509.94 Mn |
| Jun 30, 2024 | 80,000.00 |
| Mar 31, 2024 | -194,000.00 |
| Dec 31, 2023 | -170,000.00 |
| Jun 30, 2023 | -216,000.00 |
| Dec 31, 2022 | -976,000.00 |
| Sep 30, 2022 | -2.41 Mn |
| Mar 31, 2022 | -2.06 Mn |
| Dec 31, 2021 | -4.62 Mn |
| Dec 31, 2020 | -8,000.00 |
| Sep 30, 2020 | 1.59 Mn |
| Jun 30, 2020 | 3.77 Mn |
| Mar 31, 2020 | -137,000.00 |
| Dec 31, 2019 | 187,000.00 |
| Sep 30, 2019 | -1.48 Mn |
| Sep 30, 2016 | 1.67 Mn |
| Jun 30, 2016 | 424,000.00 |
| Mar 31, 2016 | 385,000.00 |
Stablecoin Development Gains from Investment Securities 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=gains-from-investment-securities&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();