PDD Holdings (PDD) Tax Provisions (2021 - 2026)
PDD Holdings' (PDD) quarterly Tax Provisions came in at -$898.0 million in Q2 2026, down 33.49% year-over-year from -$1.4 billion in Q2 2025, and down 50.42% quarter-over-quarter from -$597.0 million in Q1 2026.
PDD Holdings (PDD) Tax Provisions (2021 - 2026) Analysis & Trends
PDD Holdings has disclosed Tax Provisions across 6 years of filings, most recently posting -$898.0 million for Q2 2026.
- In Q2 2026, Tax Provisions fell 33.49% year-over-year to -$898.0 million; the TTM figure through Jun 2026 stood at -$3.3 billion (down 26.21% YoY), while the FY2025 annual figure was -$3.1 billion, down 11.93% from the prior year.
- Tax Provisions came in at -$898.0 million for Q2 2026 at PDD Holdings, down from -$597.0 million in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of -$89.1 million in Q1 2022 to a low of -$1.2 billion in Q4 2025.
- Average Tax Provisions over 5 years is -$539.5 million, with a median of -$578.5 million recorded in 2025.
- Year-over-year, Tax Provisions plunged 226.39% in 2023 and rose 17.35% in 2025.
- Over 5 years, Tax Provisions stood at -$154.5 million in 2022, then sank by 226.39% to -$504.3 million in 2023, then slumped by 38.09% to -$696.3 million in 2024, then tumbled by 73.45% to -$1.2 billion in 2025, then rose by 25.65% to -$898.0 million in 2026.
- Per Business Quant data, the three most recent Tax Provisions figures were -$898.0 million in Q2 2026, -$597.0 million in Q1 2026, and -$1.2 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -1.89 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 610.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -898.00 Mn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 81.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 140.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 113.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 152.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 36.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -47.50 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | 20.63 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -898.00 Mn |
| Mar 31, 2026 | -597.00 Mn |
| Dec 31, 2025 | -1.21 Bn |
| Sep 30, 2025 | -560.01 Mn |
| Jun 30, 2025 | -672.70 Mn |
| Mar 31, 2025 | -617.48 Mn |
| Dec 31, 2024 | -696.34 Mn |
| Sep 30, 2024 | -598.73 Mn |
| Jun 30, 2024 | -813.88 Mn |
| Mar 31, 2024 | -701.88 Mn |
| Dec 31, 2023 | -504.26 Mn |
| Sep 30, 2023 | -481.56 Mn |
| Jun 30, 2023 | -435.57 Mn |
| Mar 31, 2023 | -232.65 Mn |
| Dec 31, 2022 | -154.50 Mn |
| Sep 30, 2022 | -216.09 Mn |
| Jun 30, 2022 | -232.61 Mn |
| Mar 31, 2022 | -89.10 Mn |
| Dec 31, 2021 | -169.29 Mn |
| Sep 30, 2021 | -132.66 Mn |
PDD Holdings Tax Provisions 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=tax-provisions&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();