Qnb (QNBC) Enterprise Value (2010 - 2026)
Qnb's (QNBC) quarterly Enterprise Value came in at -$378.3 million in Q2 2026, down 176.63% on a YoY basis from $493.7 million in Q2 2025, and down 242.27% quarter-over-quarter from -$110.5 million in Q1 2026.
Qnb (QNBC) Enterprise Value (2010 - 2026) Analysis & Trends
Qnb (QNBC) has reported Enterprise Value for 17 consecutive years, with -$378.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value fell 176.63% year-over-year to -$378.3 million; the trailing twelve-month figure through Jun 2026 stood at -$378.3 million (down 176.63% YoY), and the FY2025 full-year result was $80.5 million, up 7.73% from the prior year.
- Enterprise Value declined to -$378.3 million in Q2 2026 per QNBC's latest filing, from -$110.5 million in the prior quarter.
- Across five years, Enterprise Value topped out at $105.5 million in Q1 2022 and bottomed at -$378.3 million in Q2 2026.
- Historically, Enterprise Value has averaged -$23.9 million across 5 years, with a median of $28.2 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Enterprise Value soared 11945.24% in 2022, then tumbled 15546.07% in 2025.
- Over 5 years, Enterprise Value stood at $66.5 million in 2022, then plunged by 60.34% to $26.4 million in 2023, then jumped by 183.07% to $74.7 million in 2024, then advanced by 7.73% to $80.5 million in 2025, then plunged by 570.27% to -$378.3 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered -$378.3 million, -$110.5 million, and $80.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn |
| 10 | Qnb | 226.71 Mn | -369.88 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -378.34 Mn |
| Mar 31, 2026 | -110.54 Mn |
| Dec 31, 2025 | 80.45 Mn |
| Sep 30, 2025 | -135.07 Mn |
| Jun 30, 2025 | -136.77 Mn |
| Mar 31, 2025 | -140.78 Mn |
| Dec 31, 2024 | 74.68 Mn |
| Sep 30, 2024 | -176.64 Mn |
| Jun 30, 2024 | 885,443.99 |
| Mar 31, 2024 | 30.10 Mn |
| Dec 31, 2023 | 26.38 Mn |
| Sep 30, 2023 | 19.17 Mn |
| Jun 30, 2023 | 41.27 Mn |
| Mar 31, 2023 | 64.00 Mn |
| Dec 31, 2022 | 66.52 Mn |
| Sep 30, 2022 | 68.87 Mn |
| Jun 30, 2022 | 69.41 Mn |
| Mar 31, 2022 | 105.51 Mn |
| Dec 31, 2021 | 102.13 Mn |
| Sep 30, 2021 | 92.94 Mn |
Qnb Enterprise Value 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=enterprise-value&ticker=QNBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=QNBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();