PDD Holdings (PDD) Equity Income (2019 - 2026)
PDD Holdings' (PDD) quarterly Equity Income came in at -$6.0 million in Q2 2026, down 215.85% year-over-year from $5.2 million in Q2 2025, and up 57.14% quarter-over-quarter from -$14.0 million in Q1 2026.
PDD Holdings (PDD) Equity Income (2019 - 2026) Analysis & Trends
PDD Holdings has disclosed Equity Income across 8 years of filings, most recently posting -$6.0 million for Q2 2026.
- In Q2 2026, Equity Income fell 215.85% year-over-year to -$6.0 million; the TTM figure through Jun 2026 stood at $8.1 million (up 15.0% YoY), while the FY2025 annual figure was $18.4 million, up 681.65% from the prior year.
- Equity Income came in at -$6.0 million for Q2 2026 at PDD Holdings, up from -$14.0 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of $22.9 million in Q4 2025 to a low of -$14.5 million in Q3 2023.
- Average Equity Income over 5 years is -$1.2 million, with a median of -$3.7 million recorded in 2022.
- Year-over-year, Equity Income tumbled 3666.98% in 2022 and jumped 1363.13% in 2025.
- Over 5 years, Equity Income stood at -$11.4 million in 2022, then surged by 81.45% to -$2.1 million in 2023, then soared by 853.58% to $16.0 million in 2024, then jumped by 42.9% to $22.9 million in 2025, then tumbled by 126.26% to -$6.0 million in 2026.
- Per Business Quant data, the three most recent Equity Income figures were -$6.0 million in Q2 2026, -$14.0 million in Q1 2026, and $22.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 137.00 Mn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | - |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -6.00 Mn |
| 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 | - | -5.47 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.00 Mn |
| Mar 31, 2026 | -14.00 Mn |
| Dec 31, 2025 | 22.85 Mn |
| Sep 30, 2025 | 5.24 Mn |
| Jun 30, 2025 | 5.18 Mn |
| Mar 31, 2025 | -14.49 Mn |
| Dec 31, 2024 | 15.99 Mn |
| Sep 30, 2024 | 358,000.00 |
| Jun 30, 2024 | -6.82 Mn |
| Mar 31, 2024 | -7.26 Mn |
| Dec 31, 2023 | -2.12 Mn |
| Sep 30, 2023 | -14.50 Mn |
| Jun 30, 2023 | 1.35 Mn |
| Mar 31, 2023 | 15.49 Mn |
| Dec 31, 2022 | -11.44 Mn |
| Sep 30, 2022 | 1.51 Mn |
| Jun 30, 2022 | -7.99 Mn |
| Mar 31, 2022 | -5.30 Mn |
| Dec 31, 2021 | 2.62 Mn |
| Sep 30, 2021 | 13.19 Mn |
PDD Holdings Equity 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=equity-income&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();