Uber Technologies (UBER) Shares Outstanding (2018 - 2026)
Uber Technologies' (UBER) quarterly Shares Outstanding (Entity) came in at $2.0 billion in Q2 2026, down 2.24% year-over-year from $2.1 billion in Q2 2025, and little changed quarter-over-quarter from $2.0 billion in Q1 2026.
Uber Technologies (UBER) Shares Outstanding (2018 - 2026) Analysis & Trends
Uber Technologies has disclosed Shares Outstanding (Entity) across 9 years of filings, most recently posting $2.0 billion for Q2 2026.
- In Q2 2026, Shares Outstanding (Entity) fell 2.24% year-over-year to $2.0 billion; the TTM figure through Jun 2026 stood at $2.0 billion (down 2.24% YoY), while the FY2025 annual figure was $2.1 billion, down 1.9% from the prior year.
- Shares Outstanding (Entity) came in at $2.0 billion for Q2 2026 at Uber Technologies, roughly flat from $2.0 billion in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $2.1 billion in Q4 2024 to a low of $2.0 billion in Q1 2022.
- Average Shares Outstanding (Entity) over 5 years is $2.1 billion, with a median of $2.1 billion recorded in 2023.
- Year-over-year, Shares Outstanding (Entity) increased 5.1% in 2022 and dropped 2.65% in 2026.
- Over 5 years, Shares Outstanding (Entity) stood at $2.0 billion in 2022, then gained by 3.27% to $2.1 billion in 2023, then advanced by 1.78% to $2.1 billion in 2024, then retreated by 1.9% to $2.1 billion in 2025, then slipped by 1.35% to $2.0 billion in 2026.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $2.0 billion in Q2 2026, $2.0 billion in Q1 2026, and $2.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | 12.15 Bn |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | 2.54 Bn |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | 4.19 Bn |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | 2.32 Bn |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | 1.30 Bn |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | 2.04 Bn |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | 768.00 Mn |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | 1.40 Bn |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | 335.80 Mn |
| 10 | Spotify Technology | 105.08 Bn | 94.17 Bn | 1.86 Bn | 205.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.04 Bn |
| Mar 31, 2026 | 2.05 Bn |
| Dec 31, 2025 | 2.09 Bn |
| Sep 30, 2025 | 2.08 Bn |
| Jun 30, 2025 | 2.09 Bn |
| Mar 31, 2025 | 2.09 Bn |
| Dec 31, 2024 | 2.09 Bn |
| Sep 30, 2024 | 2.10 Bn |
| Jun 30, 2024 | 2.09 Bn |
| Mar 31, 2024 | 2.08 Bn |
| Dec 31, 2023 | 2.04 Bn |
| Sep 30, 2023 | 2.04 Bn |
| Jun 30, 2023 | 2.03 Bn |
| Mar 31, 2023 | 2.01 Bn |
| Dec 31, 2022 | 1.97 Bn |
| Sep 30, 2022 | 1.98 Bn |
| Jun 30, 2022 | 1.96 Bn |
| Mar 31, 2022 | 1.95 Bn |
| Dec 31, 2021 | 1.89 Bn |
| Sep 30, 2021 | 1.90 Bn |
Uber Technologies 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=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "UBER", "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=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();