First Community Bankshares Inc /Va/ has paid 92 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by First Community Bankshares Inc /Va/ is $2.07. The latest distribution of $0.33 was recorded on Aug 21, 2026.
The most recently recorded trailing dividend yield for First Community Bankshares Inc /Va/ stands at 466.53%, peaking at 1,052.99% on Nov 18, 2025, and averaging — across the selected range.
View 92 recorded historical distributions for First Community Bankshares Inc /Va/, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 7, 2026 | $0.33 | Cash | Aug 21, 2026 |
| 2 | May 15, 2026 | $0.31 | Cash | May 29, 2026 |
| 3 | Feb 13, 2026 | $0.31 | Cash | Feb 27, 2026 |
| 4 | Jan 2, 2026 | $1.00 | Cash | Jan 16, 2026 |
| 5 | Nov 14, 2025 | $0.31 | Cash | Nov 28, 2025 |
| 6 | Aug 8, 2025 | $0.31 | Cash | Aug 22, 2025 |
| 7 | May 9, 2025 | $0.31 | Cash | May 23, 2025 |
| 8 | Feb 14, 2025 | $2.07 | Cash | Feb 28, 2025 |
| 9 | Nov 8, 2024 | $0.31 | Cash | Nov 22, 2024 |
| 10 | Aug 9, 2024 | $0.31 | Cash | Aug 23, 2024 |
| 11 | May 9, 2024 | $0.29 | Cash | May 24, 2024 |
| 12 | Feb 8, 2024 | $0.29 | Cash | Feb 23, 2024 |
| 13 | Nov 9, 2023 | $0.29 | Cash | Nov 24, 2023 |
| 14 | Aug 10, 2023 | $0.29 | Cash | Aug 25, 2023 |
| 15 | May 11, 2023 | $0.29 | Cash | May 26, 2023 |
| 16 | Feb 9, 2023 | $0.29 | Cash | Feb 24, 2023 |
| 17 | Nov 3, 2022 | $0.29 | Cash | Nov 18, 2022 |
| 18 | Aug 4, 2022 | $0.29 | Cash | Aug 19, 2022 |
| 19 | May 5, 2022 | $0.27 | Cash | May 20, 2022 |
| 20 | Feb 10, 2022 | $0.27 | Cash | Feb 25, 2022 |
Pull First Community Bankshares Inc /Va/'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=FCBC&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "FCBC", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=FCBC&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();