First Community Bankshares (FCBC) Total Non-Current Liabilities (2010 - 2026)
First Community Bankshares' (FCBC) quarterly Total Non-Current Liabilities came in at $3.1 billion in Q2 2026, up 14.58% year-over-year from $2.7 billion in Q2 2025, and down 1.76% quarter-over-quarter from $3.1 billion in Q1 2026.
First Community Bankshares (FCBC) Total Non-Current Liabilities (2010 - 2026) Analysis & Trends
First Community Bankshares has disclosed Total Non-Current Liabilities across 17 years of filings, most recently posting $3.1 billion for Q2 2026.
- In Q2 2026, Total Non-Current Liabilities rose 14.58% year-over-year to $3.1 billion; the TTM figure through Jun 2026 stood at $3.1 billion (up 14.58% YoY), while the FY2025 annual figure was $2.8 billion, up 0.89% from the prior year.
- Total Non-Current Liabilities came in at $3.1 billion for Q2 2026 at First Community Bankshares, down from $3.1 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $3.1 billion in Q1 2026 to a low of $2.6 billion in Q1 2023.
- Average Total Non-Current Liabilities over 5 years is $2.8 billion, with a median of $2.7 billion recorded in 2022.
- Year-over-year, Total Non-Current Liabilities dropped 7.09% in 2023 and advanced 14.58% in 2026.
- Over 5 years, Total Non-Current Liabilities stood at $2.7 billion in 2022, then advanced by 1.9% to $2.8 billion in 2023, then decreased by 1.1% to $2.7 billion in 2024, then climbed by 0.89% to $2.8 billion in 2025, then climbed by 11.22% to $3.1 billion in 2026.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $3.1 billion in Q2 2026, $3.1 billion in Q1 2026, and $2.8 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 60,162.97 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 479.24 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 259.43 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 187.07 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 244.32 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 201.97 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 138.34 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 206.95 Bn |
| 10 | First Community Bankshares | 888.99 Mn | 144.27 Mn | 493,000.00 | 3.07 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.07 Bn |
| Mar 31, 2026 | 3.12 Bn |
| Dec 31, 2025 | 2.76 Bn |
| Sep 30, 2025 | 2.68 Bn |
| Jun 30, 2025 | 2.68 Bn |
| Mar 31, 2025 | 2.73 Bn |
| Dec 31, 2024 | 2.73 Bn |
| Sep 30, 2024 | 2.70 Bn |
| Jun 30, 2024 | 2.72 Bn |
| Mar 31, 2024 | 2.73 Bn |
| Dec 31, 2023 | 2.77 Bn |
| Sep 30, 2023 | 2.79 Bn |
| Jun 30, 2023 | 2.89 Bn |
| Mar 31, 2023 | 2.62 Bn |
| Dec 31, 2022 | 2.71 Bn |
| Sep 30, 2022 | 2.75 Bn |
| Jun 30, 2022 | 2.84 Bn |
| Mar 31, 2022 | 2.82 Bn |
| Dec 31, 2021 | 2.77 Bn |
| Sep 30, 2021 | 2.71 Bn |
First Community Bankshares Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();