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