Allstate (ALL) Cash from Investing Activities (2009 - 2026)
Allstate's (ALL) quarterly Cash from Investing Activities came in at -$1.2 billion in Q2 2026, up 3.89% year-over-year from -$1.1 billion in Q2 2025, and up 55.81% quarter-over-quarter from -$2.6 billion in Q1 2026.
Allstate (ALL) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Allstate (ALL) has reported Cash from Investing Activities for 18 consecutive years, with -$1.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 3.89% year-over-year to -$1.2 billion in Q2 2026; TTM through Jun 2026 was -$8.5 billion, a 24.57% decrease from a year earlier, with the FY2025 full-year figure at -$7.3 billion, up 12.08% from the prior year.
- Cash from Investing Activities was -$1.2 billion for Q2 2026 at Allstate, up from -$2.6 billion in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $981.0 million in Q1 2022 and troughed at -$2.8 billion in Q3 2025.
- A 5-year average of -$1.5 billion and a median of -$1.3 billion in 2024 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities jumped 91.23% in 2022 and sank 897.63% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$1.3 billion in 2022, then slumped by 47.85% to -$1.9 billion in 2023, then gained by 11.77% to -$1.7 billion in 2024, then slipped by 16.64% to -$1.9 billion in 2025, then jumped by 40.43% to -$1.2 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$1.2 billion (Q2 2026), -$2.6 billion (Q1 2026), and -$1.9 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -24.34 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | -2.34 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -2.92 Bn |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -161.00 Mn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | -165.00 Mn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | -5.91 Bn |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | -8.87 Bn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | -49.00 Mn |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | -353.00 Mn |
| 10 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | -1.16 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.16 Bn |
| Mar 31, 2026 | -2.63 Bn |
| Dec 31, 2025 | -1.95 Bn |
| Sep 30, 2025 | -2.81 Bn |
| Jun 30, 2025 | -1.21 Bn |
| Mar 31, 2025 | -1.29 Bn |
| Dec 31, 2024 | -1.67 Bn |
| Sep 30, 2024 | -2.69 Bn |
| Jun 30, 2024 | -2.52 Bn |
| Mar 31, 2024 | -1.37 Bn |
| Sep 30, 2023 | -1.89 Bn |
| Jun 30, 2023 | -253.00 Mn |
| Mar 31, 2023 | -796.00 Mn |
| Sep 30, 2022 | -1.28 Bn |
| Jun 30, 2022 | -1.12 Bn |
| Mar 31, 2022 | 981.00 Mn |
| Sep 30, 2021 | 289.00 Mn |
| Jun 30, 2021 | -670.00 Mn |
| Mar 31, 2021 | 513.00 Mn |
| Sep 30, 2020 | -1.24 Bn |
Allstate Cash from Investing Activities 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=cash-from-investing-activities&ticker=ALL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=ALL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();