Glacier Bancorp (GBCI) Securities (2013 - 2024)
Glacier Bancorp (GBCI) posted Securities of $8.1 billion for Q1 2024, down 2.5% on a QoQ basis from $8.3 billion in Q4 2023, and down 8.82% year-over-year from $8.9 billion in Q2 2023.
Glacier Bancorp (GBCI) Securities (2013 - 2024) Analysis & Trends
Glacier Bancorp has reported Securities for 12 years, with the latest figure at $8.1 billion in Q1 2024.
- On a quarterly basis, Securities fell 8.82% year-over-year to $8.1 billion in Q1 2024; TTM through Mar 2024 was $8.1 billion, a 8.82% decrease from a year earlier, with the FY2023 full-year figure at $8.3 billion, down 8.14% from the prior year.
- Securities was $8.1 billion for Q1 2024 at Glacier Bancorp, down from $8.3 billion in the prior quarter.
- The five-year high for Securities was $10.4 billion in Q4 2021, with the low at $3.6 billion in Q1 2020.
- Average Securities over 5 years is $7.7 billion, with a median of $8.3 billion recorded in 2023.
- The sharpest annual moves came in 2020 and 2023: Securities surged 97.43% in 2020, then declined 13.9% in 2023.
- Over 5 years, Securities stood at $5.5 billion in 2020, then soared by 87.6% to $10.4 billion in 2021, then fell by 13.0% to $9.0 billion in 2022, then decreased by 8.14% to $8.3 billion in 2023, then retreated by 2.5% to $8.1 billion in 2024.
- The last three Securities figures came in at $8.1 billion (Q1 2024), $8.3 billion (Q4 2023), and $8.3 billion (Q3 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Securities (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 | - | 37.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 |
|---|---|
| Mar 31, 2024 | 8.08 Bn |
| Dec 31, 2023 | 8.29 Bn |
| Sep 30, 2023 | 8.30 Bn |
| Jun 30, 2023 | 8.61 Bn |
| Mar 31, 2023 | 8.86 Bn |
| Dec 31, 2022 | 9.02 Bn |
| Sep 30, 2022 | 9.51 Bn |
| Jun 30, 2022 | 10.00 Bn |
| Mar 31, 2022 | 10.11 Bn |
| Dec 31, 2021 | 10.37 Bn |
| Sep 30, 2021 | 8.52 Bn |
| Jun 30, 2021 | 7.17 Bn |
| Mar 31, 2021 | 6.44 Bn |
| Dec 31, 2020 | 5.53 Bn |
| Sep 30, 2020 | 4.32 Bn |
| Jun 30, 2020 | 3.74 Bn |
| Mar 31, 2020 | 3.63 Bn |
| Dec 31, 2019 | 2.80 Bn |
| Sep 30, 2019 | 2.69 Bn |
| Jun 30, 2019 | 2.72 Bn |
Glacier Bancorp Securities 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=securities&ticker=GBCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "securities", "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=securities&ticker=GBCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();