First Citizens Bancshares Inc /De/ (FCNCN) FCF Margin (QoQ) (2009 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) FCF Margin (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 118,683.00 |
| Mar 31, 2026 | -115,643.00 |
| Dec 31, 2025 | -3,769.00 |
| Sep 30, 2025 | 22,935.00 |
| Jun 30, 2025 | 104,242.00 |
| Mar 31, 2025 | -129,439.00 |
| Dec 31, 2024 | 25,097.00 |
| Sep 30, 2024 | 64,861.00 |
| Jun 30, 2024 | -17,191.00 |
| Mar 31, 2024 | -185,237.00 |
| Dec 31, 2023 | 93,535.00 |
| Sep 30, 2023 | 49,179.00 |
| Jun 30, 2023 | 226,584.00 |
| Mar 31, 2023 | -387,298.00 |
| Dec 31, 2022 | 156,073.00 |
| Sep 30, 2022 | -53,289.00 |
| Jun 30, 2022 | 48,716.00 |
| Mar 31, 2022 | 69,621.00 |
| Dec 31, 2021 | -13,684.00 |
| Sep 30, 2021 | 265,625.00 |
API Access
First Citizens Bancshares Inc /De/ FCF Margin (QoQ) 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-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin-qoq", "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-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();