First Citizens Bancshares Inc /De/ (FCNCN) FCF Payout Ratio (2009 - 2026)
First Citizens Bancshares' (FCNCN) quarterly FCF Payout Ratio came in at 0.06 in Q2 2026, up 3.57% year-over-year from 0.06 in Q2 2025, and up 102.77% quarter-over-quarter from 2.32 in Q1 2026.
First Citizens Bancshares Inc /De/ (FCNCN) FCF Payout Ratio (2009 - 2026) Analysis & Trends
First Citizens Bancshares (FCNCN) has reported FCF Payout Ratio for 18 consecutive years, with 0.06 the latest figure, recorded in Q2 2026.
- On a quarterly basis, FCF Payout Ratio rose 3.57% year-over-year to 0.06 in Q2 2026; TTM through Jun 2026 was 0.08, a 1.86% decrease from a year earlier, with the FY2025 full-year figure at 0.08, down 7.4% from the prior year.
- FCF Payout Ratio was 0.06 for Q2 2026 at First Citizens Bancshares, up from 2.32 in the prior quarter.
- Over five years, FCF Payout Ratio peaked at 0.22 in Q2 2024 and troughed at 2.32 in Q1 2026.
- A 5-year average of 0.11 and a median of 0.05 in 2024 frame the typical range for FCF Payout Ratio.
- Across the five-year window, FCF Payout Ratio jumped 461.11% in 2024 and slumped 503.85% in 2025, its largest moves.
- Over 5 years, FCF Payout Ratio stood at 0.03 in 2022, then jumped by 68.16% to 0.06 in 2023, then decreased by 7.41% to 0.05 in 2024, then climbed by 6.61% to 0.06 in 2025, then increased by 15.79% to 0.06 in 2026.
- The last three FCF Payout Ratio figures came in at 0.06 (Q2 2026), 2.32 (Q1 2026), and 0.06 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.06 |
| Mar 31, 2026 | -2.32 |
| Dec 31, 2025 | 0.06 |
| Sep 30, 2025 | 0.05 |
| Jun 30, 2025 | 0.06 |
| Mar 31, 2025 | -0.58 |
| Dec 31, 2024 | 0.05 |
| Sep 30, 2024 | 0.06 |
| Jun 30, 2024 | 0.22 |
| Mar 31, 2024 | 0.14 |
| Dec 31, 2023 | 0.06 |
| Sep 30, 2023 | 0.03 |
| Jun 30, 2023 | 0.04 |
| Mar 31, 2023 | -0.04 |
| Dec 31, 2022 | 0.03 |
| Sep 30, 2022 | 0.05 |
| Jun 30, 2022 | 0.04 |
| Mar 31, 2022 | 0.04 |
| Dec 31, 2021 | 0.11 |
| Sep 30, 2021 | 0.07 |
First Citizens Bancshares Inc /De/ FCF Payout Ratio 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&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio", "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&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();