Allstate (ALL) Non Operating Investment Income (2009 - 2026)
Allstate's (ALL) quarterly Non Operating Investment Income came in at $1.1 billion in Q2 2026, up 832.64% year-over-year from $113.1 million in Q2 2025, and up 360.49% quarter-over-quarter from -$405.0 million in Q1 2026.
Allstate (ALL) Non Operating Investment Income (2009 - 2026) Analysis & Trends
Allstate (ALL) has reported Non Operating Investment Income for 17 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Investment Income rose 832.64% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $975.0 million, a 316.19% increase from a year earlier, with the FY2025 full-year figure at -$168.0 million, up 25.33% from the prior year.
- Non Operating Investment Income was $1.1 billion for Q2 2026 at Allstate, up from -$405.0 million in the prior quarter.
- Over five years, Non Operating Investment Income peaked at $1.1 billion in Q2 2026 and troughed at -$1.2 billion in Q3 2022.
- A 5-year average of -$141.9 million and a median of -$157.5 million in 2023 frame the typical range for Non Operating Investment Income.
- Across the five-year window, Non Operating Investment Income sank 1271.43% in 2024 and jumped 832.64% in 2026, its largest moves.
- Over 5 years, Non Operating Investment Income stood at -$1.2 billion in 2022, then surged by 80.89% to -$223.0 million in 2023, then advanced by 9.87% to -$201.0 million in 2024, then surged by 136.32% to $73.0 million in 2025, then soared by 1345.21% to $1.1 billion in 2026.
- The last three Non Operating Investment Income figures came in at $1.1 billion (Q2 2026), -$405.0 million (Q1 2026), and $73.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 16.08 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 162.00 Mn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 588.00 Mn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 60.00 Mn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 1.06 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | -153.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | -768.90 Mn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | -265.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 64.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.06 Bn |
| Mar 31, 2026 | -405.00 Mn |
| Dec 31, 2025 | 73.00 Mn |
| Sep 30, 2025 | 252.00 Mn |
| Jun 30, 2025 | -144.00 Mn |
| Mar 31, 2025 | -349.00 Mn |
| Dec 31, 2024 | -201.00 Mn |
| Sep 30, 2024 | 243.00 Mn |
| Jun 30, 2024 | -103.00 Mn |
| Mar 31, 2024 | -164.00 Mn |
| Sep 30, 2023 | -223.00 Mn |
| Jun 30, 2023 | -151.00 Mn |
| Mar 31, 2023 | 14.00 Mn |
| Sep 30, 2022 | -1.17 Bn |
| Jun 30, 2022 | -733.00 Mn |
| Mar 31, 2022 | -267.00 Mn |
| Dec 31, 2020 | 4.00 Mn |
| Sep 30, 2020 | 682.00 Mn |
| Jun 30, 2020 | 704.00 Mn |
| Mar 31, 2020 | -462.00 Mn |
Allstate Non Operating 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=non-operating-investment-income&ticker=ALL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=ALL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();