Qcr Holdings (QCRH) Dividend Yield (2010 - 2026)
Qcr Holdings (QCRH) posted Dividend Yield of 0.11% for Q2 2026, up 46.57% on a QoQ basis from 0.07% in Q1 2026, and up 2.0% year-over-year from 0.1% in Q2 2025.
Qcr Holdings (QCRH) Dividend Yield (2010 - 2026) Analysis & Trends
Qcr Holdings has reported Dividend Yield for 17 years, with the latest figure at 0.11% in Q2 2026.
- On a quarterly basis, Dividend Yield rose 2.0% year-over-year to 0.11% in Q2 2026; TTM through Jun 2026 was 0.3%, a 6.0% decrease from a year earlier, with the FY2025 full-year figure at 0.29%, changed 0.0% from the prior year.
- Dividend Yield was 0.11% for Q2 2026 at Qcr Holdings, up from 0.07% in the prior quarter.
- The five-year high for Dividend Yield was 0.16% in Q3 2024, with the low at 0.07% in Q1 2026.
- Average Dividend Yield over 5 years is 0.11%, with a median of 0.1% recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Dividend Yield increased 5 bps in 2023, then retreated 8 bps in 2025.
- Over 5 years, Dividend Yield stood at 0.12% in 2022, then fell by 15 bps to 0.1% in 2023, then jumped by 58 bps to 0.16% in 2024, then plunged by 55 bps to 0.07% in 2025, then surged by 44 bps to 0.11% in 2026.
- The last three Dividend Yield figures came in at 0.11% (Q2 2026), 0.07% (Q1 2026), and 0.07% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn |
| 10 | Qcr Holdings | 1.63 Bn | 806.52 Mn | 4.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.11% |
| Mar 31, 2026 | 0.07% |
| Dec 31, 2025 | 0.07% |
| Sep 30, 2025 | 0.08% |
| Jun 30, 2025 | 0.09% |
| Mar 31, 2025 | 0.08% |
| Sep 30, 2024 | 0.16% |
| Jun 30, 2024 | 0.10% |
| Mar 31, 2024 | 0.10% |
| Dec 31, 2023 | 0.10% |
| Sep 30, 2023 | 0.12% |
| Jun 30, 2023 | 0.15% |
| Mar 31, 2023 | 0.14% |
| Dec 31, 2022 | 0.12% |
| Sep 30, 2022 | 0.12% |
| Jun 30, 2022 | 0.10% |
| Mar 31, 2022 | 0.11% |
| Dec 31, 2021 | 0.11% |
| Sep 30, 2021 | 0.12% |
| Jun 30, 2021 | 0.13% |
Qcr Holdings 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=QCRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "ticker": "QCRH", "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=QCRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();