Joyy (JOYY) Non-Current Debt (2014 - 2015)
Joyy (JOYY) posted Non-Current Debt of $29.4 million for Q2 2015, down 37.62% on a QoQ basis from $47.2 million in Q1 2015.
Analysis
Joyy (JOYY) Non-Current Debt (2014 - 2015) Analysis & Trends
Joyy has reported Non-Current Debt for 2 years, with the latest figure at $29.4 million in Q2 2015.
- On a quarterly basis, Non-Current Debt changed N/A year-over-year to $29.4 million in Q2 2015; TTM through Jun 2015 was $29.4 million, a N/A change from a year earlier, with the FY2014 full-year figure at $29.5 million, changed N/A from the prior year.
- Non-Current Debt was $29.4 million for Q2 2015 at Joyy, down from $47.2 million in the prior quarter.
- The five-year high for Non-Current Debt was $47.2 million in Q1 2015, with the low at $29.4 million in Q2 2015.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 83.66 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | - | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | 680.79 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | - | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 3.55 Bn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 3.53 Bn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 359.43 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | - |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 386.32 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2015 | 29.43 Mn |
| Mar 31, 2015 | 47.18 Mn |
| Dec 31, 2014 | 29.82 Mn |
API Access
Joyy 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=JOYY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "ticker": "JOYY", "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=JOYY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();