First Citizens Bancshares Inc /De/ (FCNCN) EBITDA Margin (QoQ) (2009 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) EBITDA Margin (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7,259.00 |
| Mar 31, 2026 | 27,433.00 |
| Dec 31, 2025 | -23,883.00 |
| Sep 30, 2025 | -5,300.00 |
| Jun 30, 2025 | 8,676.00 |
| Mar 31, 2025 | -4,447.00 |
| Dec 31, 2024 | -6,242.00 |
| Sep 30, 2024 | 1,779.00 |
| Jun 30, 2024 | 12,020.00 |
| Mar 31, 2024 | 254,011.00 |
| Dec 31, 2023 | -284,178.00 |
| Sep 30, 2023 | 28,274.00 |
| Jun 30, 2023 | -51,258.00 |
| Mar 31, 2023 | 64,830.00 |
| Dec 31, 2022 | -63,195.00 |
| Sep 30, 2022 | 11,925.00 |
| Jun 30, 2022 | 24,992.00 |
| Mar 31, 2022 | -105,934.00 |
| Dec 31, 2021 | 275.00 |
| Sep 30, 2021 | -4,688.00 |
API Access
First Citizens Bancshares Inc /De/ EBITDA Margin (QoQ) 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=ebitda-margin-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-margin-qoq", "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=ebitda-margin-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();