BayCom (BCML) EPS (Diluted) (2017 - 2026)
Analysis
BayCom (BCML) EPS (Diluted) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | 0.00 |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 1.23 |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | 0.83 |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 5.32 |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 0.33 |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 1.30 |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 0.64 |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 0.44 |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 55.48 |
| 10 | BayCom | 328.37 Mn | 150.99 Mn | 25.09 Mn | -0.64 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.64 |
| Mar 31, 2026 | 0.75 |
| Dec 31, 2025 | 0.58 |
| Sep 30, 2025 | 0.46 |
| Jun 30, 2025 | 0.58 |
| Mar 31, 2025 | 0.51 |
| Dec 31, 2024 | 0.54 |
| Sep 30, 2024 | 0.54 |
| Jun 30, 2024 | 0.50 |
| Mar 31, 2024 | 0.51 |
| Dec 31, 2023 | 0.53 |
| Sep 30, 2023 | 0.56 |
| Jun 30, 2023 | 0.59 |
| Mar 31, 2023 | 0.57 |
| Dec 31, 2022 | 0.51 |
| Sep 30, 2022 | 0.52 |
| Jun 30, 2022 | 0.29 |
| Mar 31, 2022 | 0.41 |
| Dec 31, 2021 | 0.50 |
| Sep 30, 2021 | 0.51 |
API Access
BayCom EPS (Diluted) 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=eps-diluted&ticker=BCML&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=BCML&period=max&api_key=YOUR_API_KEY");
const data = await res.json();