Allstate Corp has paid 92 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Allstate Corp is $1.08. The latest distribution of $1.08 was recorded on Oct 1, 2026.
The most recently recorded trailing dividend yield for Allstate Corp stands at 183.27%, peaking at 642.09% on Oct 3, 2023, and averaging — across the selected range.
View 92 recorded historical distributions for Allstate Corp, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 31, 2026 | $1.08 | Cash | Oct 1, 2026 |
| 2 | Jun 1, 2026 | $1.08 | Cash | Jul 1, 2026 |
| 3 | Mar 2, 2026 | $1.08 | Cash | Apr 1, 2026 |
| 4 | Dec 1, 2025 | $1.00 | Cash | Jan 2, 2026 |
| 5 | Aug 29, 2025 | $1.00 | Cash | Oct 1, 2025 |
| 6 | Jun 9, 2025 | $1.00 | Cash | Jul 1, 2025 |
| 7 | Mar 10, 2025 | $1.00 | Cash | Apr 1, 2025 |
| 8 | Nov 29, 2024 | $0.92 | Cash | Jan 2, 2025 |
| 9 | Aug 30, 2024 | $0.92 | Cash | Oct 1, 2024 |
| 10 | May 31, 2024 | $0.92 | Cash | Jul 1, 2024 |
| 11 | Mar 1, 2024 | $0.92 | Cash | Apr 1, 2024 |
| 12 | Nov 29, 2023 | $0.89 | Cash | Jan 2, 2024 |
| 13 | Aug 30, 2023 | $0.89 | Cash | Oct 2, 2023 |
| 14 | Jun 1, 2023 | $0.89 | Cash | Jul 3, 2023 |
| 15 | Feb 27, 2023 | $0.89 | Cash | Apr 3, 2023 |
| 16 | Nov 29, 2022 | $0.85 | Cash | Jan 3, 2023 |
| 17 | Aug 30, 2022 | $0.85 | Cash | Oct 3, 2022 |
| 18 | Jun 2, 2022 | $0.85 | Cash | Jul 1, 2022 |
| 19 | Feb 25, 2022 | $0.85 | Cash | Apr 1, 2022 |
| 20 | Nov 29, 2021 | $0.81 | Cash | Jan 3, 2022 |
Pull Allstate Corp's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=ALL&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "ALL", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=ALL&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();