First Citizens Bancshares Inc /De/ (FCNCN) EBT Margin (QoQ) (2009 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) EBT Margin (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 19,691.00 |
| Mar 31, 2026 | -26,004.00 |
| Dec 31, 2025 | 14,629.00 |
| Sep 30, 2025 | 2,234.00 |
| Jun 30, 2025 | 11,219.00 |
| Mar 31, 2025 | -9,599.00 |
| Dec 31, 2024 | -22,063.00 |
| Sep 30, 2024 | -25,098.00 |
| Jun 30, 2024 | -14,773.00 |
| Mar 31, 2024 | -67,497.00 |
| Dec 31, 2023 | 97,244.00 |
| Sep 30, 2023 | 12,423.00 |
| Jun 30, 2023 | -1.89 Mn |
| Mar 31, 2023 | 1.88 Mn |
| Dec 31, 2022 | 31,154.00 |
| Sep 30, 2022 | 8,431.00 |
| Jun 30, 2022 | 28,581.00 |
| Mar 31, 2022 | 16,136.00 |
| Dec 31, 2021 | -3,011.00 |
| Sep 30, 2021 | -12,812.00 |
API Access
First Citizens Bancshares Inc /De/ EBT 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=ebt-margin-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();