Bar Harbor Bankshares (BHB) Cash from Financing Activities (2010 - 2026)
Bar Harbor Bankshares (BHB) posted Cash from Financing Activities of $45.0 million for Q2 2026, up 426.03% on a QoQ basis from -$13.8 million in Q1 2026, and down 3.64% year-over-year from $46.7 million in Q2 2025.
Bar Harbor Bankshares (BHB) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Bar Harbor Bankshares has reported Cash from Financing Activities for 17 years, with the latest figure at $45.0 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 3.64% year-over-year to $45.0 million in Q2 2026; TTM through Jun 2026 was -$118.4 million, a 400.2% decrease from a year earlier, with the FY2025 full-year figure at -$128.3 million, down 291.98% from the prior year.
- Cash from Financing Activities was $45.0 million for Q2 2026 at Bar Harbor Bankshares, up from -$13.8 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $124.5 million in Q3 2022, with the low at -$94.6 million in Q3 2025.
- Average Cash from Financing Activities over 5 years is $10.7 million, with a median of $11.2 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Cash from Financing Activities soared 239.04% in 2022, then sank 278.24% in 2024.
- Over 5 years, Cash from Financing Activities stood at $48.4 million in 2022, then sank by 183.35% to -$40.4 million in 2023, then jumped by 211.89% to $45.2 million in 2024, then slumped by 221.66% to -$55.0 million in 2025, then jumped by 181.8% to $45.0 million in 2026.
- The last three Cash from Financing Activities figures came in at $45.0 million (Q2 2026), -$13.8 million (Q1 2026), and -$55.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 4.92 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 3.65 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -3.06 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 5.17 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -206.00 Mn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 2.33 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 148.00 Mn |
| 10 | Bar Harbor Bankshares | 671.16 Mn | 389.48 Mn | - | 44.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 44.97 Mn |
| Mar 31, 2026 | -13.79 Mn |
| Dec 31, 2025 | -54.97 Mn |
| Sep 30, 2025 | -94.58 Mn |
| Jun 30, 2025 | 46.67 Mn |
| Mar 31, 2025 | -25.42 Mn |
| Dec 31, 2024 | 45.18 Mn |
| Sep 30, 2024 | -26.99 Mn |
| Jun 30, 2024 | 68.56 Mn |
| Mar 31, 2024 | -19.91 Mn |
| Dec 31, 2023 | -40.38 Mn |
| Sep 30, 2023 | -46.01 Mn |
| Jun 30, 2023 | 92.66 Mn |
| Mar 31, 2023 | 11.17 Mn |
| Dec 31, 2022 | 48.45 Mn |
| Sep 30, 2022 | 124.48 Mn |
| Mar 31, 2022 | 21.96 Mn |
| Dec 31, 2021 | -34.85 Mn |
| Sep 30, 2021 | 91.34 Mn |
| Jun 30, 2021 | -105.69 Mn |
Bar Harbor Bankshares Cash from Financing Activities 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=cash-from-financing-activities&ticker=BHB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=BHB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();