First Citizens Bancshares Inc /De/ (FCNCN) Other interest income (2021 - 2022)
First Citizens Bancshares' (FCNCN) quarterly Other interest income came in at $6.0 million in Q1 2022, up 200.0% year-over-year from $2.0 million in Q1 2021, and up 200.0% quarter-over-quarter from $2.0 million in Q1 2021.
First Citizens Bancshares Inc /De/ (FCNCN) Other interest income (2021 - 2022) Analysis & Trends
First Citizens Bancshares (FCNCN) has reported Other interest income for 2 consecutive years, with $6.0 million the latest figure, recorded in Q1 2022.
Peer Comparison
First Citizens Bancshares Inc /De/ Other interest income 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-interest-income&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-interest-income", "ticker": "FCNCN", "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-interest-income&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();