Avis Budget (CAR) Net Margin (2009 - 2026)
Avis Budget's (CAR) quarterly Net Margin came in at 2.1% in Q2 2026, up 194.0% year-over-year from 0.71% in Q2 2025, and up 122.72% quarter-over-quarter from 9.25% in Q1 2026.
Avis Budget (CAR) Net Margin (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Net Margin across 18 years of filings, most recently posting 2.1% for Q2 2026.
- In Q2 2026, Net Margin rose 194.0% year-over-year to 2.1%; the TTM figure through Jun 2026 stood at 5.7% (up 1333.0% YoY), while the FY2025 annual figure was 8.54%, up 687.0% from the prior year.
- Net Margin came in at 2.1% for Q2 2026 at Avis Budget, up from 9.25% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 29.07% in Q3 2022 to a low of 72.21% in Q4 2024.
- Average Net Margin over 5 years is 1.34%, with a median of 8.12% recorded in 2024.
- Year-over-year, Net Margin slumped 8162 bps in 2024 and jumped 4008 bps in 2025.
- Over 5 years, Net Margin stood at 15.3% in 2022, then slumped by 39 bps to 9.41% in 2023, then slumped by 868 bps to 72.21% in 2024, then jumped by 56 bps to 32.13% in 2025, then soared by 107 bps to 2.1% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 2.1% in Q2 2026, 9.25% in Q1 2026, and 32.13% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 2.10% |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.10% |
| Mar 31, 2026 | -9.25% |
| Dec 31, 2025 | -32.13% |
| Sep 30, 2025 | 10.23% |
| Jun 30, 2025 | 0.16% |
| Mar 31, 2025 | -20.74% |
| Dec 31, 2024 | -72.21% |
| Sep 30, 2024 | 6.84% |
| Jun 30, 2024 | 0.49% |
| Mar 31, 2024 | -4.43% |
| Dec 31, 2023 | 9.41% |
| Sep 30, 2023 | 17.59% |
| Jun 30, 2023 | 13.96% |
| Mar 31, 2023 | 12.20% |
| Dec 31, 2022 | 15.30% |
| Sep 30, 2022 | 29.07% |
| Jun 30, 2022 | 23.86% |
| Mar 31, 2022 | 21.67% |
| Dec 31, 2021 | 14.83% |
| Sep 30, 2021 | 22.46% |
Avis Budget Net Margin 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=net-margin&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();