BayCom (BCML) Cash from Investing Activities (2017 - 2026)
BayCom's (BCML) quarterly Cash from Investing Activities came in at -$59.9 million in Q2 2026, down 137.61% on a YoY basis from $159.3 million in Q2 2025, and down 227.46% quarter-over-quarter from $47.0 million in Q1 2026.
BayCom (BCML) Cash from Investing Activities (2017 - 2026) Analysis & Trends
BayCom (BCML) has reported Cash from Investing Activities for 10 consecutive years, with -$59.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 137.61% year-over-year to -$59.9 million; the trailing twelve-month figure through Jun 2026 stood at -$69.9 million (up 48.41% YoY), and the FY2025 full-year result was -$90.8 million, down 45.99% from the prior year.
- Cash from Investing Activities fell to -$59.9 million in Q2 2026 per BCML's latest filing, from $47.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $77.5 million in Q1 2022 and bottomed at -$59.9 million in Q2 2026.
- Historically, Cash from Investing Activities has averaged -$1.8 million across 5 years, with a median of -$4.6 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Cash from Investing Activities jumped 5017.34% in 2023, then slumped 400.44% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$28.7 million in 2022, then soared by 195.92% to $27.5 million in 2023, then tumbled by 255.72% to -$42.8 million in 2024, then jumped by 70.08% to -$12.8 million in 2025, then slumped by 367.55% to -$59.9 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$59.9 million, $47.0 million, and -$12.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | -2.87 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | -3.83 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -1.66 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | -5.46 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -1.38 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | -2.01 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | -752.00 Mn |
| 10 | BayCom | 328.37 Mn | 150.99 Mn | 25.09 Mn | -59.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -59.92 Mn |
| Mar 31, 2026 | 47.01 Mn |
| Dec 31, 2025 | -12.82 Mn |
| Sep 30, 2025 | -44.15 Mn |
| Jun 30, 2025 | -25.22 Mn |
| Mar 31, 2025 | -8.61 Mn |
| Dec 31, 2024 | -42.83 Mn |
| Sep 30, 2024 | -58.77 Mn |
| Jun 30, 2024 | 8.39 Mn |
| Mar 31, 2024 | 31.02 Mn |
| Dec 31, 2023 | 27.51 Mn |
| Sep 30, 2023 | 42.47 Mn |
| Jun 30, 2023 | 31.47 Mn |
| Mar 31, 2023 | -21.05 Mn |
| Dec 31, 2022 | -28.68 Mn |
| Sep 30, 2022 | 5.79 Mn |
| Jun 30, 2022 | -640,000.00 |
| Mar 31, 2022 | 77.46 Mn |
| Dec 31, 2021 | -47.20 Mn |
| Sep 30, 2021 | -50.24 Mn |
BayCom Cash from Investing 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-investing-activities&ticker=BCML&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=BCML&period=max&api_key=YOUR_API_KEY");
const data = await res.json();