Avis Budget (CAR) Preferred Shares (2020)
Avis Budget's (CAR) quarterly Preferred Shares came in at $10.0 million in Q3 2020.
Analysis
Avis Budget (CAR) Preferred Shares (2020) Analysis & Trends
Avis Budget has disclosed Preferred Shares across 1 years of filings, most recently posting $10.0 million for Q3 2020.
- In Q3 2020, Preferred Shares changed N/A year-over-year to $10.0 million; the TTM figure through Sep 2020 stood at $10.0 million (changed N/A YoY), while the FY2019 annual figure was $10.0 million, changed N/A from the prior year.
- Preferred Shares came in at $10.0 million for Q3 2020 at Avis Budget.
- In the past five years, Preferred Shares ranged from a high of $10.0 million in Q3 2020 to a low of $10.0 million in Q3 2020.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
API Access
Avis Budget Preferred Shares 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=preferred-shares&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();