Parke Bancorp (PKBK) Long-Term Debt Issuances (2011 - 2023)
Parke Bancorp's (PKBK) quarterly Long-Term Debt Issuances came in at $75.0 million in Q4 2023, up 183.31% quarter-over-quarter from -$90.0 million in Q1 2021.
Parke Bancorp (PKBK) Long-Term Debt Issuances (2011 - 2023) Analysis & Trends
Parke Bancorp has disclosed Long-Term Debt Issuances across 11 years of filings, most recently posting $75.0 million for Q4 2023.
- In Q4 2023, Long-Term Debt Issuances changed N/A year-over-year to $75.0 million; the TTM figure through Dec 2023 stood at $75.0 million (changed N/A YoY), while the FY2023 annual figure was $95.0 million, changed N/A from the prior year.
- Long-Term Debt Issuances came in at $75.0 million for Q4 2023 at Parke Bancorp, up from -$90.0 million in the prior quarter.
- In the past five years, Long-Term Debt Issuances ranged from a high of $93.8 million in Q3 2020 to a low of -$90.0 million in Q1 2021.
- Average Long-Term Debt Issuances over 3 years is $18.8 million, with a median of $35.6 million recorded in 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 27.66 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 2.70 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 1.55 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 7.00 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 1.06 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 747.00 Mn |
| 10 | Parke Bancorp | 399.18 Mn | 194.46 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 75.00 Mn |
| Mar 31, 2021 | -90.03 Mn |
| Dec 31, 2020 | -3.78 Mn |
| Sep 30, 2020 | 93.80 Mn |
| Sep 30, 2018 | -11.23 Mn |
| Jun 30, 2018 | 11.23 Mn |
| Mar 31, 2018 | -10.00 Mn |
| Dec 31, 2017 | 15.00 Mn |
| Jun 30, 2017 | 20.00 Mn |
| Dec 31, 2016 | 10.00 Mn |
| Jun 30, 2016 | -20.00 Mn |
| Mar 31, 2016 | 5.00 Mn |
| Dec 31, 2015 | 4.94 Mn |
| Sep 30, 2015 | 9.95 Mn |
| Jun 30, 2015 | -47,000.00 |
| Mar 31, 2015 | 20.46 Mn |
| Dec 31, 2014 | -1.45 Mn |
| Sep 30, 2014 | 106,000.00 |
| Jun 30, 2014 | -9.13 Mn |
| Mar 31, 2014 | 4.54 Mn |
Parke Bancorp Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=PKBK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=PKBK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();