Cincinnati Financial Corp has paid 94 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Cincinnati Financial Corp is $0.94. The latest distribution of $0.94 was recorded on Oct 15, 2026.
The most recently recorded trailing dividend yield for Cincinnati Financial Corp stands at 213.35%, peaking at 599.00% on Feb 8, 2010, and averaging — across the selected range.
View 94 recorded historical distributions for Cincinnati Financial Corp, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 23, 2026 | $0.94 | Cash | Oct 15, 2026 |
| 2 | Jun 23, 2026 | $0.94 | Cash | Jul 15, 2026 |
| 3 | Mar 24, 2026 | $0.94 | Cash | Apr 15, 2026 |
| 4 | Dec 22, 2025 | $0.87 | Cash | Jan 15, 2026 |
| 5 | Sep 22, 2025 | $0.87 | Cash | Oct 15, 2025 |
| 6 | Jun 23, 2025 | $0.87 | Cash | Jul 15, 2025 |
| 7 | Mar 24, 2025 | $0.87 | Cash | Apr 15, 2025 |
| 8 | Dec 19, 2024 | $0.81 | Cash | Jan 15, 2025 |
| 9 | Sep 17, 2024 | $0.81 | Cash | Oct 15, 2024 |
| 10 | Jun 18, 2024 | $0.81 | Cash | Jul 15, 2024 |
| 11 | Mar 18, 2024 | $0.81 | Cash | Apr 15, 2024 |
| 12 | Dec 18, 2023 | $0.75 | Cash | Jan 16, 2024 |
| 13 | Sep 15, 2023 | $0.75 | Cash | Oct 16, 2023 |
| 14 | Jun 15, 2023 | $0.75 | Cash | Jul 14, 2023 |
| 15 | Mar 16, 2023 | $0.75 | Cash | Apr 14, 2023 |
| 16 | Dec 15, 2022 | $0.69 | Cash | Jan 13, 2023 |
| 17 | Sep 15, 2022 | $0.69 | Cash | Oct 14, 2022 |
| 18 | Jun 16, 2022 | $0.69 | Cash | Jul 15, 2022 |
| 19 | Mar 17, 2022 | $0.69 | Cash | Apr 15, 2022 |
| 20 | Dec 15, 2021 | $0.63 | Cash | Jan 14, 2022 |
Pull Cincinnati Financial 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=CINF&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "CINF", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=CINF&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();