First Community Bankshares (FCBC) EV to EBITDA (2010 - 2026)
First Community Bankshares' (FCBC) quarterly EV to EBITDA came in at 3.51 in Q2 2026, up 68.22% year-over-year from 2.08 in Q2 2025, and down 3022.82% quarter-over-quarter from 0.11 in Q1 2026.
First Community Bankshares (FCBC) EV to EBITDA (2010 - 2026) Analysis & Trends
First Community Bankshares has disclosed EV to EBITDA across 17 years of filings, most recently posting 3.51 for Q2 2026.
- In Q2 2026, EV to EBITDA rose 68.22% year-over-year to 3.51; the TTM figure through Jun 2026 stood at 0.88 (up 68.49% YoY), while the FY2025 annual figure was 1.04, up 74.18% from the prior year.
- EV to EBITDA came in at 3.51 for Q2 2026 at First Community Bankshares, down from 0.11 in the prior quarter.
- In the past five years, EV to EBITDA ranged from a high of 5.46 in Q2 2022 to a low of 21.55 in Q4 2023.
- Average EV to EBITDA over 5 years is 8.55, with a median of 8.22 recorded in 2023.
- Year-over-year, EV to EBITDA sank 453.5% in 2022 and jumped 98.76% in 2026.
- Over 5 years, EV to EBITDA stood at 19.23 in 2022, then retreated by 12.05% to 21.55 in 2023, then increased by 24.15% to 16.35 in 2024, then jumped by 75.97% to 3.93 in 2025, then gained by 10.71% to 3.51 in 2026.
- Per Business Quant data, the three most recent EV to EBITDA figures were 3.51 in Q2 2026, 0.11 in Q1 2026, and 3.93 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn |
| 10 | First Community Bankshares | 888.99 Mn | 144.27 Mn | 493,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.51 |
| Mar 31, 2026 | -0.11 |
| Dec 31, 2025 | -3.93 |
| Sep 30, 2025 | -6.52 |
| Jun 30, 2025 | -11.03 |
| Mar 31, 2025 | -9.08 |
| Dec 31, 2024 | -16.35 |
| Sep 30, 2024 | -15.98 |
| Jun 30, 2024 | -11.95 |
| Mar 31, 2024 | -12.94 |
| Dec 31, 2023 | -21.55 |
| Sep 30, 2023 | -10.79 |
| Jun 30, 2023 | -7.36 |
| Mar 31, 2023 | -4.40 |
| Dec 31, 2022 | -19.23 |
| Sep 30, 2022 | -3.75 |
| Jun 30, 2022 | 5.46 |
| Mar 31, 2022 | -0.85 |
| Dec 31, 2021 | 5.44 |
| Sep 30, 2021 | 5.22 |
First Community Bankshares EV to EBITDA 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=ev-to-ebitda&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebitda", "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=ev-to-ebitda&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();