Allstate (ALL) Income towards Parent Company (2009 - 2026)
Allstate's (ALL) quarterly Income towards Parent Company came in at $3.3 billion in Q2 2026, up 55.84% year-over-year from $2.1 billion in Q2 2025, and up 33.08% quarter-over-quarter from $2.5 billion in Q1 2026.
Allstate (ALL) Income towards Parent Company (2009 - 2026) Analysis & Trends
Allstate (ALL) has reported Income towards Parent Company for 18 consecutive years, with $3.3 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company rose 55.84% year-over-year to $3.3 billion in Q2 2026; TTM through Jun 2026 was $13.3 billion, a 131.34% increase from a year earlier, with the FY2025 full-year figure at $10.3 billion, up 123.22% from the prior year.
- Income towards Parent Company was $3.3 billion for Q2 2026 at Allstate, up from $2.5 billion in the prior quarter.
- Over five years, Income towards Parent Company peaked at $3.8 billion in Q4 2025 and troughed at -$1.7 billion in Q3 2023.
- A 5-year average of $986.2 million and a median of $907.0 million in 2022 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company sank 234.97% in 2022 and soared 504.9% in 2025, its largest moves.
- Over 5 years, Income towards Parent Company stood at -$1.0 billion in 2022, then sank by 62.52% to -$1.7 billion in 2023, then surged by 211.18% to $1.9 billion in 2024, then soared by 102.49% to $3.8 billion in 2025, then slipped by 14.53% to $3.3 billion in 2026.
- The last three Income towards Parent Company figures came in at $3.3 billion (Q2 2026), $2.5 billion (Q1 2026), and $3.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn |
| 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 | - |
| 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 |
|---|---|
| Jun 30, 2026 | 3.27 Bn |
| Mar 31, 2026 | 2.46 Bn |
| Dec 31, 2025 | 3.83 Bn |
| Sep 30, 2025 | 3.74 Bn |
| Jun 30, 2025 | 2.10 Bn |
| Mar 31, 2025 | 596.00 Mn |
| Dec 31, 2024 | 1.89 Bn |
| Sep 30, 2024 | 1.16 Bn |
| Jun 30, 2024 | 347.00 Mn |
| Mar 31, 2024 | 1.20 Bn |
| Sep 30, 2023 | -1.70 Bn |
| Jun 30, 2023 | -1.38 Bn |
| Mar 31, 2023 | -321.00 Mn |
| Sep 30, 2022 | -1.05 Bn |
| Jun 30, 2022 | -1.02 Bn |
| Mar 31, 2022 | 650.00 Mn |
| Dec 31, 2021 | -321.00 Mn |
| Sep 30, 2021 | 775.00 Mn |
| Jun 30, 2021 | 1.63 Bn |
| Mar 31, 2021 | -1.39 Bn |
Allstate Income towards Parent Company 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-towards-parent-company&ticker=ALL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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-towards-parent-company&ticker=ALL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();