First Citizens Bancshares Inc /De/ (FCNCN) FCF Payout Ratio (QoQ) (2009 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) FCF Payout Ratio (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 102.77% |
| Mar 31, 2026 | -4,272.73% |
| Dec 31, 2025 | 10.97% |
| Sep 30, 2025 | -19.40% |
| Jun 30, 2025 | 110.65% |
| Mar 31, 2025 | -1,219.44% |
| Dec 31, 2024 | -14.16% |
| Sep 30, 2024 | -71.98% |
| Jun 30, 2024 | 50.00% |
| Mar 31, 2024 | 156.67% |
| Dec 31, 2023 | 111.26% |
| Sep 30, 2023 | -36.68% |
| Jun 30, 2023 | 205.18% |
| Mar 31, 2023 | -219.52% |
| Dec 31, 2022 | -36.24% |
| Sep 30, 2022 | 18.33% |
| Jun 30, 2022 | 11.22% |
| Mar 31, 2022 | -63.30% |
| Dec 31, 2021 | 60.63% |
| Sep 30, 2021 | 446.56% |
API Access
First Citizens Bancshares Inc /De/ FCF Payout Ratio (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-payout-ratio-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio-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-payout-ratio-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();