Independent Bank (IBCP) Dividend Yield (2014 - 2026)
Independent Bank's (IBCP) quarterly Dividend Yield came in at 0.78% in Q2 2026, down 3.0% year-over-year from 0.8% in Q2 2025, and down 7.79% quarter-over-quarter from 0.84% in Q1 2026.
Independent Bank (IBCP) Dividend Yield (2014 - 2026) Analysis & Trends
Independent Bank has disclosed Dividend Yield across 13 years of filings, most recently posting 0.78% for Q2 2026.
- In Q2 2026, Dividend Yield fell 3.0% year-over-year to 0.78%; the TTM figure through Jun 2026 stood at 3.0% (down 11.0% YoY), while the FY2025 annual figure was 3.23%, up 48.0% from the prior year.
- Dividend Yield came in at 0.78% for Q2 2026 at Independent Bank, down from 0.84% in the prior quarter.
- In the past five years, Dividend Yield ranged from a high of 1.37% in Q2 2023 to a low of 0.69% in Q4 2024.
- Average Dividend Yield over 5 years is 0.95%, with a median of 0.89% recorded in 2024.
- Year-over-year, Dividend Yield increased 29 bps in 2023 and tumbled 54 bps in 2024.
- Over 5 years, Dividend Yield stood at 0.92% in 2022, then dropped by 4 bps to 0.88% in 2023, then retreated by 22 bps to 0.69% in 2024, then climbed by 17 bps to 0.8% in 2025, then declined by 4 bps to 0.78% in 2026.
- Per Business Quant data, the three most recent Dividend Yield figures were 0.78% in Q2 2026, 0.84% in Q1 2026, and 0.8% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn |
| 10 | Independent Bank | 746.43 Mn | 580.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.78% |
| Mar 31, 2026 | 0.84% |
| Dec 31, 2025 | 0.80% |
| Sep 30, 2025 | 0.84% |
| Jun 30, 2025 | 0.80% |
| Mar 31, 2025 | 0.84% |
| Dec 31, 2024 | 0.69% |
| Sep 30, 2024 | 0.72% |
| Jun 30, 2024 | 0.89% |
| Mar 31, 2024 | 0.94% |
| Dec 31, 2023 | 0.88% |
| Sep 30, 2023 | 1.26% |
| Jun 30, 2023 | 1.37% |
| Mar 31, 2023 | 1.29% |
| Dec 31, 2022 | 0.92% |
| Sep 30, 2022 | 1.15% |
| Jun 30, 2022 | 1.14% |
| Mar 31, 2022 | 1.00% |
| Dec 31, 2021 | 0.88% |
| Sep 30, 2021 | 0.99% |
Independent Bank Dividend Yield API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=dividend-yield&ticker=IBCP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "ticker": "IBCP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividend-yield&ticker=IBCP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();