Qcr Holdings (QCRH) Net Cash Flow (2010 - 2026)
Qcr Holdings (QCRH) posted Net Cash Flow of $31.3 million for Q2 2026, up 783.3% on a QoQ basis from $3.5 million in Q1 2026, and up 442.06% year-over-year from $5.8 million in Q2 2025.
Qcr Holdings (QCRH) Net Cash Flow (2010 - 2026) Analysis & Trends
Qcr Holdings has reported Net Cash Flow for 17 years, with the latest figure at $31.3 million in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 442.06% year-over-year to $31.3 million in Q2 2026; TTM through Jun 2026 was $6.6 million, a 47.82% decrease from a year earlier, with the FY2025 full-year figure at -$15.2 million, down 182.66% from the prior year.
- Net Cash Flow was $31.3 million for Q2 2026 at Qcr Holdings, up from $3.5 million in the prior quarter.
- The five-year high for Net Cash Flow was $41.8 million in Q2 2022, with the low at -$27.2 million in Q3 2025.
- Average Net Cash Flow over 5 years is $4.1 million, with a median of $5.2 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2026: Net Cash Flow sank 456.13% in 2022, then surged 442.06% in 2026.
- Over 5 years, Net Cash Flow stood at -$26.6 million in 2022, then surged by 73.11% to -$7.1 million in 2023, then plunged by 69.53% to -$12.1 million in 2024, then surged by 91.02% to -$1.1 million in 2025, then jumped by 2979.85% to $31.3 million in 2026.
- The last three Net Cash Flow figures came in at $31.3 million (Q2 2026), $3.5 million (Q1 2026), and -$1.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Qcr Holdings | 1.63 Bn | 806.52 Mn | 4.02 Mn | 31.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 31.30 Mn |
| Mar 31, 2026 | 3.54 Mn |
| Dec 31, 2025 | -1.09 Mn |
| Sep 30, 2025 | -27.19 Mn |
| Jun 30, 2025 | 5.78 Mn |
| Mar 31, 2025 | 7.26 Mn |
| Dec 31, 2024 | -12.11 Mn |
| Sep 30, 2024 | 11.67 Mn |
| Jun 30, 2024 | 11.19 Mn |
| Mar 31, 2024 | -16.14 Mn |
| Dec 31, 2023 | -7.14 Mn |
| Sep 30, 2023 | 20.18 Mn |
| Jun 30, 2023 | 19.79 Mn |
| Mar 31, 2023 | 4.57 Mn |
| Dec 31, 2022 | -26.56 Mn |
| Sep 30, 2022 | -6.10 Mn |
| Jun 30, 2022 | 41.84 Mn |
| Mar 31, 2022 | 13.05 Mn |
| Dec 31, 2021 | -19.82 Mn |
| Sep 30, 2021 | 1.71 Mn |
Qcr Holdings Net Cash Flow 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=net-cash-flow&ticker=QCRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=QCRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();