Uber Technologies (UBER) Cash from Financing Activities (2018 - 2026)
Uber Technologies' (UBER) quarterly Cash from Financing Activities came in at $1.5 billion in Q2 2026, up 889.74% year-over-year from $155.6 million in Q2 2025, and up 149.82% quarter-over-quarter from -$3.1 billion in Q1 2026.
Uber Technologies (UBER) Cash from Financing Activities (2018 - 2026) Analysis & Trends
Uber Technologies has disclosed Cash from Financing Activities across 9 years of filings, most recently posting $1.5 billion for Q2 2026.
- In Q2 2026, Cash from Financing Activities rose 889.74% year-over-year to $1.5 billion; the TTM figure through Jun 2026 stood at -$5.2 billion (down 35.14% YoY), while the FY2025 annual figure was -$5.7 billion, down 173.74% from the prior year.
- Cash from Financing Activities came in at $1.5 billion for Q2 2026 at Uber Technologies, up from -$3.1 billion in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $1.6 billion in Q3 2024 to a low of -$3.4 billion in Q4 2024.
- Average Cash from Financing Activities over 5 years is -$523.9 million, with a median of -$103.5 million recorded in 2023.
- The largest YoY upside for Cash from Financing Activities was 2206.58% in 2024 against a maximum downside of 7484.78% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$89.0 million in 2022, then soared by 151.69% to $46.0 million in 2023, then plunged by 7484.78% to -$3.4 billion in 2024, then grew by 8.21% to -$3.1 billion in 2025, then soared by 149.39% to $1.5 billion in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $1.5 billion in Q2 2026, -$3.1 billion in Q1 2026, and -$3.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 61.24 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 15.97 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | -4.67 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 1.40 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | -1.42 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 1.54 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | -2.19 Bn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | - |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | -253.39 Mn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | -570.42 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.54 Bn |
| Mar 31, 2026 | -3.09 Bn |
| Dec 31, 2025 | -3.12 Bn |
| Sep 30, 2025 | -538.00 Mn |
| Jun 30, 2025 | -195.00 Mn |
| Mar 31, 2025 | -1.86 Bn |
| Dec 31, 2024 | -3.40 Bn |
| Sep 30, 2024 | 1.60 Bn |
| Jun 30, 2024 | -191.00 Mn |
| Mar 31, 2024 | -100.00 Mn |
| Dec 31, 2023 | 46.00 Mn |
| Sep 30, 2023 | -76.00 Mn |
| Jun 30, 2023 | 42.00 Mn |
| Mar 31, 2023 | -107.00 Mn |
| Dec 31, 2022 | -89.00 Mn |
| Sep 30, 2022 | 212.00 Mn |
| Jun 30, 2022 | 5.00 Mn |
| Mar 31, 2022 | -113.00 Mn |
| Dec 31, 2021 | 414.00 Mn |
| Sep 30, 2021 | 1.56 Bn |
Uber Technologies Cash from Financing Activities 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-from-financing-activities&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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-from-financing-activities&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();