Avis Budget (CAR) Net Equity Issued and Repurchased (2019 - 2020)
Avis Budget's (CAR) quarterly Net Equity Issued and Repurchased came in at $15.0 million in Q1 2020, little changed year-over-year from $15.0 million in Q2 2019, and up 200.0% quarter-over-quarter from -$15.0 million in Q2 2019.
Avis Budget (CAR) Net Equity Issued and Repurchased (2019 - 2020) Analysis & Trends
Avis Budget has disclosed Net Equity Issued and Repurchased across 2 years of filings, most recently posting $15.0 million for Q1 2020.
- In Q1 2020, Net Equity Issued and Repurchased changed 0.0% year-over-year to $15.0 million; the TTM figure through Dec 2020 stood at $15.0 million (changed N/A YoY), while the FY2020 annual figure was $15.0 million, changed N/A from the prior year.
- Net Equity Issued and Repurchased came in at $15.0 million for Q1 2020 at Avis Budget, up from -$15.0 million in the prior quarter.
- In the past five years, Net Equity Issued and Repurchased ranged from a high of $15.0 million in Q1 2019 to a low of -$15.0 million in Q2 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | 15.00 Mn |
| Jun 30, 2019 | -15.00 Mn |
| Mar 31, 2019 | 15.00 Mn |
Avis Budget 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=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "ticker": "CAR", "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=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();