First Citizens Bancshares Inc /De/ (FCNCN) Debt Ratio (2009 - 2026)
First Citizens Bancshares' (FCNCN) quarterly Debt Ratio came in at 0.14 in Q2 2026, down 18.72% year-over-year from 0.17 in Q2 2025, and down 5.6% quarter-over-quarter from 0.14 in Q1 2026.
First Citizens Bancshares Inc /De/ (FCNCN) Debt Ratio (2009 - 2026) Analysis & Trends
First Citizens Bancshares (FCNCN) has reported Debt Ratio for 18 consecutive years, with 0.14 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Debt Ratio fell 18.72% year-over-year to 0.14 in Q2 2026; TTM through Jun 2026 was 0.14, a 18.72% decrease from a year earlier, with the FY2025 full-year figure at 0.16, down 5.69% from the prior year.
- Debt Ratio was 0.14 for Q2 2026 at First Citizens Bancshares, down from 0.14 in the prior quarter.
- Over five years, Debt Ratio peaked at 0.22 in Q1 2023 and troughed at 0.01 in Q1 2022.
- A 5-year average of 0.15 and a median of 0.17 in 2025 frame the typical range for Debt Ratio.
- Across the five-year window, Debt Ratio dropped 22.84% in 2022 and surged 2152.34% in 2023, its largest moves.
- Over 5 years, Debt Ratio stood at 0.08 in 2022, then surged by 120.83% to 0.18 in 2023, then slipped by 6.26% to 0.17 in 2024, then slipped by 5.69% to 0.16 in 2025, then slipped by 13.43% to 0.14 in 2026.
- The last three Debt Ratio figures came in at 0.14 (Q2 2026), 0.14 (Q1 2026), and 0.16 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.14 |
| Mar 31, 2026 | 0.14 |
| Dec 31, 2025 | 0.16 |
| Sep 30, 2025 | 0.17 |
| Jun 30, 2025 | 0.17 |
| Mar 31, 2025 | 0.17 |
| Dec 31, 2024 | 0.17 |
| Sep 30, 2024 | 0.17 |
| Jun 30, 2024 | 0.17 |
| Mar 31, 2024 | 0.17 |
| Dec 31, 2023 | 0.18 |
| Sep 30, 2023 | 0.18 |
| Jun 30, 2023 | 0.19 |
| Mar 31, 2023 | 0.22 |
| Dec 31, 2022 | 0.08 |
| Sep 30, 2022 | 0.10 |
| Jun 30, 2022 | 0.02 |
| Mar 31, 2022 | 0.01 |
| Dec 31, 2021 | 0.04 |
| Sep 30, 2021 | 0.01 |
First Citizens Bancshares Inc /De/ Debt 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=debt-ratio&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();