PDD Holdings (PDD) Shares Outstanding (2016 - 2026)
PDD Holdings' (PDD) quarterly Shares Outstanding (Entity) came in at $1.4 billion in Q4 2025, up 2.24% year-over-year from $1.4 billion in Q4 2024, and up 2.24% quarter-over-quarter from $1.4 billion in Q4 2024.
PDD Holdings (PDD) Shares Outstanding (2016 - 2026) Analysis & Trends
PDD Holdings has disclosed Shares Outstanding (Entity) across 10 years of filings, most recently posting $1.4 billion for Q4 2025.
- In Q4 2025, Shares Outstanding (Entity) rose 2.24% year-over-year to $1.4 billion; the TTM figure through Dec 2025 stood at $1.4 billion (up 2.24% YoY), while the FY2025 annual figure was $1.4 billion, up 2.24% from the prior year.
- Shares Outstanding (Entity) came in at $1.4 billion for Q4 2025 at PDD Holdings, up from $1.4 billion in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $1.4 billion in Q4 2025 to a low of $1.3 billion in Q4 2021.
- Average Shares Outstanding (Entity) over 5 years is $1.4 billion, with a median of $1.4 billion recorded in 2023.
- Year-over-year, Shares Outstanding (Entity) gained 4.37% in 2022 and climbed 1.18% in 2024.
- Over 5 years, Shares Outstanding (Entity) stood at $1.3 billion in 2021, then increased by 4.37% to $1.3 billion in 2022, then climbed by 4.27% to $1.4 billion in 2023, then increased by 1.18% to $1.4 billion in 2024, then gained by 2.24% to $1.4 billion in 2025.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $1.4 billion in Q4 2025, $1.4 billion in Q4 2024, and $1.4 billion in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 2.32 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 768.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 1.40 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 592.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 50.70 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 445.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 120.22 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 234.93 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 1.04 Bn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | 94.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.40 Bn |
| Mar 31, 2026 | 1.40 Bn |
| Dec 31, 2025 | 1.40 Bn |
| Sep 30, 2025 | 1.38 Bn |
| Jun 30, 2025 | 1.38 Bn |
| Mar 31, 2025 | 1.38 Bn |
| Dec 31, 2024 | 1.38 Bn |
| Sep 30, 2024 | 1.35 Bn |
| Jun 30, 2024 | 1.35 Bn |
| Mar 31, 2024 | 1.35 Bn |
| Dec 31, 2023 | 1.35 Bn |
| Sep 30, 2023 | 1.26 Bn |
| Jun 30, 2023 | 1.26 Bn |
| Mar 31, 2023 | 1.26 Bn |
| Dec 31, 2022 | 1.26 Bn |
| Sep 30, 2022 | 1.25 Bn |
| Jun 30, 2022 | 1.25 Bn |
| Mar 31, 2022 | 1.25 Bn |
| Dec 31, 2021 | 1.25 Bn |
| Sep 30, 2021 | 1.19 Bn |
PDD Holdings Shares Outstanding 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=shares-outstanding&ticker=PDD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=PDD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();