First Community Bankshares (FCBC) Change in Cash (2010 - 2026)
First Community Bankshares' (FCBC) quarterly Change in Cash came in at -$8.4 million in Q2 2026, up 57.27% year-over-year from -$5.3 million in Q2 2025, and down 109.52% quarter-over-quarter from $88.1 million in Q1 2026.
First Community Bankshares (FCBC) Change in Cash (2010 - 2026) Analysis & Trends
First Community Bankshares has disclosed Change in Cash across 14 years of filings, most recently posting -$8.4 million for Q2 2026.
- In Q2 2026, Change in Cash rose 57.27% year-over-year to -$8.4 million; the TTM figure through Jun 2026 stood at $196.9 million (up 202.02% YoY), while the FY2025 annual figure was $134.8 million, down 48.36% from the prior year.
- Change in Cash came in at -$8.4 million for Q2 2026 at First Community Bankshares, down from $88.1 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $132.5 million in Q1 2024 to a low of -$220.1 million in Q1 2022.
- Average Change in Cash over 5 years is -$4.8 million, with a median of -$2.7 million recorded in 2023.
- Year-over-year, Change in Cash tumbled 1139.69% in 2022 and soared 1954.78% in 2024.
- Over 5 years, Change in Cash stood at -$58.2 million in 2022, then jumped by 105.19% to $3.0 million in 2023, then soared by 1954.78% to $62.1 million in 2024, then surged by 36.09% to $84.5 million in 2025, then slumped by 109.92% to -$8.4 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$8.4 million in Q2 2026, $88.1 million in Q1 2026, and $84.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 439.00 Mn |
| 10 | First Community Bankshares | 888.99 Mn | 144.27 Mn | 493,000.00 | -8.39 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.39 Mn |
| Mar 31, 2026 | 88.06 Mn |
| Dec 31, 2025 | 84.54 Mn |
| Sep 30, 2025 | 32.65 Mn |
| Jun 30, 2025 | -19.63 Mn |
| Mar 31, 2025 | 37.23 Mn |
| Dec 31, 2024 | 62.12 Mn |
| Sep 30, 2024 | -14.54 Mn |
| Jun 30, 2024 | 80.97 Mn |
| Mar 31, 2024 | 132.49 Mn |
| Dec 31, 2023 | 3.02 Mn |
| Sep 30, 2023 | -39.26 Mn |
| Jun 30, 2023 | 60.28 Mn |
| Mar 31, 2023 | -78.46 Mn |
| Dec 31, 2022 | -58.25 Mn |
| Sep 30, 2022 | -169.15 Mn |
| Jun 30, 2022 | -59.06 Mn |
| Mar 31, 2022 | -220.13 Mn |
| Dec 31, 2021 | 42.43 Mn |
| Sep 30, 2021 | 16.27 Mn |
First Community Bankshares Change in Cash 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-cash&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();