Bar Harbor Bankshares (BHB) Long-Term Debt Issuances (2010 - 2022)
Bar Harbor Bankshares (BHB) posted Long-Term Debt Issuances of -$5.5 million for Q4 2022, down 3524.07% on a QoQ basis from $162000.0 in Q3 2022, and down 106.84% year-over-year from $81.0 million in Q4 2021.
Bar Harbor Bankshares (BHB) Long-Term Debt Issuances (2010 - 2022) Analysis & Trends
Bar Harbor Bankshares has reported Long-Term Debt Issuances for 13 years, with the latest figure at -$5.5 million in Q4 2022.
- On a quarterly basis, Long-Term Debt Issuances fell 106.84% year-over-year to -$5.5 million in Q4 2022; TTM through Dec 2022 was -$6.4 million, a 19.36% increase from a year earlier, with the FY2022 full-year figure at -$6.4 million, up 19.36% from the prior year.
- Long-Term Debt Issuances was -$5.5 million for Q4 2022 at Bar Harbor Bankshares, down from $162000.0 in the prior quarter.
- The five-year high for Long-Term Debt Issuances was $184.2 million in Q4 2018, with the low at -$125.1 million in Q4 2020.
- Average Long-Term Debt Issuances over 5 years is $33.9 million, with a median of $141000.0 recorded in 2022.
- The sharpest annual moves came in 2020 and 2021: Long-Term Debt Issuances soared 289.3% in 2020, then sank 83546.81% in 2021.
- Over 5 years, Long-Term Debt Issuances stood at $184.2 million in 2018, then slipped by 16.36% to $154.1 million in 2019, then sank by 181.21% to -$125.1 million in 2020, then soared by 164.76% to $81.0 million in 2021, then slumped by 106.84% to -$5.5 million in 2022.
- The last three Long-Term Debt Issuances figures came in at -$5.5 million (Q4 2022), $162000.0 (Q3 2022), and -$1.2 million (Q2 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Debt Issuances (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 27.66 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 2.70 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 1.55 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 7.00 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 1.06 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 747.00 Mn |
| 10 | Bar Harbor Bankshares | 671.16 Mn | 389.48 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -5.55 Mn |
| Sep 30, 2022 | 162,000.00 |
| Jun 30, 2022 | -1.19 Mn |
| Mar 31, 2022 | 141,000.00 |
| Dec 31, 2021 | 81.04 Mn |
| Sep 30, 2021 | -78.63 Mn |
| Jun 30, 2021 | -6.89 Mn |
| Mar 31, 2021 | -3.50 Mn |
| Dec 31, 2020 | -125.14 Mn |
| Sep 30, 2020 | -94,000.00 |
| Jun 30, 2020 | 134.44 Mn |
| Mar 31, 2020 | 139.00 Mn |
| Dec 31, 2019 | 154.10 Mn |
| Mar 31, 2019 | 35.71 Mn |
| Dec 31, 2018 | 184.24 Mn |
| Jun 30, 2017 | 87.28 Mn |
| Mar 31, 2017 | 141.56 Mn |
| Dec 31, 2016 | -52.88 Mn |
| Sep 30, 2016 | -10.00 Mn |
| Jun 30, 2016 | 39.55 Mn |
Bar Harbor Bankshares Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=BHB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "ticker": "BHB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-debt-issuances&ticker=BHB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();