First Citizens Bancshares Inc /De/ (FCNCN) Net Margin Growth (3y) (2012 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) Net Margin Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8,799.00 |
| Mar 31, 2026 | -1.95 Mn |
| Dec 31, 2025 | 7,438.00 |
| Sep 30, 2025 | 8,784.00 |
| Jun 30, 2025 | 16,980.00 |
| Mar 31, 2025 | -2,424.00 |
| Dec 31, 2024 | 64,675.00 |
| Sep 30, 2024 | 55,947.00 |
| Jun 30, 2024 | 63,433.00 |
| Mar 31, 2024 | 76,668.00 |
| Dec 31, 2023 | 118,291.00 |
| Sep 30, 2023 | 51,450.00 |
| Jun 30, 2023 | 28,683.00 |
| Mar 31, 2023 | 2.00 Mn |
| Dec 31, 2022 | 43,579.00 |
| Sep 30, 2022 | 27,879.00 |
| Jun 30, 2022 | 18,043.00 |
| Mar 31, 2022 | 28,905.00 |
| Dec 31, 2021 | 41,612.00 |
| Sep 30, 2021 | 23,770.00 |
API Access
First Citizens Bancshares Inc /De/ Net Margin Growth (3y) 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-3y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin-growth-3y", "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-3y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();