First Citizens Bancshares Inc /De/ (FCNCN) EBT Margin Growth (1y) (2010 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) EBT Margin Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10,550.00 |
| Mar 31, 2026 | 2,078.00 |
| Dec 31, 2025 | 18,483.00 |
| Sep 30, 2025 | -18,209.00 |
| Jun 30, 2025 | -45,542.00 |
| Mar 31, 2025 | -71,533.00 |
| Dec 31, 2024 | -129,431.00 |
| Sep 30, 2024 | -10,124.00 |
| Jun 30, 2024 | 27,397.00 |
| Mar 31, 2024 | -1.84 Mn |
| Dec 31, 2023 | 107,000.00 |
| Sep 30, 2023 | 40,910.00 |
| Jun 30, 2023 | 36,919.00 |
| Mar 31, 2023 | 1.95 Mn |
| Dec 31, 2022 | 84,303.00 |
| Sep 30, 2022 | 50,137.00 |
| Jun 30, 2022 | 28,894.00 |
| Mar 31, 2022 | 2,812.00 |
| Dec 31, 2021 | -16,414.00 |
| Sep 30, 2021 | -18,328.00 |
API Access
First Citizens Bancshares Inc /De/ EBT 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=ebt-margin-growth-1y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin-growth-1y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();