First Citizens Bancshares Inc /De/ (FCNCN) Dividend Coverage Ratio Growth (3y) (2012 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) Dividend Coverage Ratio Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -23.17% |
| Mar 31, 2026 | -69.91% |
| Dec 31, 2025 | 13.33% |
| Sep 30, 2025 | -2.12% |
| Jun 30, 2025 | 12.25% |
| Mar 31, 2025 | -16.08% |
| Dec 31, 2024 | 11.08% |
| Sep 30, 2024 | 7.49% |
| Jun 30, 2024 | 18.78% |
| Mar 31, 2024 | 4.93% |
| Dec 31, 2023 | -7.90% |
| Sep 30, 2023 | 21.07% |
| Jun 30, 2023 | 15.43% |
| Mar 31, 2023 | 200.79% |
| Dec 31, 2022 | -25.13% |
| Sep 30, 2022 | -18.27% |
| Jun 30, 2022 | -27.56% |
| Mar 31, 2022 | -7.54% |
| Dec 31, 2021 | -17.86% |
| Sep 30, 2021 | -22.03% |
API Access
First Citizens Bancshares Inc /De/ Dividend Coverage 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=dividend-coverage-ratio-growth-3y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio-growth-3y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();