Qnb (QNBC) Cash from Investing Activities (2010 - 2026)
Qnb's (QNBC) quarterly Cash from Investing Activities came in at $24.1 million in Q2 2026, up 2579.32% on a YoY basis from $899444.3 in Q2 2025, and up 387.37% quarter-over-quarter from -$8.4 million in Q1 2026.
Qnb (QNBC) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Qnb (QNBC) has reported Cash from Investing Activities for 17 consecutive years, with $24.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 2579.32% year-over-year to $24.1 million; the trailing twelve-month figure through Jun 2026 stood at -$14.1 million (up 89.05% YoY), and the FY2025 full-year result was -$23.4 million, up 86.51% from the prior year.
- Cash from Investing Activities improved to $24.1 million in Q2 2026 per QNBC's latest filing, from -$8.4 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $50.2 million in Q1 2023 and bottomed at -$92.1 million in Q4 2024.
- Historically, Cash from Investing Activities has averaged -$12.8 million across 5 years, with a median of -$14.0 million in 2022.
- The sharpest annual moves came in 2024 and 2026: Cash from Investing Activities slumped 38616.81% in 2024, then jumped 2579.32% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$14.4 million in 2022, then soared by 98.35% to -$238000.0 in 2023, then plunged by 38616.81% to -$92.1 million in 2024, then soared by 82.5% to -$16.1 million in 2025, then soared by 249.4% to $24.1 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $24.1 million, -$8.4 million, and -$16.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | -2.87 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | -3.83 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | -1.66 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | -5.46 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -1.38 Bn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | -2.01 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | -752.00 Mn |
| 10 | Qnb | 226.71 Mn | -369.88 Mn | - | 24.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 24.10 Mn |
| Mar 31, 2026 | -8.39 Mn |
| Dec 31, 2025 | -16.13 Mn |
| Sep 30, 2025 | -13.66 Mn |
| Jun 30, 2025 | -972,000.00 |
| Mar 31, 2025 | 7.38 Mn |
| Dec 31, 2024 | -92.15 Mn |
| Sep 30, 2024 | -42.87 Mn |
| Jun 30, 2024 | -17.68 Mn |
| Mar 31, 2024 | -20.63 Mn |
| Dec 31, 2023 | -238,000.00 |
| Sep 30, 2023 | -19.45 Mn |
| Jun 30, 2023 | -7.50 Mn |
| Mar 31, 2023 | 50.23 Mn |
| Dec 31, 2022 | -14.44 Mn |
| Sep 30, 2022 | -27.76 Mn |
| Jun 30, 2022 | -17.82 Mn |
| Mar 31, 2022 | -11.63 Mn |
| Dec 31, 2021 | -35.89 Mn |
| Sep 30, 2021 | -123.71 Mn |
Qnb Cash from Investing 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-investing-activities&ticker=QNBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=QNBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();