PDD Holdings (PDD) Non Operating Interest Expenses (2019 - 2023)
PDD Holdings' (PDD) quarterly Non Operating 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.32% quarter-over-quarter from -$1.7 million in Q3 2023.
PDD Holdings (PDD) Non Operating Interest Expenses (2019 - 2023) Analysis & Trends
PDD Holdings has disclosed Non Operating Interest Expenses across 5 years of filings, most recently posting -$1.1 million for Q4 2023.
- In Q4 2023, Non Operating 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.31% YoY), while the FY2023 annual figure was -$6.2 million, up 17.28% from the prior year.
- Non Operating 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, Non Operating Interest Expenses ranged from a high of $42.6 million in Q4 2020 to a low of -$51.2 million in Q1 2021.
- Average Non Operating Interest Expenses over 5 years is -$6.2 million, with a median of -$1.7 million recorded in 2022.
- Year-over-year, Non Operating Interest Expenses jumped 2736.74% in 2020 and sank 340.67% in 2021.
- Over 5 years, Non Operating 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 Non Operating Interest Expenses figures were -$1.1 million in Q4 2023, -$1.7 million in Q3 2023, and -$1.6 million in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -346.00 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.67 Mn |
| Jun 30, 2023 | -1.65 Mn |
| Mar 31, 2023 | -1.70 Mn |
| Dec 31, 2022 | -1.77 Mn |
| Sep 30, 2022 | -1.92 Mn |
| Jun 30, 2022 | -1.96 Mn |
| Mar 31, 2022 | -1.99 Mn |
| Dec 31, 2021 | -47.57 Mn |
| Sep 30, 2021 | -46.32 Mn |
| Jun 30, 2021 | -45.54 Mn |
| Mar 31, 2021 | -51.20 Mn |
| Dec 31, 2020 | 42.63 Mn |
| Sep 30, 2020 | 24.40 Mn |
| Jun 30, 2020 | 23.06 Mn |
| Mar 31, 2020 | 21.27 Mn |
| Dec 31, 2019 | -19.82 Mn |
| Sep 30, 2019 | 860,000.00 |
PDD Holdings Non Operating 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=non-operating-interest-expenses&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-interest-expenses&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();