Avis Budget (CAR) Buildings (2010 - 2020)
Avis Budget's (CAR) quarterly Buildings came in at $592.0 million in Q4 2020, up 4.78% year-over-year from $565.0 million in Q1 2020, and up 4.78% quarter-over-quarter from $565.0 million in Q4 2019.
Avis Budget (CAR) Buildings (2010 - 2020) Analysis & Trends
Avis Budget has disclosed Buildings across 11 years of filings, most recently posting $592.0 million for Q4 2020.
- In Q4 2020, Buildings rose 4.78% year-over-year to $592.0 million; the TTM figure through Dec 2020 stood at $592.0 million (up 4.78% YoY), while the FY2020 annual figure was $592.0 million, up 4.78% from the prior year.
- Buildings came in at $592.0 million for Q4 2020 at Avis Budget, up from $565.0 million in the prior quarter.
- In the past five years, Buildings ranged from a high of $626.0 million in Q4 2017 to a low of $565.0 million in Q4 2019.
- Average Buildings over 5 years is $601.0 million, with a median of $597.0 million recorded in 2016.
- Year-over-year, Buildings climbed 5.29% in 2016 and slipped 9.6% in 2019.
- Over 5 years, Buildings stood at $597.0 million in 2016, then rose by 4.86% to $626.0 million in 2017, then retreated by 0.16% to $625.0 million in 2018, then decreased by 9.6% to $565.0 million in 2019, then advanced by 4.78% to $592.0 million in 2020.
- Per Business Quant data, the three most recent Buildings figures were $592.0 million in Q4 2020, $565.0 million in Q4 2019, and $625.0 million in Q4 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 592.00 Mn |
| Dec 31, 2019 | 565.00 Mn |
| Dec 31, 2018 | 625.00 Mn |
| Dec 31, 2017 | 626.00 Mn |
| Dec 31, 2016 | 597.00 Mn |
| Dec 31, 2015 | 567.00 Mn |
| Dec 31, 2014 | 565.00 Mn |
| Dec 31, 2013 | 549.00 Mn |
| Dec 31, 2012 | 521.00 Mn |
| Dec 31, 2011 | 492.00 Mn |
| Dec 31, 2010 | 412.00 Mn |
Avis Budget Buildings 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=buildings&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();