First Citizens Bancshares Inc /De/ (FCNCN) Short-Term Debt issuances (2009 - 2026)
First Citizens Bancshares' (FCNCN) quarterly Short-Term Debt issuances came in at -$18.0 million in Q2 2026, down 185.71% year-over-year from $21.0 million in Q2 2025, and up 66.67% quarter-over-quarter from -$54.0 million in Q1 2026.
First Citizens Bancshares Inc /De/ (FCNCN) Short-Term Debt issuances (2009 - 2026) Analysis & Trends
First Citizens Bancshares (FCNCN) has reported Short-Term Debt issuances for 18 consecutive years, with -$18.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Short-Term Debt issuances fell 185.71% year-over-year to -$18.0 million in Q2 2026; TTM through Jun 2026 was -$319.0 million, a 475.29% decrease from a year earlier, with the FY2025 full-year figure at -$143.0 million, down 21.19% from the prior year.
- Short-Term Debt issuances was -$18.0 million for Q2 2026 at First Citizens Bancshares, up from -$54.0 million in the prior quarter.
- Over five years, Short-Term Debt issuances peaked at $2.9 billion in Q3 2022 and troughed at -$199.0 million in Q4 2025.
- A 5-year average of $313.9 million and a median of $13.0 million in 2024 frame the typical range for Short-Term Debt issuances.
- Across the five-year window, Short-Term Debt issuances jumped 10248.28% in 2022 and sank 1060.0% in 2025, its largest moves.
- Over 5 years, Short-Term Debt issuances stood at $105.0 million in 2022, then jumped by 376.19% to $500.0 million in 2023, then slumped by 104.8% to -$24.0 million in 2024, then plunged by 729.17% to -$199.0 million in 2025, then soared by 90.95% to -$18.0 million in 2026.
- The last three Short-Term Debt issuances figures came in at -$18.0 million (Q2 2026), -$54.0 million (Q1 2026), and -$199.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -18.00 Mn |
| Mar 31, 2026 | -54.00 Mn |
| Dec 31, 2025 | -199.00 Mn |
| Sep 30, 2025 | -48.00 Mn |
| Jun 30, 2025 | 21.00 Mn |
| Mar 31, 2025 | 83.00 Mn |
| Dec 31, 2024 | -24.00 Mn |
| Sep 30, 2024 | 5.00 Mn |
| Jun 30, 2024 | -9.00 Mn |
| Mar 31, 2024 | -90.00 Mn |
| Jun 30, 2023 | 500.00 Mn |
| Mar 31, 2023 | 1.75 Bn |
| Dec 31, 2022 | 105.00 Mn |
| Sep 30, 2022 | 2.94 Bn |
| Jun 30, 2022 | 30.00 Mn |
| Mar 31, 2022 | 27.00 Mn |
| Dec 31, 2021 | -74.00 Mn |
| Sep 30, 2021 | -29.00 Mn |
| Jun 30, 2021 | 12.00 Mn |
| Mar 31, 2021 | 39.00 Mn |
First Citizens Bancshares Inc /De/ Short-Term Debt issuances 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=short-term-debt-issuances&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();