Avis Budget (CAR) Notes Payables (2021 - 2022)
Avis Budget's (CAR) quarterly Notes Payables came in at $27.0 million in Q4 2022, up 42.11% year-over-year from $19.0 million in Q4 2021, and up 42.11% quarter-over-quarter from $19.0 million in Q4 2021.
Avis Budget (CAR) Notes Payables (2021 - 2022) Analysis & Trends
Avis Budget has disclosed Notes Payables across 2 years of filings, most recently posting $27.0 million for Q4 2022.
- In Q4 2022, Notes Payables rose 42.11% year-over-year to $27.0 million; the TTM figure through Dec 2022 stood at $27.0 million (up 42.11% YoY), while the FY2022 annual figure was $27.0 million, up 42.11% from the prior year.
- Notes Payables came in at $27.0 million for Q4 2022 at Avis Budget, up from $19.0 million in the prior quarter.
- In the past five years, Notes Payables ranged from a high of $27.0 million in Q4 2022 to a low of $19.0 million in Q4 2021.
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 | - |
Avis Budget Notes Payables 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=notes-payables&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();