First Community Bankshares (FCBC) Other Working Capital Changes (2010 - 2026)
First Community Bankshares' (FCBC) quarterly Other Working Capital Changes came in at -$12.5 million in Q1 2026, down 3077.43% year-over-year from $421000.0 in Q1 2025, and down 7.74% quarter-over-quarter from -$11.6 million in Q4 2025.
First Community Bankshares (FCBC) Other Working Capital Changes (2010 - 2026) Analysis & Trends
First Community Bankshares has disclosed Other Working Capital Changes across 14 years of filings, most recently posting -$12.5 million for Q1 2026.
- In Q1 2026, Other Working Capital Changes fell 3077.43% year-over-year to -$12.5 million; the TTM figure through Mar 2026 stood at -$22.4 million (down 989.63% YoY), while the FY2025 annual figure was -$9.4 million, down 3052.17% from the prior year.
- Other Working Capital Changes came in at -$12.5 million for Q1 2026 at First Community Bankshares, down from -$11.6 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $6.3 million in Q3 2025 to a low of -$12.5 million in Q1 2026.
- Average Other Working Capital Changes over 5 years is -$844411.8, with a median of $170000.0 recorded in 2022.
- Year-over-year, Other Working Capital Changes soared 1770.0% in 2023 and sank 3077.43% in 2026.
- Over 5 years, Other Working Capital Changes stood at -$86000.0 in 2022, then slumped by 124.42% to -$193000.0 in 2023, then jumped by 604.66% to $974000.0 in 2024, then tumbled by 1294.56% to -$11.6 million in 2025, then dropped by 7.74% to -$12.5 million in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$12.5 million in Q1 2026, -$11.6 million in Q4 2025, and $6.3 million in Q3 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 |
|---|---|
| Mar 31, 2026 | -12.54 Mn |
| Mar 31, 2026 | -12.54 Mn |
| Dec 31, 2025 | -11.64 Mn |
| Dec 31, 2025 | -11.64 Mn |
| Sep 30, 2025 | 6.31 Mn |
| Sep 30, 2025 | 6.31 Mn |
| Jun 30, 2025 | -4.52 Mn |
| Jun 30, 2025 | -4.52 Mn |
| Mar 31, 2025 | 421,000.00 |
| Mar 31, 2025 | 421,000.00 |
| Dec 31, 2024 | 974,000.00 |
| Dec 31, 2024 | 974,000.00 |
| Sep 30, 2024 | -3.12 Mn |
| Sep 30, 2024 | -3.12 Mn |
| Jun 30, 2024 | -333,000.00 |
| Jun 30, 2024 | -333,000.00 |
| Mar 31, 2024 | 2.18 Mn |
| Mar 31, 2024 | 2.18 Mn |
| Dec 31, 2023 | -193,000.00 |
| Dec 31, 2023 | -193,000.00 |
First Community Bankshares Other Working Capital Changes 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=other-working-capital-changes&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();