Qnb (QNBC) EPS (Diluted) (2011 - 2026)
Analysis
Qnb (QNBC) EPS (Diluted) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | 0.00 |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 1.23 |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | 0.83 |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 5.32 |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 0.33 |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 1.30 |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | 0.64 |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 0.44 |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 55.48 |
| 10 | Qnb | 226.71 Mn | -369.88 Mn | - | 0.60 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.60 |
| Mar 31, 2026 | 0.73 |
| Dec 31, 2025 | 1.07 |
| Sep 30, 2025 | 0.98 |
| Jun 30, 2025 | 1.04 |
| Mar 31, 2025 | 0.69 |
| Dec 31, 2024 | 0.83 |
| Sep 30, 2024 | 0.91 |
| Jun 30, 2024 | 0.67 |
| Mar 31, 2024 | 0.71 |
| Dec 31, 2023 | 0.31 |
| Sep 30, 2023 | 0.65 |
| Jun 30, 2023 | 0.52 |
| Mar 31, 2023 | 1.15 |
| Dec 31, 2022 | 1.53 |
| Sep 30, 2022 | 0.96 |
| Jun 30, 2022 | 0.94 |
| Mar 31, 2022 | 1.04 |
| Dec 31, 2021 | 1.17 |
| Sep 30, 2021 | 0.96 |
API Access
Qnb 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=QNBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "ticker": "QNBC", "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=QNBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();