First Citizens Bancshares Inc /De/ (FCNCN) Other Non-Current Assets (2009 - 2026)
First Citizens Bancshares' (FCNCN) quarterly Other Non-Current Assets came in at $7.5 billion in Q2 2026, up 5.59% year-over-year from $7.1 billion in Q2 2025, and down 0.72% quarter-over-quarter from $7.5 billion in Q1 2026.
First Citizens Bancshares Inc /De/ (FCNCN) Other Non-Current Assets (2009 - 2026) Analysis & Trends
First Citizens Bancshares (FCNCN) has reported Other Non-Current Assets for 18 consecutive years, with $7.5 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non-Current Assets rose 5.59% year-over-year to $7.5 billion in Q2 2026; TTM through Jun 2026 was $7.5 billion, a 5.59% increase from a year earlier, with the FY2025 full-year figure at $7.5 billion, up 11.62% from the prior year.
- Other Non-Current Assets was $7.5 billion for Q2 2026 at First Citizens Bancshares, down from $7.5 billion in the prior quarter.
- Over five years, Other Non-Current Assets peaked at $7.5 billion in Q4 2025 and troughed at $3.3 billion in Q1 2022.
- A 5-year average of $6.0 billion and a median of $6.3 billion in 2023 frame the typical range for Other Non-Current Assets.
- Across the five-year window, Other Non-Current Assets jumped 343.73% in 2022 and declined 21.73% in 2024, its largest moves.
- Over 5 years, Other Non-Current Assets stood at $4.4 billion in 2022, then soared by 34.06% to $5.9 billion in 2023, then advanced by 15.08% to $6.7 billion in 2024, then rose by 11.62% to $7.5 billion in 2025, then decreased by 0.85% to $7.5 billion in 2026.
- The last three Other Non-Current Assets figures came in at $7.5 billion (Q2 2026), $7.5 billion (Q1 2026), and $7.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.46 Bn |
| Mar 31, 2026 | 7.51 Bn |
| Dec 31, 2025 | 7.52 Bn |
| Sep 30, 2025 | 7.11 Bn |
| Jun 30, 2025 | 7.06 Bn |
| Mar 31, 2025 | 6.80 Bn |
| Dec 31, 2024 | 6.74 Bn |
| Sep 30, 2024 | 6.09 Bn |
| Jun 30, 2024 | 6.40 Bn |
| Mar 31, 2024 | 5.83 Bn |
| Dec 31, 2023 | 5.86 Bn |
| Sep 30, 2023 | 6.21 Bn |
| Jun 30, 2023 | 5.77 Bn |
| Mar 31, 2023 | 7.45 Bn |
| Dec 31, 2022 | 4.37 Bn |
| Sep 30, 2022 | 3.66 Bn |
| Jun 30, 2022 | 3.34 Bn |
| Mar 31, 2022 | 3.33 Bn |
| Dec 31, 2021 | 1.86 Bn |
| Sep 30, 2021 | 1.58 Bn |
First Citizens Bancshares Inc /De/ Other Non-Current Assets 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=other-non-current-assets&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();