Glacier Bancorp (GBCI) Other Working Capital Changes (2024 - 2026)
Glacier Bancorp (GBCI) posted Other Working Capital Changes of -$2.8 million for Q2 2026, down 42.81% on a QoQ basis from -$1.9 million in Q1 2026, and down 131.71% year-over-year from $8.7 million in Q2 2025.
Glacier Bancorp (GBCI) Other Working Capital Changes (2024 - 2026) Analysis & Trends
Glacier Bancorp has reported Other Working Capital Changes for 3 years, with the latest figure at -$2.8 million in Q2 2026.
- On a quarterly basis, Other Working Capital Changes fell 131.71% year-over-year to -$2.8 million in Q2 2026; TTM through Jun 2026 was -$8.3 million, a 117.1% decrease from a year earlier, with the FY2025 full-year figure at -$5.8 million, down 68.4% from the prior year.
- Other Working Capital Changes was -$2.8 million for Q2 2026 at Glacier Bancorp, down from -$1.9 million in the prior quarter.
- The five-year high for Other Working Capital Changes was -$824000.0 in Q1 2024, with the low at -$2.8 million in Q2 2026.
- Average Other Working Capital Changes over 3 years is -$1.4 million, with a median of -$1.0 million recorded in 2025.
- The largest YoY upside for Other Working Capital Changes was 11.77% in 2025 against a maximum downside of 195.32% in 2025.
- Over 3 years, Other Working Capital Changes stood at -$854000.0 in 2024, then plunged by 195.32% to -$2.5 million in 2025, then dropped by 9.52% to -$2.8 million in 2026.
- The last three Other Working Capital Changes figures came in at -$2.8 million (Q2 2026), -$1.9 million (Q1 2026), and -$2.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn |
| 10 | Glacier Bancorp | 5.82 Bn | -1.73 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.76 Mn |
| Jun 30, 2026 | -2.76 Mn |
| Mar 31, 2026 | -1.93 Mn |
| Mar 31, 2026 | -1.93 Mn |
| Dec 31, 2025 | -2.52 Mn |
| Dec 31, 2025 | -2.52 Mn |
| Sep 30, 2025 | -1.12 Mn |
| Sep 30, 2025 | -1.12 Mn |
| Jun 30, 2025 | -1.19 Mn |
| Jun 30, 2025 | -1.19 Mn |
| Mar 31, 2025 | -921,000.00 |
| Mar 31, 2025 | -921,000.00 |
| Dec 31, 2024 | -854,000.00 |
| Dec 31, 2024 | -854,000.00 |
| Sep 30, 2024 | -874,000.00 |
| Sep 30, 2024 | -874,000.00 |
| Jun 30, 2024 | -866,000.00 |
| Jun 30, 2024 | -866,000.00 |
| Mar 31, 2024 | -824,000.00 |
| Mar 31, 2024 | -824,000.00 |
Glacier Bancorp Other Working Capital Changes 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=other-working-capital-changes&ticker=GBCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=GBCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();