First Citizens Bancshares Inc /De/ (FCNCN) Dividend Coverage Ratio Growth (1y) (2010 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) Dividend Coverage Ratio Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -17.03% |
| Mar 31, 2026 | -10.61% |
| Dec 31, 2025 | -13.24% |
| Sep 30, 2025 | -13.49% |
| Jun 30, 2025 | -20.84% |
| Mar 31, 2025 | -39.31% |
| Dec 31, 2024 | 27.47% |
| Sep 30, 2024 | -42.07% |
| Jun 30, 2024 | -30.93% |
| Mar 31, 2024 | -94.98% |
| Dec 31, 2023 | 31.63% |
| Sep 30, 2023 | 87.10% |
| Jun 30, 2023 | 158.69% |
| Mar 31, 2023 | 1,838.46% |
| Dec 31, 2022 | -18.32% |
| Sep 30, 2022 | 14.58% |
| Jun 30, 2022 | -6.19% |
| Mar 31, 2022 | 18.68% |
| Dec 31, 2021 | -27.33% |
| Sep 30, 2021 | -17.23% |
API Access
First Citizens Bancshares Inc /De/ Dividend Coverage Ratio Growth (1y) 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-1y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio-growth-1y", "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-1y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();