Stablecoin Development (SDEV) Dividend Coverage Ratio (2025)
Stablecoin Development's (SDEV) quarterly Dividend Coverage Ratio came in at 3.0 in Q4 2025, up 1217.17% quarter-over-quarter from 0.27 in Q3 2025.
Stablecoin Development (SDEV) Dividend Coverage Ratio (2025) Analysis & Trends
Stablecoin Development (SDEV) has reported Dividend Coverage Ratio for 1 consecutive years, with 3.0 the latest figure, recorded in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 1.54 |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 3.77 |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | - |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 1.13 |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 4.12 |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 3.99 |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 4.32 |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | 0.24 |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 1.14 |
| 10 | Stablecoin Development | 31.98 Mn | 25.01 Mn | - | - |
Stablecoin Development Dividend Coverage Ratio 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=dividend-coverage-ratio&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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=dividend-coverage-ratio&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();