Parke Bancorp (PKBK) Cash from Investing Activities (2011 - 2026)
Parke Bancorp's (PKBK) quarterly Cash from Investing Activities came in at $4.5 million in Q2 2026, up 108.79% year-over-year from $2.2 million in Q2 2025, and up 154.81% quarter-over-quarter from -$8.2 million in Q1 2026.
Parke Bancorp (PKBK) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Parke Bancorp has disclosed Cash from Investing Activities across 16 years of filings, most recently posting $4.5 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 108.79% year-over-year to $4.5 million; the TTM figure through Jun 2026 stood at -$112.5 million (up 9.98% YoY), while the FY2025 annual figure was -$173.1 million, down 116.15% from the prior year.
- Cash from Investing Activities came in at $4.5 million for Q2 2026 at Parke Bancorp, up from -$8.2 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $13.1 million in Q4 2023 to a low of -$132.2 million in Q3 2022.
- Average Cash from Investing Activities over 5 years is -$30.8 million, with a median of -$23.5 million recorded in 2023.
- Year-over-year, Cash from Investing Activities tumbled 681.94% in 2022 and surged 124.92% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$71.3 million in 2022, then surged by 118.32% to $13.1 million in 2023, then tumbled by 312.55% to -$27.8 million in 2024, then sank by 193.47% to -$81.5 million in 2025, then soared by 105.52% to $4.5 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were $4.5 million in Q2 2026, -$8.2 million in Q1 2026, and -$81.5 million in Q4 2025.
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 | Parke Bancorp | 399.18 Mn | 194.46 Mn | - | 4.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.50 Mn |
| Mar 31, 2026 | -8.21 Mn |
| Dec 31, 2025 | -81.49 Mn |
| Sep 30, 2025 | -27.34 Mn |
| Jun 30, 2025 | -51.16 Mn |
| Mar 31, 2025 | -13.09 Mn |
| Dec 31, 2024 | -27.77 Mn |
| Sep 30, 2024 | -33.01 Mn |
| Jun 30, 2024 | -22.89 Mn |
| Mar 31, 2024 | 3.59 Mn |
| Dec 31, 2023 | 13.06 Mn |
| Sep 30, 2023 | -9.46 Mn |
| Jun 30, 2023 | -24.08 Mn |
| Mar 31, 2023 | -14.41 Mn |
| Dec 31, 2022 | -71.32 Mn |
| Sep 30, 2022 | -132.21 Mn |
| Jun 30, 2022 | -51.02 Mn |
| Mar 31, 2022 | -8.39 Mn |
| Dec 31, 2021 | -9.12 Mn |
| Sep 30, 2021 | 38.11 Mn |
Parke Bancorp 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=PKBK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=PKBK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();