First Citizens Bancshares Inc /De/ (FCNCN) Net Margin Growth (1y) (2010 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) Net Margin Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5,182.00 |
| Mar 31, 2026 | 1,662.00 |
| Dec 31, 2025 | -12,298.00 |
| Sep 30, 2025 | -10,448.00 |
| Jun 30, 2025 | -28,378.00 |
| Mar 31, 2025 | -50,447.00 |
| Dec 31, 2024 | -65,598.00 |
| Sep 30, 2024 | -10,668.00 |
| Jun 30, 2024 | 14,397.00 |
| Mar 31, 2024 | -1.90 Mn |
| Dec 31, 2023 | 85,333.00 |
| Sep 30, 2023 | 29,900.00 |
| Jun 30, 2023 | 30,961.00 |
| Mar 31, 2023 | 1.95 Mn |
| Dec 31, 2022 | 44,939.00 |
| Sep 30, 2022 | 36,715.00 |
| Jun 30, 2022 | 18,074.00 |
| Mar 31, 2022 | 28,646.00 |
| Dec 31, 2021 | -11,981.00 |
| Sep 30, 2021 | -15,165.00 |
API Access
First Citizens Bancshares Inc /De/ Net Margin Growth (1y) 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=net-margin-growth-1y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin-growth-1y", "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=net-margin-growth-1y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();