First Citizens Bancshares Inc /De/ (FCNCN) FCF Margin Growth (5y) (2014 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) FCF Margin Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 339,603.00 |
| Mar 31, 2026 | -34,705.00 |
| Dec 31, 2025 | 67,530.00 |
| Sep 30, 2025 | 86,044.00 |
| Jun 30, 2025 | 72,150.00 |
| Mar 31, 2025 | -7,380.00 |
| Dec 31, 2024 | 64,448.00 |
| Sep 30, 2024 | 39,933.00 |
| Jun 30, 2024 | 9,675.00 |
| Mar 31, 2024 | -580.00 |
| Dec 31, 2023 | 235,619.00 |
| Sep 30, 2023 | 162,797.00 |
| Jun 30, 2023 | 85,406.00 |
| Mar 31, 2023 | -301,922.00 |
| Dec 31, 2022 | 250,725.00 |
| Sep 30, 2022 | 82,757.00 |
| Jun 30, 2022 | 142,341.00 |
| Mar 31, 2022 | 94,010.00 |
| Dec 31, 2021 | 28,407.00 |
| Sep 30, 2021 | 38,809.00 |
API Access
First Citizens Bancshares Inc /De/ FCF Margin Growth (5y) 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-5y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin-growth-5y", "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-5y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();