Glacier Bancorp (GBCI) Share-based Compensation (2012 - 2026)
Glacier Bancorp (GBCI) posted Share-based Compensation of $4.1 million for Q2 2026, down 8.27% on a QoQ basis from $4.5 million in Q1 2026, and down 97.98% year-over-year from $202.4 million in Q2 2025.
Glacier Bancorp (GBCI) Share-based Compensation (2012 - 2026) Analysis & Trends
Glacier Bancorp has reported Share-based Compensation for 15 years, with the latest figure at $4.1 million in Q2 2026.
- On a quarterly basis, Share-based Compensation fell 97.98% year-over-year to $4.1 million in Q2 2026; TTM through Jun 2026 was $568.5 million, a 177.34% increase from a year earlier, with the FY2025 full-year figure at $765.0 million, up 728.02% from the prior year.
- Share-based Compensation was $4.1 million for Q2 2026 at Glacier Bancorp, down from $4.5 million in the prior quarter.
- The five-year high for Share-based Compensation was $560.0 million in Q4 2025, with the low at -$1.5 million in Q3 2023.
- Average Share-based Compensation over 5 years is $64.3 million, with a median of $4.1 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Share-based Compensation slumped 427.4% in 2023, then jumped 2143.44% in 2024.
- Over 5 years, Share-based Compensation stood at $1.0 million in 2022, then jumped by 425.27% to $5.4 million in 2023, then soared by 1615.92% to $92.4 million in 2024, then jumped by 506.13% to $560.0 million in 2025, then slumped by 99.27% to $4.1 million in 2026.
- The last three Share-based Compensation figures came in at $4.1 million (Q2 2026), $4.5 million (Q1 2026), and $560.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 65.00 Mn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 50.00 Mn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 246.00 Mn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 885.00 Mn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 33.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 80.00 Mn |
| 10 | Glacier Bancorp | 5.82 Bn | -1.73 Bn | - | 4.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.08 Mn |
| Mar 31, 2026 | 4.45 Mn |
| Dec 31, 2025 | 559.98 Mn |
| Jun 30, 2025 | 202.45 Mn |
| Mar 31, 2025 | 2.54 Mn |
| Mar 31, 2024 | 92.39 Mn |
| Dec 31, 2023 | 5.38 Mn |
| Sep 30, 2023 | -1.48 Mn |
| Jun 30, 2023 | 1.94 Mn |
| Mar 31, 2023 | 4.12 Mn |
| Dec 31, 2022 | 1.03 Mn |
| Sep 30, 2022 | -281,000.00 |
| Jun 30, 2022 | 597,000.00 |
| Mar 31, 2022 | 23.71 Mn |
| Dec 31, 2021 | 834.42 Mn |
| Sep 30, 2021 | -7.81 Mn |
| Jun 30, 2021 | 27.28 Mn |
| Mar 31, 2021 | -14.04 Mn |
| Mar 31, 2020 | 112.13 Mn |
| Sep 30, 2019 | 229.39 Mn |
Glacier Bancorp 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=GBCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "GBCI", "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=GBCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();