Stablecoin Development (SDEV) Cash from Investing Activities (2010 - 2026)
Stablecoin Development's (SDEV) quarterly Cash from Investing Activities came in at -$7.6 million in Q2 2026, up 70.74% quarter-over-quarter from -$25.9 million in Q1 2026.
Stablecoin Development (SDEV) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Stablecoin Development (SDEV) has reported Cash from Investing Activities for 16 consecutive years, with -$7.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities changed N/A year-over-year to -$7.6 million in Q2 2026; TTM through Jun 2026 was -$33.5 million, a 3242.68% decrease from a year earlier, with the FY2024 full-year figure at $1.1 million, up 5700.0% from the prior year.
- Cash from Investing Activities was -$7.6 million for Q2 2026 at Stablecoin Development, up from -$25.9 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $1.1 million in Q4 2024 and troughed at -$25.9 million in Q1 2026.
- A 4-year average of -$3.0 million and a median of -$8000.0 in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities tumbled 370.59% in 2022 and soared 35633.33% in 2024, its largest moves.
- Over 4 years, Cash from Investing Activities stood at -$80000.0 in 2022, then soared by 96.25% to -$3000.0 in 2023, then soared by 35633.33% to $1.1 million in 2024, then plunged by 811.35% to -$7.6 million in 2026.
- The last three Cash from Investing Activities figures came in at -$7.6 million (Q2 2026), -$25.9 million (Q1 2026), and $1.1 million (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | -31.96 Mn |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 634.87 Mn |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | - |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | -308.00 Mn |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | -15.54 Bn |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | -4.51 Bn |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | -101.40 Mn |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | -33.20 Mn |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | -19.46 Mn |
| 10 | Stablecoin Development | 31.98 Mn | 25.01 Mn | - | -7.58 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.58 Mn |
| Mar 31, 2026 | -25.92 Mn |
| Dec 31, 2024 | 1.07 Mn |
| Mar 31, 2024 | -2,000.00 |
| Dec 31, 2023 | -3,000.00 |
| Sep 30, 2023 | -1,000.00 |
| Jun 30, 2023 | -2,000.00 |
| Mar 31, 2023 | -13,000.00 |
| Sep 30, 2022 | -80,000.00 |
| Jun 30, 2022 | -8,000.00 |
| Mar 31, 2022 | -24,000.00 |
| Dec 31, 2021 | -12.00 Mn |
| Sep 30, 2021 | -17,000.00 |
| Jun 30, 2021 | -2,000.00 |
| Mar 31, 2021 | -25,000.00 |
| Dec 31, 2020 | -21,000.00 |
| Sep 30, 2020 | -5,000.00 |
| Jun 30, 2019 | -5,000.00 |
| Mar 31, 2019 | -14,000.00 |
| Dec 31, 2018 | -31,000.00 |
Stablecoin Development Cash from Investing Activities 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=cash-from-investing-activities&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();