First Community Bankshares (FCBC) EBIT (2010 - 2026)
First Community Bankshares' (FCBC) quarterly EBIT came in at -$27.1 million in Q2 2026, down 9.66% year-over-year from -$30.0 million in Q2 2025, and up 4.04% quarter-over-quarter from -$28.2 million in Q1 2026.
First Community Bankshares (FCBC) EBIT (2010 - 2026) Analysis & Trends
First Community Bankshares has disclosed EBIT across 17 years of filings, most recently posting -$27.1 million for Q2 2026.
- In Q2 2026, EBIT fell 9.66% year-over-year to -$27.1 million; the TTM figure through Jun 2026 stood at -$107.5 million (down 10.59% YoY), while the FY2025 annual figure was -$101.6 million, down 6.68% from the prior year.
- EBIT came in at -$27.1 million for Q2 2026 at First Community Bankshares, up from -$28.2 million in the prior quarter.
- In the past five years, EBIT ranged from a high of -$18.8 million in Q1 2022 to a low of -$28.2 million in Q1 2026.
- Average EBIT over 5 years is -$23.6 million, with a median of -$24.1 million recorded in 2023.
- Year-over-year, EBIT slumped 34.16% in 2023 and advanced 10.85% in 2024.
- Over 5 years, EBIT stood at -$19.7 million in 2022, then sank by 34.16% to -$26.5 million in 2023, then rose by 10.85% to -$23.6 million in 2024, then dropped by 14.66% to -$27.0 million in 2025, then fell by 0.12% to -$27.1 million in 2026.
- Per Business Quant data, the three most recent EBIT figures were -$27.1 million in Q2 2026, -$28.2 million in Q1 2026, and -$27.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 40.42 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 4.16 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 2.19 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.89 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 2.23 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 1.67 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 1.19 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 1.46 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | -1.52 Bn |
| 10 | First Community Bankshares | 888.99 Mn | 144.27 Mn | 493,000.00 | -27.07 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -27.07 Mn |
| Mar 31, 2026 | -28.21 Mn |
| Dec 31, 2025 | -27.04 Mn |
| Sep 30, 2025 | -25.14 Mn |
| Jun 30, 2025 | -24.69 Mn |
| Mar 31, 2025 | -24.77 Mn |
| Dec 31, 2024 | -23.58 Mn |
| Sep 30, 2024 | -24.13 Mn |
| Jun 30, 2024 | -24.25 Mn |
| Mar 31, 2024 | -23.30 Mn |
| Dec 31, 2023 | -26.45 Mn |
| Sep 30, 2023 | -22.26 Mn |
| Jun 30, 2023 | -24.13 Mn |
| Mar 31, 2023 | -20.38 Mn |
| Dec 31, 2022 | -19.72 Mn |
| Sep 30, 2022 | -20.45 Mn |
| Jun 30, 2022 | -20.36 Mn |
| Mar 31, 2022 | -18.85 Mn |
| Dec 31, 2021 | -20.84 Mn |
| Sep 30, 2021 | -17.93 Mn |
First Community Bankshares EBIT 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=ebit&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();