Glacier Bancorp (GBCI) Short-Term Debt repayments (2014 - 2018)
Glacier Bancorp (GBCI) posted Short-Term Debt repayments of $240.0 million for Q2 2018, up 220.0% on a QoQ basis from -$200.0 million in Q1 2018, and up 1152.63% year-over-year from $19.2 million in Q2 2017.
Glacier Bancorp (GBCI) Short-Term Debt repayments (2014 - 2018) Analysis & Trends
Glacier Bancorp has reported Short-Term Debt repayments for 5 years, with the latest figure at $240.0 million in Q2 2018.
- On a quarterly basis, Short-Term Debt repayments rose 1152.63% year-over-year to $240.0 million in Q2 2018; TTM through Jun 2018 was $240.0 million, a 295.44% increase from a year earlier, with the FY2017 full-year figure at $137.2 million, up 237.2% from the prior year.
- Short-Term Debt repayments was $240.0 million for Q2 2018 at Glacier Bancorp, up from -$200.0 million in the prior quarter.
- The five-year high for Short-Term Debt repayments was $240.0 million in Q2 2018, with the low at -$200.0 million in Q1 2018.
- Average Short-Term Debt repayments over 5 years is -$14.6 million, with a median of -$40.0 million recorded in 2014.
- The largest YoY upside for Short-Term Debt repayments was 1152.63% in 2018 against a maximum downside of 400.0% in 2018.
- Over 5 years, Short-Term Debt repayments stood at -$40.0 million in 2014, then surged by 450.0% to $140.0 million in 2015, then sank by 71.43% to $40.0 million in 2016, then surged by 400.0% to $200.0 million in 2017, then advanced by 20.0% to $240.0 million in 2018.
- The last three Short-Term Debt repayments figures came in at $240.0 million (Q2 2018), -$200.0 million (Q1 2018), and $200.0 million (Q4 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Short-Term Debt repayments (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 | - | 47.00 Mn |
| 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, 2018 | 240.00 Mn |
| Mar 31, 2018 | -200.00 Mn |
| Dec 31, 2017 | 200.00 Mn |
| Jun 30, 2017 | -22.80 Mn |
| Mar 31, 2017 | -40.00 Mn |
| Dec 31, 2016 | 40.00 Mn |
| Sep 30, 2016 | -100.00 Mn |
| Jun 30, 2016 | 40.00 Mn |
| Mar 31, 2016 | -80.00 Mn |
| Dec 31, 2015 | 140.00 Mn |
| Dec 31, 2014 | -40.00 Mn |
| Sep 30, 2014 | -125.00 Mn |
| Jun 30, 2014 | -130.00 Mn |
| Mar 31, 2014 | -126.00 Mn |
Glacier Bancorp Short-Term Debt repayments 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=short-term-debt-repayments&ticker=GBCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-repayments", "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=short-term-debt-repayments&ticker=GBCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();