PDD Holdings (PDD) Interest Expenses (2019 - 2023)
PDD Holdings' (PDD) quarterly Interest Expenses came in at -$1.1 million in Q4 2023, up 35.16% year-over-year from -$850116.1 in Q4 2022, and up 31.92% quarter-over-quarter from -$1.7 million in Q3 2023.
PDD Holdings (PDD) Interest Expenses (2019 - 2023) Analysis & Trends
PDD Holdings has disclosed Interest Expenses across 5 years of filings, most recently posting -$1.1 million for Q4 2023.
- In Q4 2023, Interest Expenses rose 35.16% year-over-year to -$1.1 million; the TTM figure through Dec 2023 stood at -$6.2 million (up 19.39% YoY), while the FY2023 annual figure was -$6.2 million, up 19.1% from the prior year.
- Interest Expenses came in at -$1.1 million for Q4 2023 at PDD Holdings, up from -$1.7 million in the prior quarter.
- In the past five years, Interest Expenses ranged from a high of $42.6 million in Q4 2020 to a low of -$51.8 million in Q1 2021.
- Average Interest Expenses over 5 years is -$11.2 million, with a median of -$2.0 million recorded in 2022.
- Year-over-year, Interest Expenses jumped 2736.74% in 2020 and plunged 289.1% in 2021.
- Over 5 years, Interest Expenses stood at -$19.8 million in 2019, then soared by 315.06% to $42.6 million in 2020, then plunged by 211.58% to -$47.6 million in 2021, then soared by 96.27% to -$1.8 million in 2022, then jumped by 35.16% to -$1.1 million in 2023.
- Per Business Quant data, the three most recent Interest Expenses figures were -$1.1 million in Q4 2023, -$1.7 million in Q3 2023, and -$1.7 million in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Expense (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -345.42 Mn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 300.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | - |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 62.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 65.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 61.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | 5.63 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -1.15 Mn |
| Sep 30, 2023 | -1.69 Mn |
| Jun 30, 2023 | -1.70 Mn |
| Mar 31, 2023 | -1.71 Mn |
| Dec 31, 2022 | -1.77 Mn |
| Sep 30, 2022 | -2.00 Mn |
| Jun 30, 2022 | -1.99 Mn |
| Mar 31, 2022 | -1.99 Mn |
| Dec 31, 2021 | -47.57 Mn |
| Sep 30, 2021 | -46.13 Mn |
| Jun 30, 2021 | -45.50 Mn |
| Mar 31, 2021 | -51.75 Mn |
| Dec 31, 2020 | 42.63 Mn |
| Sep 30, 2020 | 24.40 Mn |
| Jun 30, 2020 | -22.99 Mn |
| Mar 31, 2020 | -21.58 Mn |
| Dec 31, 2019 | -19.82 Mn |
| Sep 30, 2019 | 860,000.00 |
PDD Holdings Interest Expenses 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=interest-expenses&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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=interest-expenses&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();