Bar Harbor Bankshares (BHB) Income - Trust (2010 - 2020)
Bar Harbor Bankshares (BHB) posted Income - Trust of $3.4 million for Q1 2020, up 4.4% on a QoQ basis from $3.2 million in Q4 2019, and up 22.2% year-over-year from $2.8 million in Q2 2019.
Bar Harbor Bankshares (BHB) Income - Trust (2010 - 2020) Analysis & Trends
Bar Harbor Bankshares has reported Income - Trust for 11 years, with the latest figure at $3.4 million in Q1 2020.
- On a quarterly basis, Income - Trust rose 22.2% year-over-year to $3.4 million in Q1 2020; TTM through Mar 2020 was $12.7 million, a 7.6% increase from a year earlier, with the FY2019 full-year figure at $12.1 million, up 0.65% from the prior year.
- Income - Trust was $3.4 million for Q1 2020 at Bar Harbor Bankshares, up from $3.2 million in the prior quarter.
- The five-year high for Income - Trust was $3.4 million in Q1 2020, with the low at $948000.0 in Q1 2016.
- Average Income - Trust over 5 years is $2.6 million, with a median of $3.0 million recorded in 2018.
- The sharpest annual moves came in 2017 and 2019: Income - Trust soared 248.06% in 2017, then retreated 6.92% in 2019.
- Over 5 years, Income - Trust stood at $951000.0 in 2016, then jumped by 219.87% to $3.0 million in 2017, then fell by 3.06% to $2.9 million in 2018, then gained by 9.43% to $3.2 million in 2019, then gained by 4.4% to $3.4 million in 2020.
- The last three Income - Trust figures came in at $3.4 million (Q1 2020), $3.2 million (Q4 2019), and $3.0 million (Q3 2019), 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 | Bar Harbor Bankshares | 671.16 Mn | 389.48 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | 3.37 Mn |
| Dec 31, 2019 | 3.23 Mn |
| Sep 30, 2019 | 3.01 Mn |
| Jun 30, 2019 | 3.07 Mn |
| Mar 31, 2019 | 2.76 Mn |
| Dec 31, 2018 | 2.95 Mn |
| Sep 30, 2018 | 2.95 Mn |
| Jun 30, 2018 | 3.12 Mn |
| Mar 31, 2018 | 2.96 Mn |
| Dec 31, 2017 | 3.04 Mn |
| Sep 30, 2017 | 3.04 Mn |
| Jun 30, 2017 | 3.32 Mn |
| Mar 31, 2017 | 2.86 Mn |
| Dec 31, 2016 | 951,000.00 |
| Sep 30, 2016 | 975,000.00 |
| Jun 30, 2016 | 955,000.00 |
| Mar 31, 2016 | 948,000.00 |
| Dec 31, 2015 | 1.00 Mn |
| Sep 30, 2015 | 957,000.00 |
| Jun 30, 2015 | 985,000.00 |
Bar Harbor Bankshares Income - Trust 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=income-trust&ticker=BHB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-trust", "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=income-trust&ticker=BHB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();