PDD Holdings (PDD) Cash from Operations (2017 - 2026)
PDD Holdings' (PDD) quarterly Cash from Operations came in at $3.8 billion in Q2 2026, up 24.79% year-over-year from $3.0 billion in Q2 2025, and up 58.13% quarter-over-quarter from $2.4 billion in Q1 2026.
PDD Holdings (PDD) Cash from Operations (2017 - 2026) Analysis & Trends
PDD Holdings has disclosed Cash from Operations across 10 years of filings, most recently posting $3.8 billion for Q2 2026.
- In Q2 2026, Cash from Operations rose 24.79% year-over-year to $3.8 billion; the TTM figure through Jun 2026 stood at $16.0 billion (up 21.99% YoY), while the FY2025 annual figure was $15.3 billion, down 8.45% from the prior year.
- Cash from Operations came in at $3.8 billion for Q2 2026 at PDD Holdings, up from $2.4 billion in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $6.4 billion in Q3 2025 to a low of -$1.4 billion in Q1 2022.
- Average Cash from Operations over 5 years is $3.2 billion, with a median of $3.3 billion recorded in 2023.
- Year-over-year, Cash from Operations sank 151.63% in 2022 and soared 1397.59% in 2024.
- Over 5 years, Cash from Operations stood at $3.8 billion in 2022, then surged by 34.98% to $5.2 billion in 2023, then fell by 22.09% to $4.0 billion in 2024, then dropped by 14.8% to $3.4 billion in 2025, then gained by 9.3% to $3.8 billion in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $3.8 billion in Q2 2026, $2.4 billion in Q1 2026, and $3.4 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 3.38 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 3.72 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 3.77 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 1.27 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 3.66 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 549.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 1.48 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 494.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 316.91 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | 165.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.77 Bn |
| Mar 31, 2026 | 2.38 Bn |
| Dec 31, 2025 | 3.45 Bn |
| Sep 30, 2025 | 6.41 Bn |
| Jun 30, 2025 | 3.02 Bn |
| Mar 31, 2025 | 2.14 Bn |
| Dec 31, 2024 | 4.05 Bn |
| Sep 30, 2024 | 3.92 Bn |
| Jun 30, 2024 | 6.03 Bn |
| Mar 31, 2024 | 2.92 Bn |
| Dec 31, 2023 | 5.20 Bn |
| Sep 30, 2023 | 4.46 Bn |
| Jun 30, 2023 | 3.23 Bn |
| Mar 31, 2023 | 194.83 Mn |
| Dec 31, 2022 | 3.85 Bn |
| Sep 30, 2022 | 1.64 Bn |
| Jun 30, 2022 | 2.89 Bn |
| Mar 31, 2022 | -1.43 Bn |
| Dec 31, 2021 | 2.57 Bn |
| Sep 30, 2021 | 1.36 Bn |
PDD Holdings Cash from Operations 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=cash-from-operations&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();