Stablecoin Development (SDEV) Non-Current Debt (2015 - 2019)
Stablecoin Development's (SDEV) quarterly Non-Current Debt came in at $1.1 million in Q2 2019, up 111.83% quarter-over-quarter from $524000.0 in Q2 2016.
Stablecoin Development (SDEV) Non-Current Debt (2015 - 2019) Analysis & Trends
Stablecoin Development (SDEV) has reported Non-Current Debt for 3 consecutive years, with $1.1 million the latest figure, recorded in Q2 2019.
- On a quarterly basis, Non-Current Debt changed N/A year-over-year to $1.1 million in Q2 2019; TTM through Jun 2019 was $1.1 million, a N/A change from a year earlier, with the FY2015 full-year figure at $1.7 million, changed N/A from the prior year.
- Non-Current Debt was $1.1 million for Q2 2019 at Stablecoin Development, up from $524000.0 in the prior quarter.
- Over five years, Non-Current Debt peaked at $3.1 million in Q1 2016 and troughed at $524000.0 in Q2 2016.
- A 3-year average of $1.6 million and a median of $1.4 million in 2015 frame the typical range for Non-Current Debt.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 13.19 Bn |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | - |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | - |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 3.47 Bn |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 13.73 Bn |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 1.97 Bn |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | - |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | 4.58 Bn |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 2.34 Bn |
| 10 | Stablecoin Development | 31.98 Mn | 25.01 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 1.11 Mn |
| Jun 30, 2016 | 524,000.00 |
| Mar 31, 2016 | 3.06 Mn |
| Dec 31, 2015 | 1.66 Mn |
Stablecoin Development Non-Current Debt 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=non-current-debt&ticker=SDEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=SDEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();