First Citizens Bancshares Inc /De/ (FCNCN) Net Margin (QoQ) (2009 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) Net Margin (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 13,915.00 |
| Mar 31, 2026 | -15,866.00 |
| Dec 31, 2025 | 5,751.00 |
| Sep 30, 2025 | 1,382.00 |
| Jun 30, 2025 | 10,395.00 |
| Mar 31, 2025 | -29,826.00 |
| Dec 31, 2024 | 7,601.00 |
| Sep 30, 2024 | -16,548.00 |
| Jun 30, 2024 | -11,673.00 |
| Mar 31, 2024 | -44,977.00 |
| Dec 31, 2023 | 62,531.00 |
| Sep 30, 2023 | 8,517.00 |
| Jun 30, 2023 | -1.93 Mn |
| Mar 31, 2023 | 1.94 Mn |
| Dec 31, 2022 | 7,098.00 |
| Sep 30, 2022 | 9,578.00 |
| Jun 30, 2022 | -9,009.00 |
| Mar 31, 2022 | 37,273.00 |
| Dec 31, 2021 | -1,127.00 |
| Sep 30, 2021 | -9,062.00 |
API Access
First Citizens Bancshares Inc /De/ Net 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=net-margin-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin-qoq&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();