First Citizens Bancshares Inc /De/ (FCNCN) FCF Payout Ratio Growth (3y) (2012 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) FCF Payout Ratio Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 15.20% |
| Mar 31, 2026 | -286.99% |
| Dec 31, 2025 | 18.40% |
| Sep 30, 2025 | -1.57% |
| Jun 30, 2025 | 11.87% |
| Mar 31, 2025 | -155.22% |
| Dec 31, 2024 | -21.74% |
| Sep 30, 2024 | -3.56% |
| Jun 30, 2024 | 135.71% |
| Mar 31, 2024 | 17.47% |
| Dec 31, 2023 | -4.81% |
| Sep 30, 2023 | -37.37% |
| Jun 30, 2023 | -39.34% |
| Mar 31, 2023 | 55.59% |
| Dec 31, 2022 | 3.86% |
| Sep 30, 2022 | 19.20% |
| Jun 30, 2022 | -22.11% |
| Mar 31, 2022 | -0.25% |
| Dec 31, 2021 | 24.76% |
| Sep 30, 2021 | 77.20% |
API Access
First Citizens Bancshares Inc /De/ FCF Payout Ratio 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-payout-ratio-growth-3y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio-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-payout-ratio-growth-3y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();