Asbury Automotive (ABG) Income from Non-Controlling Interests (2021 - 2026)
Asbury Automotive's (ABG) quarterly Income from Non-Controlling Interests came in at $400000.0 in Q1 2026, up 111.43% on a YoY basis from $189189.2 in Q1 2025, and up 119.05% quarter-over-quarter from -$2.1 million in Q2 2025.
Asbury Automotive (ABG) Income from Non-Controlling Interests (2021 - 2026) Analysis & Trends
Asbury Automotive (ABG) has reported Income from Non-Controlling Interests for 6 consecutive years, with $400000.0 the latest figure, recorded in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | 203.00 Mn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | 800,000.00 |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | - |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | 1.60 Mn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn | - |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn | - |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn | -929,000.00 |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn | - |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn | - |
| 10 | Marinemax | 1.16 Bn | 996.41 Mn | 218.08 Mn | 286,000.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 400,000.00 |
| Jun 30, 2025 | -2.10 Mn |
| Mar 31, 2025 | -3.50 Mn |
| Jun 30, 2024 | -100,000.00 |
| Mar 31, 2024 | 2.50 Mn |
| Jun 30, 2023 | 4.10 Mn |
| Mar 31, 2023 | -4.70 Mn |
| Jun 30, 2022 | 6.90 Mn |
| Mar 31, 2022 | 10.40 Mn |
| Jun 30, 2021 | 1.60 Mn |
| Mar 31, 2021 | 1.60 Mn |
Asbury Automotive Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=ABG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "ABG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=ABG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();