Qnb (QNBC) Short-Term Debt issuances (2010 - 2026)
Qnb's (QNBC) quarterly Short-Term Debt issuances came in at -$11.4 million in Q2 2026, down 147.08% on a YoY basis from $24.2 million in Q2 2025, and down 283.37% quarter-over-quarter from $6.2 million in Q1 2026.
Qnb (QNBC) Short-Term Debt issuances (2010 - 2026) Analysis & Trends
Qnb (QNBC) has reported Short-Term Debt issuances for 17 consecutive years, with -$11.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Short-Term Debt issuances fell 147.08% year-over-year to -$11.4 million; the trailing twelve-month figure through Jun 2026 stood at $8.0 million (down 56.71% YoY), and the FY2025 full-year result was $26.8 million, up 166.48% from the prior year.
- Short-Term Debt issuances eased to -$11.4 million in Q2 2026 per QNBC's latest filing, from $6.2 million in the prior quarter.
- Across five years, Short-Term Debt issuances topped out at $68.4 million in Q4 2022 and bottomed at -$51.1 million in Q1 2023.
- Historically, Short-Term Debt issuances has averaged $386222.2 across 5 years, with a median of -$755500.0 in 2022.
- The sharpest annual moves came in 2022 and 2023: Short-Term Debt issuances jumped 2419.69% in 2022, then tumbled 1862.02% in 2023.
- Over 5 years, Short-Term Debt issuances stood at $68.4 million in 2022, then sank by 103.81% to -$2.6 million in 2023, then soared by 1285.36% to $30.9 million in 2024, then climbed by 3.14% to $31.9 million in 2025, then slumped by 135.67% to -$11.4 million in 2026.
- According to Business Quant data, Short-Term Debt issuances over the past three periods registered -$11.4 million, $6.2 million, and $31.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | - | -3.24 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -200.00 Mn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | -18.00 Mn |
| 10 | Qnb | 226.71 Mn | -369.88 Mn | - | -11.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -11.38 Mn |
| Mar 31, 2026 | 6.21 Mn |
| Dec 31, 2025 | 31.90 Mn |
| Sep 30, 2025 | -18.76 Mn |
| Jun 30, 2025 | 24.17 Mn |
| Mar 31, 2025 | -10.55 Mn |
| Dec 31, 2024 | 30.93 Mn |
| Sep 30, 2024 | -26.15 Mn |
| Jun 30, 2024 | -6.02 Mn |
| Mar 31, 2024 | -39.01 Mn |
| Dec 31, 2023 | -2.61 Mn |
| Sep 30, 2023 | 5.86 Mn |
| Jun 30, 2023 | -19.35 Mn |
| Mar 31, 2023 | -51.14 Mn |
| Dec 31, 2022 | 68.43 Mn |
| Sep 30, 2022 | 15.06 Mn |
| Jun 30, 2022 | 1.10 Mn |
| Mar 31, 2022 | 8.26 Mn |
| Dec 31, 2021 | -2.95 Mn |
| Sep 30, 2021 | -3.60 Mn |
Qnb Short-Term Debt issuances 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=short-term-debt-issuances&ticker=QNBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=QNBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();