First Citizens Bancshares Inc /De/ (FCNCN) Payout Ratio (2009 - 2026)
First Citizens Bancshares' (FCNCN) quarterly Payout Ratio came in at 0.09 in Q2 2026, up 20.53% year-over-year from 0.07 in Q2 2025, and down 14.4% quarter-over-quarter from 0.1 in Q1 2026.
First Citizens Bancshares Inc /De/ (FCNCN) Payout Ratio (2009 - 2026) Analysis & Trends
First Citizens Bancshares (FCNCN) has reported Payout Ratio for 18 consecutive years, with 0.09 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Payout Ratio rose 20.53% year-over-year to 0.09 in Q2 2026; TTM through Jun 2026 was 0.08, a 17.72% increase from a year earlier, with the FY2025 full-year figure at 0.07, up 28.78% from the prior year.
- Payout Ratio was 0.09 for Q2 2026 at First Citizens Bancshares, down from 0.1 in the prior quarter.
- Over five years, Payout Ratio peaked at 0.1 in Q4 2022 and troughed at 0.0 in Q1 2023.
- A 5-year average of 0.07 and a median of 0.07 in 2022 frame the typical range for Payout Ratio.
- Across the five-year window, Payout Ratio tumbled 94.84% in 2023 and surged 1891.06% in 2024, its largest moves.
- Over 5 years, Payout Ratio stood at 0.1 in 2022, then retreated by 24.03% to 0.08 in 2023, then fell by 21.55% to 0.06 in 2024, then advanced by 15.26% to 0.07 in 2025, then increased by 21.6% to 0.09 in 2026.
- The last three Payout Ratio figures came in at 0.09 (Q2 2026), 0.1 (Q1 2026), and 0.07 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.09 |
| Mar 31, 2026 | 0.10 |
| Dec 31, 2025 | 0.07 |
| Sep 30, 2025 | 0.07 |
| Jun 30, 2025 | 0.07 |
| Mar 31, 2025 | 0.09 |
| Dec 31, 2024 | 0.06 |
| Sep 30, 2024 | 0.06 |
| Jun 30, 2024 | 0.06 |
| Mar 31, 2024 | 0.05 |
| Dec 31, 2023 | 0.08 |
| Sep 30, 2023 | 0.04 |
| Jun 30, 2023 | 0.04 |
| Mar 31, 2023 | 0.00 |
| Dec 31, 2022 | 0.10 |
| Sep 30, 2022 | 0.07 |
| Jun 30, 2022 | 0.10 |
| Mar 31, 2022 | 0.05 |
| Dec 31, 2021 | 0.08 |
| Sep 30, 2021 | 0.08 |
First Citizens Bancshares Inc /De/ 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=payout-ratio&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=payout-ratio&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();