First Citizens Bancshares Inc /De/ (FCNCN) FCF Margin Growth (3y) (2012 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) FCF Margin Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 27,255.00 |
| Mar 31, 2026 | 135,155.00 |
| Dec 31, 2025 | -136,500.00 |
| Sep 30, 2025 | 23,342.00 |
| Jun 30, 2025 | -52,883.00 |
| Mar 31, 2025 | -108,409.00 |
| Dec 31, 2024 | 90,651.00 |
| Sep 30, 2024 | 51,870.00 |
| Jun 30, 2024 | 252,634.00 |
| Mar 31, 2024 | 14,200.00 |
| Dec 31, 2023 | 186,030.00 |
| Sep 30, 2023 | 107,240.00 |
| Jun 30, 2023 | 67,102.00 |
| Mar 31, 2023 | -134,769.00 |
| Dec 31, 2022 | 194,919.00 |
| Sep 30, 2022 | 39,427.00 |
| Jun 30, 2022 | 127,320.00 |
| Mar 31, 2022 | 51,157.00 |
| Dec 31, 2021 | 32,498.00 |
| Sep 30, 2021 | 66,895.00 |
API Access
First Citizens Bancshares Inc /De/ FCF Margin Growth (3y) 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=fcf-margin-growth-3y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin-growth-3y", "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=fcf-margin-growth-3y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();