First Citizens Bancshares Inc /De/ (FCNCN) EBT Margin Growth (5y) (2014 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) EBT Margin Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 58,218.00 |
| Mar 31, 2026 | 41,027.00 |
| Dec 31, 2025 | 63,941.00 |
| Sep 30, 2025 | 44,386.00 |
| Jun 30, 2025 | 24,671.00 |
| Mar 31, 2025 | 70,588.00 |
| Dec 31, 2024 | 59,922.00 |
| Sep 30, 2024 | 71,224.00 |
| Jun 30, 2024 | 95,053.00 |
| Mar 31, 2024 | 112,428.00 |
| Dec 31, 2023 | 244,859.00 |
| Sep 30, 2023 | 125,152.00 |
| Jun 30, 2023 | 114,438.00 |
| Mar 31, 2023 | 1.97 Mn |
| Dec 31, 2022 | 138,696.00 |
| Sep 30, 2022 | 87,672.00 |
| Jun 30, 2022 | 66,087.00 |
| Mar 31, 2022 | 59,498.00 |
| Dec 31, 2021 | 43,218.00 |
| Sep 30, 2021 | 47,143.00 |
API Access
First Citizens Bancshares Inc /De/ EBT Margin Growth (5y) 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=ebt-margin-growth-5y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin-growth-5y", "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=ebt-margin-growth-5y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();