First Citizens Bancshares Inc /De/ (FCNCN) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.76 Bn |
| Mar 31, 2026 | 9.69 Bn |
| Dec 31, 2025 | 9.62 Bn |
| Sep 30, 2025 | 9.45 Bn |
| Jun 30, 2025 | 9.47 Bn |
| Mar 31, 2025 | 9.37 Bn |
| Dec 31, 2024 | 9.32 Bn |
| Sep 30, 2024 | 9.19 Bn |
| Jun 30, 2024 | 8.95 Bn |
| Mar 31, 2024 | 8.81 Bn |
| Dec 31, 2023 | 8.75 Bn |
| Sep 30, 2023 | 8.66 Bn |
| Jun 30, 2023 | 8.53 Bn |
| Mar 31, 2023 | 8.33 Bn |
| Dec 31, 2022 | 8.16 Bn |
| Sep 30, 2022 | 7.98 Bn |
| Jun 30, 2022 | 7.97 Bn |
| Mar 31, 2022 | 7.97 Bn |
| Dec 31, 2021 | 1.23 Bn |
| Dec 31, 2020 | 1.25 Bn |
API Access
First Citizens Bancshares Inc /De/ Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();