Uber Technologies (UBER) Retained Earnings (2018 - 2026)
Uber Technologies' (UBER) quarterly Retained Earnings came in at $35.7 billion in Q2 2026, down 12.13% year-over-year from $40.6 billion in Q2 2025, and little changed quarter-over-quarter from $35.5 billion in Q1 2026.
Uber Technologies (UBER) Retained Earnings (2018 - 2026) Analysis & Trends
Uber Technologies has disclosed Retained Earnings across 9 years of filings, most recently posting $35.7 billion for Q2 2026.
- In Q2 2026, Retained Earnings fell 12.13% year-over-year to $35.7 billion; the TTM figure through Jun 2026 stood at $35.7 billion (down 12.13% YoY), while the FY2025 annual figure was $38.1 billion, down 10.98% from the prior year.
- Retained Earnings came in at $35.7 billion for Q2 2026 at Uber Technologies, roughly flat from $35.5 billion in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $43.1 billion in Q2 2024 to a low of $35.5 billion in Q1 2026.
- Average Retained Earnings over 5 years is $40.5 billion, with a median of $40.8 billion recorded in 2023.
- Year-over-year, Retained Earnings advanced 11.06% in 2022 and declined 14.2% in 2026.
- Over 5 years, Retained Earnings stood at $40.6 billion in 2022, then climbed by 4.23% to $42.3 billion in 2023, then advanced by 1.27% to $42.8 billion in 2024, then declined by 10.98% to $38.1 billion in 2025, then slipped by 6.31% to $35.7 billion in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were $35.7 billion in Q2 2026, $35.5 billion in Q1 2026, and $38.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 493.37 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 157.84 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 50.97 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 103.45 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 3.78 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | -7.95 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | 43.05 Bn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 47.74 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 489.35 Mn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | 2.66 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.95 Bn |
| Mar 31, 2026 | -10.36 Bn |
| Dec 31, 2025 | -10.63 Bn |
| Sep 30, 2025 | -10.94 Bn |
| Jun 30, 2025 | -17.59 Bn |
| Mar 31, 2025 | -18.95 Bn |
| Dec 31, 2024 | -20.73 Bn |
| Sep 30, 2024 | -27.62 Bn |
| Jun 30, 2024 | -30.23 Bn |
| Mar 31, 2024 | -31.25 Bn |
| Dec 31, 2023 | -30.59 Bn |
| Sep 30, 2023 | -32.31 Bn |
| Jun 30, 2023 | -32.53 Bn |
| Mar 31, 2023 | -32.92 Bn |
| Dec 31, 2022 | -32.77 Bn |
| Sep 30, 2022 | -33.36 Bn |
| Jun 30, 2022 | -32.16 Bn |
| Mar 31, 2022 | -29.56 Bn |
| Dec 31, 2021 | -23.63 Bn |
| Sep 30, 2021 | -24.52 Bn |
Uber Technologies Retained Earnings 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=retained-earnings&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();