PDD Holdings (PDD) Other Operating Expenses (2017 - 2026)
PDD Holdings' (PDD) quarterly Other Operating Expenses came in at -$4.4 billion in Q2 2026, down 15.82% year-over-year from -$5.2 billion in Q2 2025, and up 10.64% quarter-over-quarter from -$4.9 billion in Q1 2026.
PDD Holdings (PDD) Other Operating Expenses (2017 - 2026) Analysis & Trends
PDD Holdings has disclosed Other Operating Expenses across 10 years of filings, most recently posting -$4.4 billion for Q2 2026.
- In Q2 2026, Other Operating Expenses fell 15.82% year-over-year to -$4.4 billion; the TTM figure through Jun 2026 stood at -$18.4 billion (down 8.73% YoY), while the FY2025 annual figure was -$38.2 billion, down 18.49% from the prior year.
- Other Operating Expenses came in at -$4.4 billion for Q2 2026 at PDD Holdings, up from -$4.9 billion in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of -$1.7 billion in Q2 2022 to a low of -$4.9 billion in Q4 2025.
- Average Other Operating Expenses over 5 years is -$3.4 billion, with a median of -$3.7 billion recorded in 2023.
- Year-over-year, Other Operating Expenses gained 11.84% in 2022 and tumbled 46.39% in 2023.
- Over 5 years, Other Operating Expenses stood at -$2.6 billion in 2022, then slumped by 45.94% to -$3.8 billion in 2023, then decreased by 14.5% to -$4.3 billion in 2024, then slipped by 14.35% to -$4.9 billion in 2025, then increased by 11.3% to -$4.4 billion in 2026.
- Per Business Quant data, the three most recent Other Operating Expenses figures were -$4.4 billion in Q2 2026, -$4.9 billion in Q1 2026, and -$4.9 billion in Q4 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 |
|---|---|
| Jun 30, 2026 | -4.36 Bn |
| Mar 31, 2026 | -4.88 Bn |
| Dec 31, 2025 | -4.91 Bn |
| Sep 30, 2025 | -4.24 Bn |
| Jun 30, 2025 | -3.76 Bn |
| Mar 31, 2025 | -4.60 Bn |
| Dec 31, 2024 | -4.30 Bn |
| Sep 30, 2024 | -4.25 Bn |
| Jun 30, 2024 | -3.60 Bn |
| Mar 31, 2024 | -3.27 Bn |
| Dec 31, 2023 | -3.75 Bn |
| Sep 30, 2023 | -3.01 Bn |
| Jun 30, 2023 | -2.50 Bn |
| Mar 31, 2023 | -2.38 Bn |
| Dec 31, 2022 | -2.57 Bn |
| Sep 30, 2022 | -2.05 Bn |
| Jun 30, 2022 | -1.72 Bn |
| Mar 31, 2022 | -1.77 Bn |
| Dec 31, 2021 | -1.78 Bn |
| Sep 30, 2021 | -1.55 Bn |
PDD Holdings Other Operating 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=other-operating-expenses&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-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=other-operating-expenses&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();