Parke Bancorp (PKBK) Change in Cash (2011 - 2026)
Parke Bancorp's (PKBK) quarterly Change in Cash came in at $93.8 million in Q2 2026, up 478.7% year-over-year from $16.2 million in Q2 2025, and up 304.07% quarter-over-quarter from -$46.0 million in Q1 2026.
Parke Bancorp (PKBK) Change in Cash (2011 - 2026) Analysis & Trends
Parke Bancorp has disclosed Change in Cash across 16 years of filings, most recently posting $93.8 million for Q2 2026.
- In Q2 2026, Change in Cash rose 478.7% year-over-year to $93.8 million; the TTM figure through Jun 2026 stood at $20.5 million (up 23.49% YoY), while the FY2025 annual figure was -$64.7 million, down 257.14% from the prior year.
- Change in Cash came in at $93.8 million for Q2 2026 at Parke Bancorp, up from -$46.0 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $93.8 million in Q2 2026 to a low of -$199.9 million in Q3 2022.
- Average Change in Cash over 5 years is -$21.8 million, with a median of -$11.0 million recorded in 2022.
- Year-over-year, Change in Cash soared 579.15% in 2023 and slumped 625.68% in 2025.
- Over 5 years, Change in Cash stood at -$11.2 million in 2022, then soared by 579.15% to $53.6 million in 2023, then retreated by 8.5% to $49.1 million in 2024, then slumped by 104.99% to -$2.4 million in 2025, then jumped by 3930.57% to $93.8 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $93.8 million in Q2 2026, -$46.0 million in Q1 2026, and -$2.4 million in Q4 2025.
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 | Parke Bancorp | 399.18 Mn | 194.46 Mn | - | 93.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 93.85 Mn |
| Mar 31, 2026 | -45.99 Mn |
| Dec 31, 2025 | -2.45 Mn |
| Sep 30, 2025 | -24.94 Mn |
| Jun 30, 2025 | -24.78 Mn |
| Mar 31, 2025 | -12.49 Mn |
| Dec 31, 2024 | 49.08 Mn |
| Sep 30, 2024 | 4.77 Mn |
| Jun 30, 2024 | -3.42 Mn |
| Mar 31, 2024 | -9.28 Mn |
| Dec 31, 2023 | 53.64 Mn |
| Sep 30, 2023 | -10.76 Mn |
| Jun 30, 2023 | -8.48 Mn |
| Mar 31, 2023 | -36.18 Mn |
| Dec 31, 2022 | -11.19 Mn |
| Sep 30, 2022 | -199.90 Mn |
| Jun 30, 2022 | -110.59 Mn |
| Mar 31, 2022 | -92.72 Mn |
| Dec 31, 2021 | -27.27 Mn |
| Sep 30, 2021 | 93.03 Mn |
Parke Bancorp 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=PKBK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "PKBK", "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=PKBK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();