Allstate (ALL) Income from Non-Controlling Interests (2010 - 2026)
Allstate's (ALL) quarterly Income from Non-Controlling Interests came in at $1.0 million in Q1 2026, little changed year-over-year from $1.0 million in Q1 2025, and up 120.0% quarter-over-quarter from -$5.0 million in Q4 2025.
Allstate (ALL) Income from Non-Controlling Interests (2010 - 2026) Analysis & Trends
Allstate (ALL) has reported Income from Non-Controlling Interests for 7 consecutive years, with $1.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Income from Non-Controlling Interests changed 0.0% year-over-year to $1.0 million in Q1 2026; TTM through Jun 2026 was -$6.0 million, a 91.78% increase from a year earlier, with the FY2025 full-year figure at -$16.0 million, up 76.47% from the prior year.
- Income from Non-Controlling Interests was $1.0 million for Q1 2026 at Allstate, up from -$5.0 million in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at $16.0 million in Q2 2024 and troughed at -$38.0 million in Q4 2024.
- A 5-year average of -$12.2 million and a median of -$10.0 million in 2022 frame the typical range for Income from Non-Controlling Interests.
- The widest YoY moves for Income from Non-Controlling Interests: up 169.57% in 2024, down 1900.0% in 2024.
- Over 5 years, Income from Non-Controlling Interests stood at -$34.0 million in 2022, then soared by 32.35% to -$23.0 million in 2023, then sank by 65.22% to -$38.0 million in 2024, then soared by 86.84% to -$5.0 million in 2025, then surged by 120.0% to $1.0 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at $1.0 million (Q1 2026), -$5.0 million (Q4 2025), and -$2.0 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 105.00 Mn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 108.00 Mn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | - |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | - |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | - |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | - |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | 167.90 Mn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | - |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | - |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 1.00 Mn |
| Dec 31, 2025 | -5.00 Mn |
| Sep 30, 2025 | -2.00 Mn |
| Jun 30, 2025 | -10.00 Mn |
| Mar 31, 2025 | 1.00 Mn |
| Dec 31, 2024 | -38.00 Mn |
| Sep 30, 2024 | -26.00 Mn |
| Jun 30, 2024 | 16.00 Mn |
| Mar 31, 2024 | -20.00 Mn |
| Sep 30, 2023 | -23.00 Mn |
| Jun 30, 2023 | -23.00 Mn |
| Mar 31, 2023 | -1.00 Mn |
| Sep 30, 2022 | -34.00 Mn |
| Jun 30, 2022 | -9.00 Mn |
| Mar 31, 2022 | -10.00 Mn |
| Sep 30, 2021 | -7.00 Mn |
| Jun 30, 2021 | 6.00 Mn |
| Mar 31, 2021 | -6.00 Mn |
| Sep 30, 2010 | 9.00 Mn |
Allstate 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=ALL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "ALL", "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=ALL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();