First Community Bankshares (FCBC) Income from Non-Controlling Interests (2012 - 2015)
First Community Bankshares' (FCBC) quarterly Income from Non-Controlling Interests came in at $21.4 million in Q4 2015, up 4.3% year-over-year from $20.5 million in Q4 2014, and up 4.3% quarter-over-quarter from $20.5 million in Q4 2014.
First Community Bankshares (FCBC) Income from Non-Controlling Interests (2012 - 2015) Analysis & Trends
First Community Bankshares has disclosed Income from Non-Controlling Interests across 4 years of filings, most recently posting $21.4 million for Q4 2015.
- In Q4 2015, Income from Non-Controlling Interests rose 4.3% year-over-year to $21.4 million; the TTM figure through Dec 2015 stood at $21.4 million (up 4.3% YoY), while the FY2025 annual figure was $432000.0, up 442.86% from the prior year.
- Income from Non-Controlling Interests came in at $21.4 million for Q4 2015 at First Community Bankshares, up from $20.5 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $21.4 million in Q4 2015 to a low of $20.3 million in Q4 2012.
- Average Income from Non-Controlling Interests over 4 years is $20.7 million, with a median of $20.5 million recorded in 2013.
- Year-over-year, Income from Non-Controlling Interests increased 0.03% in 2014 and climbed 4.3% in 2015.
- Over 4 years, Income from Non-Controlling Interests stood at $20.3 million in 2012, then advanced by 0.74% to $20.5 million in 2013, then climbed by 0.03% to $20.5 million in 2014, then gained by 4.3% to $21.4 million in 2015.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $21.4 million in Q4 2015, $20.5 million in Q4 2014, and $20.5 million in Q4 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 4.85 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 | - | 4.00 Mn |
| 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 |
|---|---|
| Dec 31, 2015 | 21.38 Mn |
| Dec 31, 2014 | 20.50 Mn |
| Dec 31, 2013 | 20.49 Mn |
| Dec 31, 2012 | 20.34 Mn |
First Community Bankshares Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=FCBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=FCBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();