PDD Holdings (PDD) Other Non Operating Income (2017 - 2026)
PDD Holdings' (PDD) quarterly Other Non Operating Income came in at -$82.0 million in Q2 2026, down 593.17% year-over-year from $16.6 million in Q2 2025, and down 290.48% quarter-over-quarter from -$21.0 million in Q1 2026.
PDD Holdings (PDD) Other Non Operating Income (2017 - 2026) Analysis & Trends
PDD Holdings has disclosed Other Non Operating Income across 10 years of filings, most recently posting -$82.0 million for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 593.17% year-over-year to -$82.0 million; the TTM figure through Jun 2026 stood at -$234.6 million (down 141.29% YoY), while the FY2025 annual figure was $389.9 million, down 8.77% from the prior year.
- Other Non Operating Income came in at -$82.0 million for Q2 2026 at PDD Holdings, down from -$21.0 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $449.4 million in Q1 2025 to a low of -$94.4 million in Q4 2025.
- Average Other Non Operating Income over 5 years is $78.2 million, with a median of $43.0 million recorded in 2023.
- Year-over-year, Other Non Operating Income jumped 1041.07% in 2022 and slumped 1505.21% in 2025.
- Over 5 years, Other Non Operating Income stood at $24.5 million in 2022, then soared by 88.86% to $46.2 million in 2023, then soared by 115.38% to $99.6 million in 2024, then sank by 194.78% to -$94.4 million in 2025, then rose by 13.11% to -$82.0 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$82.0 million in Q2 2026, -$21.0 million in Q1 2026, and -$94.4 million 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 | -82.00 Mn |
| Mar 31, 2026 | -21.00 Mn |
| Dec 31, 2025 | -94.37 Mn |
| Sep 30, 2025 | -37.25 Mn |
| Jun 30, 2025 | 16.63 Mn |
| Mar 31, 2025 | 449.42 Mn |
| Dec 31, 2024 | 99.56 Mn |
| Sep 30, 2024 | 2.65 Mn |
| Jun 30, 2024 | 67.88 Mn |
| Mar 31, 2024 | 260.55 Mn |
| Dec 31, 2023 | 46.23 Mn |
| Sep 30, 2023 | 39.80 Mn |
| Jun 30, 2023 | 152.59 Mn |
| Mar 31, 2023 | 178.74 Mn |
| Dec 31, 2022 | 24.48 Mn |
| Sep 30, 2022 | 76.83 Mn |
| Jun 30, 2022 | 189.04 Mn |
| Mar 31, 2022 | 37.82 Mn |
| Dec 31, 2021 | 18.06 Mn |
| Sep 30, 2021 | -8.16 Mn |
PDD Holdings Other Non Operating Income 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-non-operating-income&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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-non-operating-income&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();