Stablecoin Development (SDEV) Share-based Compensation Growth (1y) (2011 - 2026)
Analysis
Stablecoin Development (SDEV) Share-based Compensation Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 13.51% |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 30.08% |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | - |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 55.56% |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 48.19% |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | -62.43% |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 0.00% |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | - |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 10.55% |
| 10 | Stablecoin Development | 31.98 Mn | 25.01 Mn | - | 21,133.33% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 21,133.33% |
| Mar 31, 2026 | 2,633.33% |
| Dec 31, 2025 | 618.18% |
| Jun 30, 2025 | -72.73% |
| Mar 31, 2025 | -105.00% |
| Dec 31, 2024 | -87.78% |
| Sep 30, 2024 | -64.52% |
| Jun 30, 2024 | -14.06% |
| Mar 31, 2024 | -20.00% |
| Dec 31, 2023 | -58.90% |
| Sep 30, 2023 | 6,100.00% |
| Jun 30, 2023 | 900.00% |
| Mar 31, 2023 | 837.50% |
| Jun 30, 2022 | -161.54% |
| Jun 30, 2021 | 1,200.00% |
| Sep 30, 2020 | 223.53% |
| Jun 30, 2020 | 0.00% |
| Mar 31, 2020 | 90.00% |
| Sep 30, 2019 | -58.28% |
| Jun 30, 2019 | -99.32% |
API Access
Stablecoin Development Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();