Glacier Bancorp (GBCI) Change in Cash (2009 - 2026)
Glacier Bancorp (GBCI) posted Change in Cash of -$328.6 million for Q2 2026, down 319.07% on a QoQ basis from $150.0 million in Q1 2026, and down 397.98% year-over-year from $110.3 million in Q2 2025.
Glacier Bancorp (GBCI) Change in Cash (2009 - 2026) Analysis & Trends
Glacier Bancorp has reported Change in Cash for 18 years, with the latest figure at -$328.6 million in Q2 2026.
- On a quarterly basis, Change in Cash fell 397.98% year-over-year to -$328.6 million in Q2 2026; TTM through Jun 2026 was $141.2 million, a 23.05% increase from a year earlier, with the FY2025 full-year figure at $386.9 million, up 176.46% from the prior year.
- Change in Cash was -$328.6 million for Q2 2026 at Glacier Bancorp, down from $150.0 million in the prior quarter.
- The five-year high for Change in Cash was $1.1 billion in Q1 2023, with the low at -$565.7 million in Q1 2024.
- Average Change in Cash over 5 years is $34.4 million, with a median of -$11.1 million recorded in 2022.
- The largest YoY upside for Change in Cash was 128084.0% in 2023 against a maximum downside of 2134.75% in 2023.
- Over 5 years, Change in Cash stood at -$23.2 million in 2022, then sank by 1268.62% to -$317.8 million in 2023, then soared by 56.12% to -$139.4 million in 2024, then jumped by 373.28% to $381.0 million in 2025, then slumped by 186.23% to -$328.6 million in 2026.
- The last three Change in Cash figures came in at -$328.6 million (Q2 2026), $150.0 million (Q1 2026), and $381.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Glacier Bancorp | 5.82 Bn | -1.73 Bn | - | -328.56 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -328.56 Mn |
| Mar 31, 2026 | 149.98 Mn |
| Dec 31, 2025 | 381.02 Mn |
| Sep 30, 2025 | -61.26 Mn |
| Jun 30, 2025 | -65.98 Mn |
| Mar 31, 2025 | 133.08 Mn |
| Dec 31, 2024 | -139.43 Mn |
| Sep 30, 2024 | 187.05 Mn |
| Jun 30, 2024 | 12.12 Mn |
| Mar 31, 2024 | -565.68 Mn |
| Dec 31, 2023 | -317.75 Mn |
| Sep 30, 2023 | 620.77 Mn |
| Jun 30, 2023 | -478.21 Mn |
| Mar 31, 2023 | 1.13 Bn |
| Dec 31, 2022 | -23.22 Mn |
| Sep 30, 2022 | 9.81 Mn |
| Jun 30, 2022 | -21.40 Mn |
| Mar 31, 2022 | -881,000.00 |
| Dec 31, 2021 | 88.80 Mn |
| Sep 30, 2021 | -572.32 Mn |
Glacier Bancorp Change in Cash 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=change-in-cash&ticker=GBCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=GBCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();