Qcr Holdings (QCRH) EBITDA (2010 - 2026)
Qcr Holdings (QCRH) posted EBITDA of -$49.1 million for Q2 2026, down 1.4% on a QoQ basis from -$48.5 million in Q1 2026, and down 5.82% year-over-year from -$52.2 million in Q2 2025.
Qcr Holdings (QCRH) EBITDA (2010 - 2026) Analysis & Trends
Qcr Holdings has reported EBITDA for 17 years, with the latest figure at -$49.1 million in Q2 2026.
- On a quarterly basis, EBITDA fell 5.82% year-over-year to -$49.1 million in Q2 2026; TTM through Jun 2026 was -$66.8 million, a 80.73% increase from a year earlier, with the FY2025 full-year figure at -$58.7 million, up 10.9% from the prior year.
- EBITDA was -$49.1 million for Q2 2026 at Qcr Holdings, down from -$48.5 million in the prior quarter.
- The five-year high for EBITDA was $100.5 million in Q2 2024, with the low at -$356.1 million in Q4 2024.
- Average EBITDA over 5 years is $16.3 million, with a median of $58.8 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: EBITDA jumped 152.34% in 2023, then sank 460.74% in 2024.
- Over 5 years, EBITDA stood at $65.2 million in 2022, then jumped by 51.34% to $98.7 million in 2023, then tumbled by 460.74% to -$356.1 million in 2024, then soared by 123.61% to $84.1 million in 2025, then tumbled by 158.45% to -$49.1 million in 2026.
- The last three EBITDA figures came in at -$49.1 million (Q2 2026), -$48.5 million (Q1 2026), and $84.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | 279.77 Bn |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 4.16 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | 2.19 Bn |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 1.89 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 2.23 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 1.67 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 1.19 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 1.46 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | -1.42 Bn |
| 10 | Qcr Holdings | 1.64 Bn | 813.56 Mn | 4.02 Mn | -49.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -49.14 Mn |
| Mar 31, 2026 | -48.46 Mn |
| Dec 31, 2025 | 84.08 Mn |
| Sep 30, 2025 | -53.30 Mn |
| Jun 30, 2025 | -46.44 Mn |
| Mar 31, 2025 | -43.06 Mn |
| Dec 31, 2024 | -356.07 Mn |
| Sep 30, 2024 | 98.73 Mn |
| Jun 30, 2024 | 100.49 Mn |
| Mar 31, 2024 | 90.94 Mn |
| Dec 31, 2023 | 98.71 Mn |
| Sep 30, 2023 | 83.75 Mn |
| Jun 30, 2023 | 80.89 Mn |
| Mar 31, 2023 | 70.97 Mn |
| Dec 31, 2022 | 65.22 Mn |
| Sep 30, 2022 | 52.33 Mn |
| Jun 30, 2022 | 36.50 Mn |
| Mar 31, 2022 | 28.12 Mn |
| Dec 31, 2021 | 35.32 Mn |
| Sep 30, 2021 | 44.63 Mn |
Qcr Holdings EBITDA 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=ebitda&ticker=QCRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=QCRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();