PDD Holdings (PDD) Change in Cash (2017 - 2026)
PDD Holdings' (PDD) quarterly Change in Cash came in at $1.0 billion in Q2 2026, up 236.23% year-over-year from $303.0 million in Q2 2025, and down 57.46% quarter-over-quarter from $2.4 billion in Q1 2026.
PDD Holdings (PDD) Change in Cash (2017 - 2026) Analysis & Trends
PDD Holdings has disclosed Change in Cash across 10 years of filings, most recently posting $1.0 billion for Q2 2026.
- In Q2 2026, Change in Cash rose 236.23% year-over-year to $1.0 billion; the TTM figure through Jun 2026 stood at $10.9 billion (up 462.68% YoY), while the FY2025 annual figure was $8.1 billion, up 1236.78% from the prior year.
- Change in Cash came in at $1.0 billion for Q2 2026 at PDD Holdings, down from $2.4 billion in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $4.7 billion in Q3 2025 to a low of -$3.1 billion in Q1 2023.
- Average Change in Cash over 5 years is $1.1 billion, with a median of $1.4 billion recorded in 2023.
- The largest YoY upside for Change in Cash was 3890.45% in 2025 against a maximum downside of 484.95% in 2025.
- Over 5 years, Change in Cash stood at $2.6 billion in 2022, then tumbled by 43.38% to $1.5 billion in 2023, then tumbled by 95.28% to $69.3 million in 2024, then soared by 3890.45% to $2.8 billion in 2025, then plunged by 63.16% to $1.0 billion in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $1.0 billion in Q2 2026, $2.4 billion in Q1 2026, and $2.8 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -6.58 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 1.33 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 1.02 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 1.46 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 1.62 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -536.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 1.30 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 115.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 19.22 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | -264.27 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.02 Bn |
| Mar 31, 2026 | 2.40 Bn |
| Dec 31, 2025 | 2.77 Bn |
| Sep 30, 2025 | 4.70 Bn |
| Jun 30, 2025 | -747.95 Mn |
| Mar 31, 2025 | 1.25 Bn |
| Dec 31, 2024 | 69.31 Mn |
| Sep 30, 2024 | 1.36 Bn |
| Jun 30, 2024 | 194.30 Mn |
| Mar 31, 2024 | -979.87 Mn |
| Dec 31, 2023 | 1.47 Bn |
| Sep 30, 2023 | 3.83 Bn |
| Jun 30, 2023 | 1.76 Bn |
| Mar 31, 2023 | -3.15 Bn |
| Dec 31, 2022 | 2.59 Bn |
| Sep 30, 2022 | 1.62 Bn |
| Jun 30, 2022 | 1.60 Bn |
| Mar 31, 2022 | -2.19 Bn |
| Dec 31, 2021 | 577.63 Mn |
| Sep 30, 2021 | -776.90 Mn |
PDD Holdings Change in Cash 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=change-in-cash&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();