First Citizens Bancshares Inc /De/ (FCNCN) EBIT Margin Growth (5y) (2014 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) EBIT Margin Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -121,301.00 |
| Mar 31, 2026 | -278,089.00 |
| Dec 31, 2025 | -312,006.00 |
| Sep 30, 2025 | -293,007.00 |
| Jun 30, 2025 | -308,774.00 |
| Mar 31, 2025 | -260,906.00 |
| Dec 31, 2024 | -274,821.00 |
| Sep 30, 2024 | -278,924.00 |
| Jun 30, 2024 | -282,264.00 |
| Mar 31, 2024 | -289,898.00 |
| Dec 31, 2023 | -487,353.00 |
| Sep 30, 2023 | -208,760.00 |
| Jun 30, 2023 | -234,837.00 |
| Mar 31, 2023 | -227,707.00 |
| Dec 31, 2022 | -241,574.00 |
| Sep 30, 2022 | -192,139.00 |
| Jun 30, 2022 | -220,068.00 |
| Mar 31, 2022 | -220,524.00 |
| Dec 31, 2021 | -92,356.00 |
| Sep 30, 2021 | -91,596.00 |
API Access
First Citizens Bancshares Inc /De/ EBIT 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=ebit-margin-growth-5y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-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=ebit-margin-growth-5y&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();