Qcr Holdings (QCRH) Share-based Compensation (2010 - 2026)
Qcr Holdings (QCRH) posted Share-based Compensation of -$10.4 million for Q2 2026, down 16.84% on a QoQ basis from -$8.9 million in Q1 2026, and down 50.07% year-over-year from -$20.8 million in Q2 2025.
Qcr Holdings (QCRH) Share-based Compensation (2010 - 2026) Analysis & Trends
Qcr Holdings has reported Share-based Compensation for 17 years, with the latest figure at -$10.4 million in Q2 2026.
- On a quarterly basis, Share-based Compensation fell 50.07% year-over-year to -$10.4 million in Q2 2026; TTM through Jun 2026 was -$17.5 million, a 48.38% decrease from a year earlier, with the FY2025 full-year figure at $7.1 million, up 266.09% from the prior year.
- Share-based Compensation was -$10.4 million for Q2 2026 at Qcr Holdings, down from -$8.9 million in the prior quarter.
- The five-year high for Share-based Compensation was $16.2 million in Q1 2022, with the low at -$11.9 million in Q4 2024.
- Average Share-based Compensation over 5 years is $3.7 million, with a median of $5.2 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Share-based Compensation soared 198.69% in 2023, then slumped 329.13% in 2025.
- Over 5 years, Share-based Compensation stood at $8.7 million in 2022, then tumbled by 31.42% to $6.0 million in 2023, then slumped by 298.6% to -$11.9 million in 2024, then jumped by 77.8% to -$2.6 million in 2025, then tumbled by 293.07% to -$10.4 million in 2026.
- The last three Share-based Compensation figures came in at -$10.4 million (Q2 2026), -$8.9 million (Q1 2026), and -$2.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (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 | - | 65.00 Mn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 50.00 Mn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 246.00 Mn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 885.00 Mn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 33.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 80.00 Mn |
| 10 | Qcr Holdings | 1.63 Bn | 806.52 Mn | 4.02 Mn | -10.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.38 Mn |
| Mar 31, 2026 | -8.88 Mn |
| Dec 31, 2025 | -2.64 Mn |
| Sep 30, 2025 | 4.39 Mn |
| Jun 30, 2025 | -6.92 Mn |
| Mar 31, 2025 | 12.24 Mn |
| Dec 31, 2024 | -11.89 Mn |
| Sep 30, 2024 | -5.23 Mn |
| Jun 30, 2024 | 3.02 Mn |
| Mar 31, 2024 | 9.84 Mn |
| Dec 31, 2023 | 5.99 Mn |
| Sep 30, 2023 | 10.24 Mn |
| Jun 30, 2023 | 10.74 Mn |
| Mar 31, 2023 | 13.15 Mn |
| Dec 31, 2022 | 8.73 Mn |
| Sep 30, 2022 | 14.00 Mn |
| Jun 30, 2022 | 3.59 Mn |
| Mar 31, 2022 | 16.24 Mn |
| Dec 31, 2021 | 9.37 Mn |
| Sep 30, 2021 | 23.31 Mn |
Qcr Holdings Share-based Compensation 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=share-based-compensation&ticker=QCRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=QCRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();