First Community Bankshares (FCBC) Assets (2010 - 2026)
First Community Bankshares' (FCBC) quarterly Assets came in at $3.6 billion in Q2 2026, up 13.41% year-over-year from $3.2 billion in Q2 2025, and down 1.02% quarter-over-quarter from $3.6 billion in Q1 2026.
First Community Bankshares (FCBC) Assets (2010 - 2026) Analysis & Trends
First Community Bankshares has disclosed Assets across 17 years of filings, most recently posting $3.6 billion for Q2 2026.
- In Q2 2026, Assets rose 13.41% year-over-year to $3.6 billion; the TTM figure through Jun 2026 stood at $3.6 billion (up 13.41% YoY), while the FY2025 annual figure was $3.3 billion, changed 0.05% from the prior year.
- Assets came in at $3.6 billion for Q2 2026 at First Community Bankshares, down from $3.6 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $3.6 billion in Q1 2026 to a low of $3.1 billion in Q1 2023.
- Average Assets over 5 years is $3.3 billion, with a median of $3.2 billion recorded in 2022.
- Year-over-year, Assets retreated 5.93% in 2023 and advanced 13.41% in 2026.
- Over 5 years, Assets stood at $3.1 billion in 2022, then climbed by 4.24% to $3.3 billion in 2023, then dropped by 0.22% to $3.3 billion in 2024, then decreased by 0.05% to $3.3 billion in 2025, then rose by 10.68% to $3.6 billion in 2026.
- Per Business Quant data, the three most recent Assets figures were $3.6 billion in Q2 2026, $3.6 billion in Q1 2026, and $3.3 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 68,147.28 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 556.02 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 300.18 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 219.26 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 283.98 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 233.84 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 161.30 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 191.32 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 236.84 Bn |
| 10 | First Community Bankshares | 888.99 Mn | 144.27 Mn | 493,000.00 | 3.61 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.61 Bn |
| Mar 31, 2026 | 3.64 Bn |
| Dec 31, 2025 | 3.26 Bn |
| Sep 30, 2025 | 3.19 Bn |
| Jun 30, 2025 | 3.18 Bn |
| Mar 31, 2025 | 3.23 Bn |
| Dec 31, 2024 | 3.26 Bn |
| Sep 30, 2024 | 3.22 Bn |
| Jun 30, 2024 | 3.23 Bn |
| Mar 31, 2024 | 3.24 Bn |
| Dec 31, 2023 | 3.27 Bn |
| Sep 30, 2023 | 3.28 Bn |
| Jun 30, 2023 | 3.39 Bn |
| Mar 31, 2023 | 3.05 Bn |
| Dec 31, 2022 | 3.14 Bn |
| Sep 30, 2022 | 3.16 Bn |
| Jun 30, 2022 | 3.26 Bn |
| Mar 31, 2022 | 3.24 Bn |
| Dec 31, 2021 | 3.19 Bn |
| Sep 30, 2021 | 3.14 Bn |
First Community Bankshares Assets 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=assets&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "ticker": "FCBC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=assets&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();