BayCom (BCML) Enterprise Value (2017 - 2026)
BayCom's (BCML) quarterly Enterprise Value came in at $181.5 million in Q2 2026, up 1470.7% on a YoY basis from $11.6 million in Q2 2025, and up 887.92% quarter-over-quarter from $18.4 million in Q1 2026.
BayCom (BCML) Enterprise Value (2017 - 2026) Analysis & Trends
BayCom (BCML) has reported Enterprise Value for 10 consecutive years, with $181.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value rose 1470.7% year-over-year to $181.5 million; the trailing twelve-month figure through Jun 2026 stood at $181.5 million (up 1470.7% YoY), and the FY2025 full-year result was $113.6 million, up 273.33% from the prior year.
- Enterprise Value advanced to $181.5 million in Q2 2026 per BCML's latest filing, from $18.4 million in the prior quarter.
- Across five years, Enterprise Value topped out at $181.5 million in Q2 2026 and bottomed at -$163.9 million in Q2 2024.
- Historically, Enterprise Value has averaged -$12.8 million across 5 years, with a median of -$14.9 million in 2022.
- The sharpest annual moves came in 2023 and 2026: Enterprise Value sank 1598.06% in 2023, then surged 1470.7% in 2026.
- Over 5 years, Enterprise Value stood at $66.9 million in 2022, then plunged by 152.42% to -$35.0 million in 2023, then sank by 87.0% to -$65.5 million in 2024, then surged by 273.33% to $113.6 million in 2025, then jumped by 59.82% to $181.5 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $181.5 million, $18.4 million, and $113.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | BayCom | 328.37 Mn | 150.99 Mn | 25.09 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 181.53 Mn |
| Mar 31, 2026 | 18.38 Mn |
| Dec 31, 2025 | 113.58 Mn |
| Sep 30, 2025 | 85.41 Mn |
| Jun 30, 2025 | 11.56 Mn |
| Mar 31, 2025 | 22.58 Mn |
| Dec 31, 2024 | -65.53 Mn |
| Sep 30, 2024 | -37.27 Mn |
| Jun 30, 2024 | -163.85 Mn |
| Mar 31, 2024 | -113.85 Mn |
| Dec 31, 2023 | -35.04 Mn |
| Sep 30, 2023 | -77.68 Mn |
| Jun 30, 2023 | -51.71 Mn |
| Mar 31, 2023 | 15.01 Mn |
| Dec 31, 2022 | 66.86 Mn |
| Sep 30, 2022 | 5.19 Mn |
| Jun 30, 2022 | -75.93 Mn |
| Mar 31, 2022 | -129.43 Mn |
| Dec 31, 2021 | -179.32 Mn |
| Sep 30, 2021 | -245.71 Mn |
BayCom Enterprise Value 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=enterprise-value&ticker=BCML&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=BCML&period=max&api_key=YOUR_API_KEY");
const data = await res.json();