Qnb (QNBC) Cash from Financing Activities (2010 - 2026)
Qnb's (QNBC) quarterly Cash from Financing Activities came in at -$8.2 million in Q2 2026, up 58.45% on a YoY basis from -$5.2 million in Q2 2025, and down 149.6% quarter-over-quarter from $16.6 million in Q1 2026.
Qnb (QNBC) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Qnb (QNBC) has reported Cash from Financing Activities for 17 consecutive years, with -$8.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 58.45% year-over-year to -$8.2 million; the trailing twelve-month figure through Jun 2026 stood at $10.1 million (down 90.16% YoY), and the FY2025 full-year result was $6.3 million, down 95.63% from the prior year.
- Cash from Financing Activities slipped to -$8.2 million in Q2 2026 per QNBC's latest filing, from $16.6 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $66.1 million in Q3 2024 and bottomed at -$56.0 million in Q1 2023.
- Historically, Cash from Financing Activities has averaged $12.6 million across 5 years, with a median of $13.0 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Cash from Financing Activities sank 712.56% in 2023, then jumped 1764.69% in 2024.
- Over 5 years, Cash from Financing Activities stood at $9.1 million in 2022, then tumbled by 81.17% to $1.7 million in 2023, then surged by 1764.69% to $32.1 million in 2024, then sank by 125.51% to -$8.2 million in 2025, then dropped by 0.67% to -$8.2 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$8.2 million, $16.6 million, and -$8.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 4.92 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 3.65 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | -3.06 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 5.17 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -206.00 Mn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 2.33 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 148.00 Mn |
| 10 | Qnb | 226.71 Mn | -369.88 Mn | - | -8.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.25 Mn |
| Mar 31, 2026 | 16.63 Mn |
| Dec 31, 2025 | -8.19 Mn |
| Sep 30, 2025 | 9.93 Mn |
| Jun 30, 2025 | -19.85 Mn |
| Mar 31, 2025 | 24.45 Mn |
| Dec 31, 2024 | 32.11 Mn |
| Sep 30, 2024 | 66.14 Mn |
| Jun 30, 2024 | 39.58 Mn |
| Mar 31, 2024 | 7.33 Mn |
| Dec 31, 2023 | 1.72 Mn |
| Sep 30, 2023 | 38.75 Mn |
| Jun 30, 2023 | 24.80 Mn |
| Mar 31, 2023 | -56.01 Mn |
| Dec 31, 2022 | 9.15 Mn |
| Sep 30, 2022 | 22.95 Mn |
| Jun 30, 2022 | 16.08 Mn |
| Mar 31, 2022 | 9.14 Mn |
| Dec 31, 2021 | 13.69 Mn |
| Sep 30, 2021 | 83.06 Mn |
Qnb Cash from Financing Activities 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=cash-from-financing-activities&ticker=QNBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=QNBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();