Glacier Bancorp (GBCI) Payables (2009 - 2025)
Glacier Bancorp (GBCI) posted Payables of $2.7 billion for Q3 2025, little changed on a QoQ basis from $2.7 billion in Q2 2025.
Analysis
Glacier Bancorp (GBCI) Payables (2009 - 2025) Analysis & Trends
Glacier Bancorp has reported Payables for 13 years, with the latest figure at $2.7 billion in Q3 2025.
- On a quarterly basis, Payables changed N/A year-over-year to $2.7 billion in Q3 2025; TTM through Sep 2025 was $2.7 billion, a N/A change from a year earlier, with the FY2024 full-year figure at $1.1 billion, down 59.15% from the prior year.
- Payables was $2.7 billion for Q3 2025 at Glacier Bancorp, roughly flat from $2.7 billion in the prior quarter.
- The five-year high for Payables was $2.7 billion in Q4 2023, with the low at $1.1 billion in Q1 2025.
- Average Payables over 3 years is $2.1 billion, with a median of $2.7 billion recorded in 2025.
- The largest YoY upside for Payables was 59.15% in 2024 against a maximum downside of 59.15% in 2024.
- Over 3 years, Payables stood at $2.7 billion in 2023, then plunged by 59.15% to $1.1 billion in 2024, then jumped by 141.88% to $2.7 billion in 2025.
- The last three Payables figures came in at $2.7 billion (Q3 2025), $2.7 billion (Q2 2025), and $1.1 billion (Q1 2025), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 26.89 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | 238.77 Bn |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 173.50 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 225.58 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 186.78 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 133.71 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 156.77 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 173.58 Bn |
| 10 | Glacier Bancorp | 5.82 Bn | -1.73 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 2.71 Bn |
| Jun 30, 2025 | 2.70 Bn |
| Mar 31, 2025 | 1.09 Bn |
| Dec 31, 2024 | 1.12 Bn |
| Dec 31, 2023 | 2.74 Bn |
| Dec 31, 2020 | 14.72 Mn |
| Dec 31, 2019 | 605.51 Mn |
| Sep 30, 2019 | 586.97 Mn |
| Mar 31, 2019 | 279.67 Mn |
| Dec 31, 2017 | 891.39 Mn |
| Sep 30, 2017 | 460.38 Mn |
| Jun 30, 2017 | 398.61 Mn |
| Mar 31, 2017 | 292.32 Mn |
| Dec 31, 2016 | 282.20 Mn |
| Dec 31, 2014 | 149.54 Mn |
| Dec 31, 2013 | 5.58 Bn |
| Jun 30, 2013 | 5.36 Bn |
| Mar 31, 2013 | 5.37 Bn |
| Dec 31, 2012 | 5.36 Bn |
| Sep 30, 2012 | 5.20 Bn |
API Access
Glacier Bancorp Payables 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=payables&ticker=GBCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=GBCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();