PDD Holdings (PDD) Short term Debt (2022 - 2025)
PDD Holdings' (PDD) quarterly Short term Debt came in at $737.2 million in Q3 2025, little changed quarter-over-quarter from $738.1 million in Q2 2025.
PDD Holdings (PDD) Short term Debt (2022 - 2025) Analysis & Trends
PDD Holdings has disclosed Short term Debt across 4 years of filings, most recently posting $737.2 million for Q3 2025.
- In Q3 2025, Short term Debt changed N/A year-over-year to $737.2 million; the TTM figure through Sep 2025 stood at $737.2 million (changed N/A YoY), while the FY2024 annual figure was $727.4 million, up 696.3% from the prior year.
- Short term Debt came in at $737.2 million for Q3 2025 at PDD Holdings, roughly flat from $738.1 million in the prior quarter.
- In the past five years, Short term Debt ranged from a high of $2.0 billion in Q1 2023 to a low of $34000.0 in Q2 2024.
- Average Short term Debt over 4 years is $995.6 million, with a median of $738.1 million recorded in 2025.
- Year-over-year, Short term Debt plunged 100.0% in 2024 and jumped 2170835.29% in 2025.
- Over 4 years, Short term Debt stood at $2.0 billion in 2022, then plunged by 95.39% to $90.1 million in 2023, then soared by 720.6% to $739.2 million in 2024, then retreated by 0.26% to $737.2 million in 2025.
- Per Business Quant data, the three most recent Short term Debt figures were $737.2 million in Q3 2025, $738.1 million in Q2 2025, and $730.6 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn |
| 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 |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 737.23 Mn |
| Jun 30, 2025 | 738.12 Mn |
| Mar 31, 2025 | 730.64 Mn |
| Dec 31, 2024 | 739.18 Mn |
| Jun 30, 2024 | 34,000.00 |
| Mar 31, 2024 | 10.24 Mn |
| Dec 31, 2023 | 90.08 Mn |
| Sep 30, 2023 | 1.97 Bn |
| Jun 30, 2023 | 1.99 Bn |
| Mar 31, 2023 | 2.00 Bn |
| Dec 31, 2022 | 1.95 Bn |
PDD Holdings Short term 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=short-term-debt&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();