First Community Bankshares (FCBC) Operating Margin (2017 - 2026)
First Community Bankshares' (FCBC) quarterly Operating Margin came in at 605.23% in Q2 2026, down 601.0% year-over-year from 120.8% in Q2 2025, and up 10.22% quarter-over-quarter from 674.12% in Q1 2026.
First Community Bankshares (FCBC) Operating Margin (2017 - 2026) Analysis & Trends
First Community Bankshares has disclosed Operating Margin across 10 years of filings, most recently posting 605.23% for Q2 2026.
- In Q2 2026, Operating Margin fell 601.0% year-over-year to 605.23%; the TTM figure through Jun 2026 stood at 615.11% (up 2301.0% YoY), while the FY2025 annual figure was 606.11%, up 5586.0% from the prior year.
- Operating Margin came in at 605.23% for Q2 2026 at First Community Bankshares, up from 674.12% in the prior quarter.
- In the past five years, Operating Margin ranged from a high of 538.85% in Q1 2022 to a low of 727.3% in Q4 2023.
- Average Operating Margin over 5 years is 625.5%, with a median of 637.59% recorded in 2023.
- Year-over-year, Operating Margin plunged 14072 bps in 2023 and jumped 9672 bps in 2025.
- Over 5 years, Operating Margin stood at 587.87% in 2022, then slipped by 24 bps to 727.3% in 2023, then grew by 9 bps to 659.64% in 2024, then grew by 4 bps to 630.01% in 2025, then rose by 4 bps to 605.23% in 2026.
- Per Business Quant data, the three most recent Operating Margin figures were 605.23% in Q2 2026, 674.12% in Q1 2026, and 630.01% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Operating Margin (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 | -2,056.76% |
| 10 | First Community Bankshares | 888.99 Mn | 144.27 Mn | 493,000.00 | -605.23% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -605.23% |
| Mar 31, 2026 | -674.12% |
| Dec 31, 2025 | -630.01% |
| Sep 30, 2025 | -556.08% |
| Jun 30, 2025 | -599.22% |
| Mar 31, 2025 | -645.70% |
| Dec 31, 2024 | -659.64% |
| Sep 30, 2024 | -652.80% |
| Jun 30, 2024 | -660.84% |
| Mar 31, 2024 | -675.42% |
| Dec 31, 2023 | -727.30% |
| Sep 30, 2023 | -596.81% |
| Jun 30, 2023 | -695.13% |
| Mar 31, 2023 | -645.17% |
| Dec 31, 2022 | -587.87% |
| Sep 30, 2022 | -554.46% |
| Jun 30, 2022 | -554.41% |
| Mar 31, 2022 | -538.85% |
| Dec 31, 2021 | -560.46% |
| Sep 30, 2021 | -498.11% |
First Community Bankshares Operating Margin 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=operating-margin&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-margin", "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=operating-margin&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();