Uber Technologies (UBER) Cash & Equivalents Growth (1y) (2019 - 2026)
Analysis
Uber Technologies (UBER) Cash & Equivalents Growth (1y) (2019 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | -24.36% |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | 13.12% |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | -26.31% |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 24.52% |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | 197.11% |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | - |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | -10.98% |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | -14.72% |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | -54.65% |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | 69.93% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -24.36% |
| Mar 31, 2026 | 8.30% |
| Dec 31, 2025 | 20.57% |
| Sep 30, 2025 | 37.11% |
| Jun 30, 2025 | 43.16% |
| Mar 31, 2025 | 2.25% |
| Dec 31, 2024 | 25.92% |
| Sep 30, 2024 | 38.26% |
| Jun 30, 2024 | -9.97% |
| Mar 31, 2024 | 24.08% |
| Dec 31, 2023 | 11.22% |
| Sep 30, 2023 | -8.57% |
| Jun 30, 2023 | 13.60% |
| Mar 31, 2023 | -3.32% |
| Dec 31, 2022 | -2.03% |
| Sep 30, 2022 | -24.95% |
| Jun 30, 2022 | -1.04% |
| Mar 31, 2022 | -13.48% |
| Dec 31, 2021 | -23.94% |
| Sep 30, 2021 | 5.33% |
API Access
Uber Technologies Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();