Independent Bank Corp /Mi/ has paid 74 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Independent Bank Corp /Mi/ is $0.28. The latest distribution of $0.28 was recorded on Aug 14, 2026.
The most recently recorded trailing dividend yield for Independent Bank Corp /Mi/ stands at 298.81%, peaking at 764.63% on Mar 18, 2020, and averaging — across the selected range.
View 74 recorded historical distributions for Independent Bank Corp /Mi/, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 4, 2026 | $0.28 | Cash | Aug 14, 2026 |
| 2 | May 4, 2026 | $0.28 | Cash | May 14, 2026 |
| 3 | Feb 3, 2026 | $0.28 | Cash | Feb 13, 2026 |
| 4 | Nov 4, 2025 | $0.26 | Cash | Nov 14, 2025 |
| 5 | Aug 5, 2025 | $0.26 | Cash | Aug 15, 2025 |
| 6 | May 5, 2025 | $0.26 | Cash | May 15, 2025 |
| 7 | Feb 4, 2025 | $0.26 | Cash | Feb 14, 2025 |
| 8 | Nov 5, 2024 | $0.24 | Cash | Nov 15, 2024 |
| 9 | Aug 5, 2024 | $0.24 | Cash | Aug 15, 2024 |
| 10 | May 2, 2024 | $0.24 | Cash | May 13, 2024 |
| 11 | Feb 2, 2024 | $0.24 | Cash | Feb 15, 2024 |
| 12 | Nov 2, 2023 | $0.23 | Cash | Nov 13, 2023 |
| 13 | Aug 3, 2023 | $0.23 | Cash | Aug 14, 2023 |
| 14 | May 4, 2023 | $0.23 | Cash | May 15, 2023 |
| 15 | Feb 15, 2023 | $0.23 | Cash | Feb 24, 2023 |
| 16 | Nov 3, 2022 | $0.22 | Cash | Nov 14, 2022 |
| 17 | Aug 4, 2022 | $0.22 | Cash | Aug 16, 2022 |
| 18 | May 4, 2022 | $0.22 | Cash | May 16, 2022 |
| 19 | Feb 3, 2022 | $0.22 | Cash | Feb 15, 2022 |
| 20 | Nov 4, 2021 | $0.21 | Cash | Nov 15, 2021 |
Pull Independent Bank Corp /Mi/'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=IBCP&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "IBCP", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=IBCP&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();