Stablecoin Development (SDEV) Free Cash Flow (2010 - 2026)
Stablecoin Development's (SDEV) quarterly Free Cash Flow came in at -$13.5 million in Q2 2026, down 436.77% year-over-year from $4.0 million in Q2 2025, and up 82.79% quarter-over-quarter from -$78.7 million in Q1 2026.
Stablecoin Development (SDEV) Free Cash Flow (2010 - 2026) Analysis & Trends
Stablecoin Development (SDEV) has reported Free Cash Flow for 17 consecutive years, with -$13.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Free Cash Flow fell 436.77% year-over-year to -$13.5 million in Q2 2026; TTM through Jun 2026 was -$96.9 million, a 1115.21% decrease from a year earlier, with the FY2025 full-year figure at -$8.4 million, down 12.36% from the prior year.
- Free Cash Flow was -$13.5 million for Q2 2026 at Stablecoin Development, up from -$78.7 million in the prior quarter.
- Over five years, Free Cash Flow peaked at -$647000.0 in Q3 2023 and troughed at -$78.7 million in Q1 2026.
- A 5-year average of -$6.6 million and a median of -$1.7 million in 2022 frame the typical range for Free Cash Flow.
- Across the five-year window, Free Cash Flow surged 72.05% in 2022 and tumbled 5845.77% in 2026, its largest moves.
- Over 5 years, Free Cash Flow stood at -$1.2 million in 2022, then soared by 40.03% to -$725000.0 in 2023, then plunged by 131.72% to -$1.7 million in 2024, then tumbled by 35.42% to -$2.3 million in 2025, then tumbled by 495.52% to -$13.5 million in 2026.
- The last three Free Cash Flow figures came in at -$13.5 million (Q2 2026), -$78.7 million (Q1 2026), and -$2.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 1.91 Bn |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 3.20 Bn |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | - |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 535.00 Mn |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 2.88 Bn |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 649.52 Mn |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 482.60 Mn |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | -384.50 Mn |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 328.23 Mn |
| 10 | Stablecoin Development | 31.98 Mn | 25.01 Mn | - | -13.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.55 Mn |
| Mar 31, 2026 | -78.72 Mn |
| Dec 31, 2025 | -2.28 Mn |
| Sep 30, 2025 | -2.31 Mn |
| Jun 30, 2025 | -2.52 Mn |
| Mar 31, 2025 | -1.32 Mn |
| Dec 31, 2024 | -1.68 Mn |
| Sep 30, 2024 | -2.44 Mn |
| Jun 30, 2024 | -1.40 Mn |
| Mar 31, 2024 | -1.98 Mn |
| Dec 31, 2023 | -725,000.00 |
| Sep 30, 2023 | -647,000.00 |
| Jun 30, 2023 | -1.71 Mn |
| Mar 31, 2023 | -1.20 Mn |
| Dec 31, 2022 | -1.21 Mn |
| Sep 30, 2022 | -1.77 Mn |
| Jun 30, 2022 | -1.71 Mn |
| Mar 31, 2022 | -2.08 Mn |
| Dec 31, 2021 | -4.33 Mn |
| Sep 30, 2021 | -1.49 Mn |
Stablecoin Development Free Cash Flow 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=free-cash-flow&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();