BayCom (BCML) Cash from Financing Activities (2017 - 2026)
BayCom's (BCML) quarterly Cash from Financing Activities came in at -$73.7 million in Q2 2026, down 236.74% on a YoY basis from $53.9 million in Q2 2025, and down 262.45% quarter-over-quarter from $45.4 million in Q1 2026.
BayCom (BCML) Cash from Financing Activities (2017 - 2026) Analysis & Trends
BayCom (BCML) has reported Cash from Financing Activities for 10 consecutive years, with -$73.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities fell 236.74% year-over-year to -$73.7 million; the trailing twelve-month figure through Jun 2026 stood at -$72.7 million (down 2908.31% YoY), and the FY2025 full-year result was -$98.6 million, down 211.6% from the prior year.
- Cash from Financing Activities slipped to -$73.7 million in Q2 2026 per BCML's latest filing, from $45.4 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $97.6 million in Q4 2024 and bottomed at -$147.9 million in Q3 2022.
- Historically, Cash from Financing Activities has averaged -$17.5 million across 5 years, with a median of -$22.2 million in 2025.
- The sharpest annual moves came in 2024 and 2025: Cash from Financing Activities jumped 421.97% in 2024, then tumbled 2407.04% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$35.0 million in 2022, then climbed by 13.51% to -$30.3 million in 2023, then surged by 421.97% to $97.6 million in 2024, then plunged by 118.4% to -$18.0 million in 2025, then sank by 310.68% to -$73.7 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$73.7 million, $45.4 million, and -$18.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | BayCom | 328.37 Mn | 150.99 Mn | 25.09 Mn | -73.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -73.74 Mn |
| Mar 31, 2026 | 45.39 Mn |
| Dec 31, 2025 | -17.96 Mn |
| Sep 30, 2025 | -26.38 Mn |
| Jun 30, 2025 | 53.92 Mn |
| Mar 31, 2025 | -108.15 Mn |
| Dec 31, 2024 | 97.59 Mn |
| Sep 30, 2024 | -40.77 Mn |
| Jun 30, 2024 | 26.82 Mn |
| Mar 31, 2024 | 4.69 Mn |
| Dec 31, 2023 | -30.31 Mn |
| Sep 30, 2023 | 6.66 Mn |
| Jun 30, 2023 | 9.59 Mn |
| Mar 31, 2023 | 33.58 Mn |
| Dec 31, 2022 | -35.05 Mn |
| Sep 30, 2022 | -147.88 Mn |
| Jun 30, 2022 | -80.70 Mn |
| Mar 31, 2022 | -32.80 Mn |
| Dec 31, 2021 | -22.61 Mn |
| Sep 30, 2021 | 29.09 Mn |
BayCom 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=BCML&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "BCML", "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=BCML&period=max&api_key=YOUR_API_KEY");
const data = await res.json();