Stablecoin Development (SDEV) EPS (Basic) (2010 - 2026)
Stablecoin Development's (SDEV) quarterly EPS (Basic) came in at -$1.32 in Q2 2026, down 3564.76% year-over-year from $0.04 in Q2 2025, and down 106.23% quarter-over-quarter from $21.23 in Q1 2026.
Stablecoin Development (SDEV) EPS (Basic) (2010 - 2026) Analysis & Trends
Stablecoin Development (SDEV) has reported EPS (Basic) for 17 consecutive years, with -$1.32 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 3564.76% year-over-year to -$1.32 in Q2 2026; TTM through Jun 2026 was $16.43, a 702.87% increase from a year earlier, with the FY2025 full-year figure at $1.91, up 115.09% from the prior year.
- EPS (Basic) was -$1.32 for Q2 2026 at Stablecoin Development, down from $21.23 in the prior quarter.
- Over five years, EPS (Basic) peaked at $21.23 in Q1 2026 and troughed at -$25.48 in Q4 2022.
- A 5-year average of -$2.4 and a median of -$1.21 in 2026 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) tumbled 38460.79% in 2023 and surged 7414.01% in 2026, its largest moves.
- Over 5 years, EPS (Basic) stood at -$25.48 in 2022, then soared by 56.06% to -$11.2 in 2023, then jumped by 84.06% to -$1.78 in 2024, then jumped by 100.49% to $0.01 in 2025, then sank by 15195.37% to -$1.32 in 2026.
- The last three EPS (Basic) figures came in at -$1.32 (Q2 2026), $21.23 (Q1 2026), and $0.01 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 2.95 |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 0.74 |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | 0.16 |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 0.57 |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 2.26 |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 1.51 |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 1.81 |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | 0.55 |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 1.94 |
| 10 | Stablecoin Development | 31.98 Mn | 25.01 Mn | - | -1.32 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.32 |
| Mar 31, 2026 | 21.23 |
| Dec 31, 2025 | 0.01 |
| Sep 30, 2025 | -1.10 |
| Jun 30, 2025 | -0.04 |
| Mar 31, 2025 | 0.28 |
| Dec 31, 2024 | -1.78 |
| Sep 30, 2024 | -2.99 |
| Jun 30, 2024 | -6.86 |
| Mar 31, 2024 | -0.73 |
| Dec 31, 2023 | -11.20 |
| Sep 30, 2023 | -1.87 |
| Jun 30, 2023 | -6.35 |
| Mar 31, 2023 | -4.27 |
| Dec 31, 2022 | -25.48 |
| Sep 30, 2022 | -0.52 |
| Jun 30, 2022 | -0.20 |
| Mar 31, 2022 | -0.01 |
| Dec 31, 2021 | -0.10 |
| Sep 30, 2021 | -0.25 |
Stablecoin Development EPS (Basic) 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=eps-basic&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();