Qnb (QNBC) Change in Cash (2010 - 2026)
Qnb's (QNBC) quarterly Change in Cash came in at $22.7 million in Q2 2026, up 250.72% on a YoY basis from $6.5 million in Q2 2025, and up 260.56% quarter-over-quarter from $6.3 million in Q1 2026.
Qnb (QNBC) Change in Cash (2010 - 2026) Analysis & Trends
Qnb (QNBC) has reported Change in Cash for 17 consecutive years, with $22.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash rose 250.72% year-over-year to $22.7 million; the trailing twelve-month figure through Jun 2026 stood at $12.9 million (up 223.29% YoY), and the FY2025 full-year result was -$416000.0, up 96.52% from the prior year.
- Change in Cash climbed to $22.7 million in Q2 2026 per QNBC's latest filing, from $6.3 million in the prior quarter.
- Across five years, Change in Cash topped out at $30.8 million in Q1 2025 and bottomed at -$53.5 million in Q4 2024.
- Historically, Change in Cash has averaged $3.7 million across 5 years, with a median of $2.0 million in 2022.
- The widest YoY moves for Change in Cash: up 16284.68% in 2023, down 1206.15% in 2023.
- Over 5 years, Change in Cash stood at -$1.3 million in 2022, then soared by 669.83% to $7.5 million in 2023, then tumbled by 812.07% to -$53.5 million in 2024, then surged by 70.04% to -$16.0 million in 2025, then surged by 241.8% to $22.7 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered $22.7 million, $6.3 million, and -$16.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -1.22 Bn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Qnb | 226.71 Mn | -369.88 Mn | - | 22.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 22.74 Mn |
| Mar 31, 2026 | 6.31 Mn |
| Dec 31, 2025 | -16.03 Mn |
| Sep 30, 2025 | -140,000.00 |
| Jun 30, 2025 | -15.09 Mn |
| Mar 31, 2025 | 30.84 Mn |
| Dec 31, 2024 | -53.52 Mn |
| Sep 30, 2024 | 27.32 Mn |
| Jun 30, 2024 | 25.95 Mn |
| Mar 31, 2024 | -11.69 Mn |
| Dec 31, 2023 | 7.52 Mn |
| Sep 30, 2023 | 20.32 Mn |
| Jun 30, 2023 | 20.62 Mn |
| Mar 31, 2023 | -1.70 Mn |
| Dec 31, 2022 | -1.32 Mn |
| Sep 30, 2022 | 124,000.00 |
| Jun 30, 2022 | 3.83 Mn |
| Mar 31, 2022 | -130,000.00 |
| Dec 31, 2021 | -10.77 Mn |
| Sep 30, 2021 | -32.46 Mn |
Qnb Change in Cash 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=change-in-cash&ticker=QNBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=QNBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();