PDD Holdings (PDD) Long-Term Debt Issuances (2019)
PDD Holdings' (PDD) quarterly Long-Term Debt Issuances came in at -$15.5 million in Q4 2019.
Analysis
PDD Holdings (PDD) Long-Term Debt Issuances (2019) Analysis & Trends
PDD Holdings has disclosed Long-Term Debt Issuances across 1 years of filings, most recently posting -$15.5 million for Q4 2019.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,221.38 Bn | 3,792.34 Bn | 73.85 Bn | 24.85 Bn |
| 2 | Netflix | 300.47 Bn | 291.34 Bn | 6.52 Bn | - |
| 3 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | - |
| 4 | Shopify | 191.36 Bn | 186.41 Bn | 1.71 Bn | - |
| 5 | Uber Technologies | 142.64 Bn | 137.43 Bn | 6.38 Bn | - |
| 6 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | - |
| 7 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | - |
| 8 | AppLovin | 110.22 Bn | 107.17 Bn | 1.70 Bn | - |
| 9 | Spotify Technology | 103.19 Bn | 92.28 Bn | 1.86 Bn | - |
| 10 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | -5.00 Mn |
API Access
PDD Holdings Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "ticker": "PDD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-debt-issuances&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();