First Citizens Bancshares Inc /De/ (FCNCN) Receivables (2021 - 2022)
First Citizens Bancshares' (FCNCN) quarterly Receivables came in at $939.0 million in Q2 2022, up 8.93% quarter-over-quarter from $862.0 million in Q4 2021.
First Citizens Bancshares Inc /De/ (FCNCN) Receivables (2021 - 2022) Analysis & Trends
First Citizens Bancshares (FCNCN) has reported Receivables for 2 consecutive years, with $939.0 million the latest figure, recorded in Q2 2022.
- On a quarterly basis, Receivables changed N/A year-over-year to $939.0 million in Q2 2022; TTM through Jun 2022 was $939.0 million, a N/A change from a year earlier, with the FY2021 full-year figure at $862.0 million, changed N/A from the prior year.
- Receivables was $939.0 million for Q2 2022 at First Citizens Bancshares, up from $862.0 million in the prior quarter.
- Over five years, Receivables peaked at $939.0 million in Q2 2022 and troughed at $862.0 million in Q4 2021.
Peer Comparison
First Citizens Bancshares Inc /De/ Receivables 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=receivables&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();