Uber Technologies (UBER) Other Non Operating Income (2019 - 2026)
Uber Technologies' (UBER) quarterly Other Non Operating Income came in at $1.3 billion in Q2 2026, up 7163.16% year-over-year from $18.5 million in Q2 2025, and up 10223.08% quarter-over-quarter from $13.0 million in Q1 2026.
Uber Technologies (UBER) Other Non Operating Income (2019 - 2026) Analysis & Trends
Uber Technologies has disclosed Other Non Operating Income across 3 years of filings, most recently posting $1.3 billion for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 7163.16% year-over-year to $1.3 billion; the TTM figure through Jun 2026 stood at $1.4 billion (changed N/A YoY), while the FY2025 annual figure was -$68.0 million, down 106.03% from the prior year.
- Other Non Operating Income came in at $1.3 billion for Q2 2026 at Uber Technologies, up from $13.0 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $1.3 billion in Q2 2026 to a low of -$19.0 million in Q2 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 | 1.34 Bn |
| Mar 31, 2026 | -1.49 Bn |
| Jun 30, 2025 | -19.00 Mn |
| Mar 31, 2025 | 93.00 Mn |
| Jun 30, 2019 | 444.00 Mn |
Uber Technologies Other Non Operating Income 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-non-operating-income&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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-non-operating-income&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();