First Citizens Bancshares Inc /De/ (FCNCN) Dividend Coverage Ratio Growth (5y) (2014 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) Dividend Coverage Ratio Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.94% |
| Mar 31, 2026 | -8.92% |
| Dec 31, 2025 | -2.88% |
| Sep 30, 2025 | -2.32% |
| Jun 30, 2025 | -3.41% |
| Mar 31, 2025 | -3.67% |
| Dec 31, 2024 | -6.78% |
| Sep 30, 2024 | -9.96% |
| Jun 30, 2024 | -7.45% |
| Mar 31, 2024 | -5.10% |
| Dec 31, 2023 | -9.84% |
| Sep 30, 2023 | 0.32% |
| Jun 30, 2023 | 2.94% |
| Mar 31, 2023 | 72.63% |
| Dec 31, 2022 | 5.18% |
| Jun 30, 2022 | -11.90% |
| Dec 31, 2021 | -4.04% |
| Sep 30, 2021 | -1.51% |
| Jun 30, 2021 | 1.91% |
| Dec 31, 2020 | 22.52% |
API Access
First Citizens Bancshares Inc /De/ Dividend Coverage Ratio Growth (5y) 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=dividend-coverage-ratio-growth-5y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio-growth-5y", "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=dividend-coverage-ratio-growth-5y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();