First Citizens Bancshares Inc /De/ (FCNCN) EPS (Diluted) (2020 - 2026)
Analysis
First Citizens Bancshares Inc /De/ (FCNCN) EPS (Diluted) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 55.48 |
| Mar 31, 2026 | 42.60 |
| Dec 31, 2025 | 43.53 |
| Sep 30, 2025 | 43.12 |
| Jun 30, 2025 | 42.38 |
| Mar 31, 2025 | 34.47 |
| Dec 31, 2024 | 47.76 |
| Sep 30, 2024 | 43.41 |
| Jun 30, 2024 | 47.54 |
| Mar 31, 2024 | 49.26 |
| Dec 31, 2023 | 34.32 |
| Sep 30, 2023 | 50.69 |
| Jun 30, 2023 | 45.88 |
| Mar 31, 2023 | 653.66 |
| Dec 31, 2022 | 15.63 |
| Sep 30, 2022 | 19.27 |
| Jun 30, 2022 | 14.84 |
| Mar 31, 2022 | 16.73 |
| Dec 31, 2021 | 12.12 |
| Sep 30, 2021 | 12.12 |
API Access
First Citizens Bancshares Inc /De/ EPS (Diluted) 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=eps-diluted&ticker=FCNCN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=FCNCN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();