Avis Budget (CAR) Construction in Progress (2010 - 2020)
Avis Budget's (CAR) quarterly Construction in Progress came in at $60.0 million in Q4 2020, down 66.67% year-over-year from $180.0 million in Q1 2020, and down 66.67% quarter-over-quarter from $180.0 million in Q4 2019.
Avis Budget (CAR) Construction in Progress (2010 - 2020) Analysis & Trends
Avis Budget has disclosed Construction in Progress across 11 years of filings, most recently posting $60.0 million for Q4 2020.
- In Q4 2020, Construction in Progress fell 66.67% year-over-year to $60.0 million; the TTM figure through Dec 2020 stood at $60.0 million (down 66.67% YoY), while the FY2020 annual figure was $60.0 million, down 66.67% from the prior year.
- Construction in Progress came in at $60.0 million for Q4 2020 at Avis Budget, down from $180.0 million in the prior quarter.
- In the past five years, Construction in Progress ranged from a high of $180.0 million in Q4 2019 to a low of $60.0 million in Q4 2020.
- Average Construction in Progress over 5 years is $125.2 million, with a median of $118.0 million recorded in 2017.
- Year-over-year, Construction in Progress surged 43.22% in 2018 and plunged 66.67% in 2020.
- Over 5 years, Construction in Progress stood at $99.0 million in 2016, then grew by 19.19% to $118.0 million in 2017, then soared by 43.22% to $169.0 million in 2018, then advanced by 6.51% to $180.0 million in 2019, then plunged by 66.67% to $60.0 million in 2020.
- Per Business Quant data, the three most recent Construction in Progress figures were $60.0 million in Q4 2020, $180.0 million in Q4 2019, and $169.0 million in Q4 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (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 | 60.00 Mn |
| Dec 31, 2019 | 180.00 Mn |
| Dec 31, 2018 | 169.00 Mn |
| Dec 31, 2017 | 118.00 Mn |
| Dec 31, 2016 | 99.00 Mn |
| Dec 31, 2015 | 89.00 Mn |
| Dec 31, 2014 | 82.00 Mn |
| Dec 31, 2013 | 64.00 Mn |
| Dec 31, 2012 | 37.00 Mn |
| Dec 31, 2011 | 37.00 Mn |
| Dec 31, 2010 | 30.00 Mn |
Avis Budget Construction in Progress 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=construction-in-progress&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();