Avis Budget (CAR) Interest & Investment Income (2011)
Avis Budget's (CAR) quarterly Interest & Investment Income came in at $2.0 million in Q3 2011.
Analysis
Avis Budget (CAR) Interest & Investment Income (2011) Analysis & Trends
Avis Budget has disclosed Interest & Investment Income across 1 years of filings, most recently posting $2.0 million for Q3 2011.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | - |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
API Access
Avis Budget Interest & Investment Income 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=interest-and-investment-income&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();