First Community Bankshares (FCBC) Change in Net Loans (2010 - 2026)
First Community Bankshares' (FCBC) quarterly Change in Net Loans came in at $4.7 million in Q2 2026, up 116.1% year-over-year from $2.2 million in Q2 2025, and up 115.91% quarter-over-quarter from -$29.5 million in Q1 2026.
First Community Bankshares (FCBC) Change in Net Loans (2010 - 2026) Analysis & Trends
First Community Bankshares has disclosed Change in Net Loans across 14 years of filings, most recently posting $4.7 million for Q2 2026.
- In Q2 2026, Change in Net Loans rose 116.1% year-over-year to $4.7 million; the TTM figure through Jun 2026 stood at -$62.2 million (up 46.96% YoY), while the FY2025 annual figure was -$99.1 million, up 35.2% from the prior year.
- Change in Net Loans came in at $4.7 million for Q2 2026 at First Community Bankshares, up from -$29.5 million in the prior quarter.
- In the past five years, Change in Net Loans ranged from a high of $78.7 million in Q1 2022 to a low of -$51.2 million in Q1 2024.
- Average Change in Net Loans over 5 years is -$5.8 million, with a median of -$21.0 million recorded in 2023.
- Year-over-year, Change in Net Loans surged 3517.83% in 2022 and slumped 554.7% in 2024.
- Over 5 years, Change in Net Loans stood at $39.6 million in 2022, then sank by 152.96% to -$21.0 million in 2023, then declined by 29.92% to -$27.2 million in 2024, then soared by 39.87% to -$16.4 million in 2025, then soared by 128.69% to $4.7 million in 2026.
- Per Business Quant data, the three most recent Change in Net Loans figures were $4.7 million in Q2 2026, -$29.5 million in Q1 2026, and -$16.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Net Loans (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | -173.53 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 1.13 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 3.33 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 4.38 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.56 Bn |
| 10 | First Community Bankshares | 888.99 Mn | 144.27 Mn | 493,000.00 | 4.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.70 Mn |
| Mar 31, 2026 | -29.53 Mn |
| Dec 31, 2025 | -16.38 Mn |
| Sep 30, 2025 | -20.99 Mn |
| Jun 30, 2025 | -29.19 Mn |
| Mar 31, 2025 | -32.56 Mn |
| Dec 31, 2024 | -27.24 Mn |
| Sep 30, 2024 | -28.27 Mn |
| Jun 30, 2024 | -46.20 Mn |
| Mar 31, 2024 | -51.24 Mn |
| Dec 31, 2023 | -20.96 Mn |
| Sep 30, 2023 | -26.82 Mn |
| Jun 30, 2023 | -7.06 Mn |
| Mar 31, 2023 | -9.70 Mn |
| Dec 31, 2022 | 39.59 Mn |
| Sep 30, 2022 | 63.64 Mn |
| Jun 30, 2022 | 54.68 Mn |
| Mar 31, 2022 | 78.72 Mn |
| Dec 31, 2021 | 13.72 Mn |
| Sep 30, 2021 | -1.86 Mn |
First Community Bankshares Change in Net Loans 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=change-in-net-loans&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "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=change-in-net-loans&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();