Qcr Holdings (QCRH) Loans (2010 - 2026)
Qcr Holdings (QCRH) posted Loans of $3.7 million for Q2 2026, down 99.29% on a QoQ basis from $524.9 million in Q1 2026, and up 221.08% year-over-year from $1.2 million in Q2 2025.
Qcr Holdings (QCRH) Loans (2010 - 2026) Analysis & Trends
Qcr Holdings has reported Loans for 17 years, with the latest figure at $3.7 million in Q2 2026.
- On a quarterly basis, Loans rose 221.08% year-over-year to $3.7 million in Q2 2026; TTM through Jun 2026 was $3.7 million, a 221.08% increase from a year earlier, with the FY2025 full-year figure at $1.4 million, down 33.32% from the prior year.
- Loans was $3.7 million for Q2 2026 at Qcr Holdings, down from $524.9 million in the prior quarter.
- The five-year high for Loans was $524.9 million in Q1 2026, with the low at $1.2 million in Q2 2025.
- Average Loans over 5 years is $108.4 million, with a median of $3.0 million recorded in 2022.
- The sharpest annual moves came in 2025 and 2026: Loans slumped 99.53% in 2025, then surged 25822.52% in 2026.
- Over 5 years, Loans stood at $1.5 million in 2022, then surged by 73.33% to $2.6 million in 2023, then declined by 17.58% to $2.1 million in 2024, then sank by 33.32% to $1.4 million in 2025, then jumped by 161.09% to $3.7 million in 2026.
- The last three Loans figures came in at $3.7 million (Q2 2026), $524.9 million (Q1 2026), and $1.4 million (Q4 2025), per Business Quant data.
Peer Comparison
Qcr Holdings Loans 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=loans&ticker=QCRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "loans", "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=loans&ticker=QCRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();