Uber Technologies (UBER) Net Equity Issued and Repurchased (2018 - 2019)
Uber Technologies' (UBER) quarterly Net Equity Issued and Repurchased came in at $500.0 million in Q4 2018, down 60.0% quarter-over-quarter from $1.2 billion in Q1 2018.
Uber Technologies (UBER) Net Equity Issued and Repurchased (2018 - 2019) Analysis & Trends
Uber Technologies has disclosed Net Equity Issued and Repurchased across 1 years of filings, most recently posting $500.0 million for Q4 2018.
- In Q4 2018, Net Equity Issued and Repurchased changed N/A year-over-year to $500.0 million; the TTM figure through Sep 2019 stood at $500.0 million (changed N/A YoY), while the FY2018 annual figure was $1.8 billion, up 73.61% from the prior year.
- Net Equity Issued and Repurchased came in at $500.0 million for Q4 2018 at Uber Technologies, down from $1.2 billion in the prior quarter.
- In the past five years, Net Equity Issued and Repurchased ranged from a high of $1.2 billion in Q1 2018 to a low of $500.0 million in Q4 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (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 | 59.98 Mn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | - |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 3.00 Mn |
| 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 | 74.39 Mn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2019 | -4.00 Mn |
| Jun 30, 2019 | 7.98 Bn |
| Mar 31, 2019 | 2.00 Mn |
| Dec 31, 2018 | 500.00 Mn |
| Mar 31, 2018 | 1.25 Bn |
Uber Technologies Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();