Kimco Realty Corp has paid 15 recorded cash distributions, spanning 2023 to 2026.
The highest single cash dividend paid by Kimco Realty Corp is $0.28. The latest distribution of $0.28 was recorded on Sep 17, 2026.
The most recently recorded trailing dividend yield for Kimco Realty Corp stands at 0.00%, peaking at 1,558.00% on Apr 2, 2020, and averaging — across the selected range.
View 15 recorded historical distributions for Kimco Realty Corp, covering a time period spanning from 2023 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 4, 2026 | $0.28 | Cash | Sep 17, 2026 |
| 2 | Jun 5, 2026 | $0.26 | Cash | Jun 18, 2026 |
| 3 | Mar 6, 2026 | $0.26 | Cash | Mar 19, 2026 |
| 4 | Dec 5, 2025 | $0.26 | Cash | Dec 19, 2025 |
| 5 | Sep 5, 2025 | $0.25 | Cash | Sep 19, 2025 |
| 6 | Jun 6, 2025 | $0.25 | Cash | Jun 20, 2025 |
| 7 | Mar 7, 2025 | $0.25 | Cash | Mar 21, 2025 |
| 8 | Dec 5, 2024 | $0.25 | Cash | Dec 19, 2024 |
| 9 | Sep 5, 2024 | $0.24 | Cash | Sep 19, 2024 |
| 10 | Jun 6, 2024 | $0.24 | Cash | Jun 20, 2024 |
| 11 | Mar 6, 2024 | $0.24 | Cash | Mar 21, 2024 |
| 12 | Dec 6, 2023 | $0.24 | Cash | Dec 21, 2023 |
| 13 | Sep 6, 2023 | $0.23 | Cash | Sep 21, 2023 |
| 14 | Jun 7, 2023 | $0.23 | Cash | Jun 22, 2023 |
| 15 | Mar 8, 2023 | $0.23 | Cash | Mar 23, 2023 |
Pull Kimco Realty 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=KIM&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "KIM", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=KIM&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();