First Citizens Bancshares Inc /De/ (FCNCN) Dividend Coverage Ratio (QoQ) (2009 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) Dividend Coverage Ratio (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.82% |
| Mar 31, 2026 | -29.61% |
| Dec 31, 2025 | -0.39% |
| Sep 30, 2025 | 1.28% |
| Jun 30, 2025 | 25.87% |
| Mar 31, 2025 | -31.68% |
| Dec 31, 2024 | -0.68% |
| Sep 30, 2024 | -7.32% |
| Jun 30, 2024 | -3.49% |
| Mar 31, 2024 | 43.49% |
| Dec 31, 2023 | -54.86% |
| Sep 30, 2023 | 10.49% |
| Jun 30, 2023 | -92.98% |
| Mar 31, 2023 | 3,660.68% |
| Dec 31, 2022 | -35.84% |
| Sep 30, 2022 | 52.77% |
| Jun 30, 2022 | -47.41% |
| Mar 31, 2022 | 58.46% |
| Dec 31, 2021 | -10.00% |
| Sep 30, 2021 | 25.08% |
API Access
First Citizens Bancshares Inc /De/ Dividend Coverage Ratio (QoQ) 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-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio-qoq", "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-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();