BayCom Corp has paid 19 recorded cash distributions, spanning 2022 to 2026.
The highest single cash dividend paid by BayCom Corp is $0.30. The latest distribution of $0.30 was recorded on Oct 8, 2026.
The most recently recorded trailing dividend yield for BayCom Corp stands at 349.09%, peaking at 352.25% on Aug 31, 2026, and averaging — across the selected range.
View 19 recorded historical distributions for BayCom Corp, covering a time period spanning from 2022 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 10, 2026 | $0.30 | Cash | Oct 8, 2026 |
| 2 | Jun 11, 2026 | $0.30 | Cash | Jul 9, 2026 |
| 3 | Mar 12, 2026 | $0.30 | Cash | Apr 9, 2026 |
| 4 | Dec 11, 2025 | $0.30 | Cash | Jan 9, 2026 |
| 5 | Sep 11, 2025 | $0.25 | Cash | Oct 9, 2025 |
| 6 | Jun 12, 2025 | $0.20 | Cash | Jul 10, 2025 |
| 7 | Mar 13, 2025 | $0.15 | Cash | Apr 10, 2025 |
| 8 | Dec 12, 2024 | $0.15 | Cash | Jan 10, 2025 |
| 9 | Sep 19, 2024 | $0.10 | Cash | Oct 10, 2024 |
| 10 | Jun 13, 2024 | $0.10 | Cash | Jul 11, 2024 |
| 11 | Mar 14, 2024 | $0.10 | Cash | Apr 12, 2024 |
| 12 | Dec 13, 2023 | $0.10 | Cash | Jan 12, 2024 |
| 13 | Sep 14, 2023 | $0.10 | Cash | Oct 13, 2023 |
| 14 | Jun 15, 2023 | $0.10 | Cash | Jul 14, 2023 |
| 15 | Mar 9, 2023 | $0.10 | Cash | Apr 14, 2023 |
| 16 | Dec 15, 2022 | $0.05 | Cash | Jan 13, 2023 |
| 17 | Sep 15, 2022 | $0.05 | Cash | Oct 14, 2022 |
| 18 | Jun 16, 2022 | $0.05 | Cash | Jul 15, 2022 |
| 19 | Mar 10, 2022 | $0.05 | Cash | Apr 15, 2022 |
Pull BayCom Corp's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=BCML&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "BCML", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=BCML&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();