Uber Technologies (UBER) Other financing activities (2018 - 2026)
Uber Technologies' (UBER) quarterly Other financing activities came in at -$33.0 million in Q2 2026, up 35.29% year-over-year from -$24.4 million in Q2 2025, and up 17.5% quarter-over-quarter from -$40.0 million in Q1 2026.
Uber Technologies (UBER) Other financing activities (2018 - 2026) Analysis & Trends
Uber Technologies has disclosed Other financing activities across 9 years of filings, most recently posting -$33.0 million for Q2 2026.
- In Q2 2026, Other financing activities rose 35.29% year-over-year to -$33.0 million; the TTM figure through Jun 2026 stood at -$108.0 million (down 92.86% YoY), while the FY2025 annual figure was -$116.0 million, down 352.17% from the prior year.
- Other financing activities came in at -$33.0 million for Q2 2026 at Uber Technologies, up from -$40.0 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $73.0 million in Q2 2024 to a low of -$149.0 million in Q4 2023.
- Average Other financing activities over 5 years is -$23.0 million, with a median of -$22.0 million recorded in 2022.
- Year-over-year, Other financing activities slumped 2880.0% in 2023 and surged 1116.67% in 2024.
- Over 5 years, Other financing activities stood at -$5.0 million in 2022, then tumbled by 2880.0% to -$149.0 million in 2023, then soared by 104.03% to $6.0 million in 2024, then jumped by 483.33% to $35.0 million in 2025, then tumbled by 194.29% to -$33.0 million in 2026.
- Per Business Quant data, the three most recent Other financing activities figures were -$33.0 million in Q2 2026, -$40.0 million in Q1 2026, and $35.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 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 |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -33.00 Mn |
| Mar 31, 2026 | -40.00 Mn |
| Dec 31, 2025 | 35.00 Mn |
| Sep 30, 2025 | -70.00 Mn |
| Jun 30, 2025 | -51.00 Mn |
| Mar 31, 2025 | -30.00 Mn |
| Dec 31, 2024 | 6.00 Mn |
| Sep 30, 2024 | 19.00 Mn |
| Jun 30, 2024 | 73.00 Mn |
| Mar 31, 2024 | -52.00 Mn |
| Dec 31, 2023 | -149.00 Mn |
| Sep 30, 2023 | -9.00 Mn |
| Jun 30, 2023 | 6.00 Mn |
| Mar 31, 2023 | -51.00 Mn |
| Dec 31, 2022 | -5.00 Mn |
| Sep 30, 2022 | -4.00 Mn |
| Jun 30, 2022 | -14.00 Mn |
| Mar 31, 2022 | -45.00 Mn |
| Dec 31, 2021 | 24.00 Mn |
| Sep 30, 2021 | 5.00 Mn |
Uber Technologies Other 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=other-financing-activities&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();