First Community Bankshares (FCBC) Short-Term Debt issuances (2010 - 2022)
First Community Bankshares' (FCBC) quarterly Short-Term Debt issuances came in at -$677000.0 in Q3 2022, down 704.46% year-over-year from $112000.0 in Q3 2021, and down 560.54% quarter-over-quarter from $147000.0 in Q2 2022.
First Community Bankshares (FCBC) Short-Term Debt issuances (2010 - 2022) Analysis & Trends
First Community Bankshares has disclosed Short-Term Debt issuances across 10 years of filings, most recently posting -$677000.0 for Q3 2022.
- In Q3 2022, Short-Term Debt issuances fell 704.46% year-over-year to -$677000.0; the TTM figure through Sep 2022 stood at $852000.0 (up 468.0% YoY), while the FY2021 annual figure was $572000.0, up 189.8% from the prior year.
- Short-Term Debt issuances came in at -$677000.0 for Q3 2022 at First Community Bankshares, down from $147000.0 in the prior quarter.
- In the past five years, Short-Term Debt issuances ranged from a high of $2.3 million in Q3 2018 to a low of -$25.7 million in Q1 2019.
- Average Short-Term Debt issuances over 5 years is -$1.5 million, with a median of -$253000.0 recorded in 2020.
- Year-over-year, Short-Term Debt issuances slumped 2543.67% in 2019 and surged 5275.0% in 2021.
- Over 5 years, Short-Term Debt issuances stood at -$781000.0 in 2018, then jumped by 66.45% to -$262000.0 in 2019, then jumped by 103.05% to $8000.0 in 2020, then surged by 5275.0% to $430000.0 in 2021, then slumped by 257.44% to -$677000.0 in 2022.
- Per Business Quant data, the three most recent Short-Term Debt issuances figures were -$677000.0 in Q3 2022, $147000.0 in Q2 2022, and $952000.0 in Q1 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | - | -3.24 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -200.00 Mn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | -18.00 Mn |
| 10 | First Community Bankshares | 888.99 Mn | 144.27 Mn | 493,000.00 | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | -677,000.00 |
| Jun 30, 2022 | 147,000.00 |
| Mar 31, 2022 | 952,000.00 |
| Dec 31, 2021 | 430,000.00 |
| Sep 30, 2021 | 112,000.00 |
| Jun 30, 2021 | -525,000.00 |
| Mar 31, 2021 | 555,000.00 |
| Dec 31, 2020 | 8,000.00 |
| Sep 30, 2020 | -144,000.00 |
| Jun 30, 2020 | -248,000.00 |
| Mar 31, 2020 | -253,000.00 |
| Dec 31, 2019 | -262,000.00 |
| Sep 30, 2019 | -1.22 Mn |
| Jun 30, 2019 | -617,000.00 |
| Mar 31, 2019 | -25.67 Mn |
| Dec 31, 2018 | -781,000.00 |
| Sep 30, 2018 | 2.28 Mn |
| Jun 30, 2018 | -1.25 Mn |
| Mar 31, 2018 | -971,000.00 |
| Dec 31, 2017 | -53.70 Mn |
First Community Bankshares Short-Term Debt issuances 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=short-term-debt-issuances&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();