Parke Bancorp (PKBK) Pension (2011 - 2014)
Parke Bancorp's (PKBK) quarterly Pension came in at $3.4 million in Q4 2014, up 4.1% year-over-year from $3.2 million in Q4 2013, and up 4.1% quarter-over-quarter from $3.2 million in Q4 2013.
Parke Bancorp (PKBK) Pension (2011 - 2014) Analysis & Trends
Parke Bancorp has disclosed Pension across 4 years of filings, most recently posting $3.4 million for Q4 2014.
- In Q4 2014, Pension rose 4.1% year-over-year to $3.4 million; the TTM figure through Dec 2014 stood at $3.4 million (up 4.1% YoY), while the FY2014 annual figure was $3.4 million, up 4.1% from the prior year.
- Pension came in at $3.4 million for Q4 2014 at Parke Bancorp, up from $3.2 million in the prior quarter.
- In the past five years, Pension ranged from a high of $3.4 million in Q4 2014 to a low of $3.0 million in Q4 2011.
- Average Pension over 4 years is $3.2 million, with a median of $3.2 million recorded in 2012.
- Year-over-year, Pension grew 4.5% in 2012 and increased 2.58% in 2013.
- Over 4 years, Pension stood at $3.0 million in 2011, then grew by 4.5% to $3.1 million in 2012, then advanced by 2.58% to $3.2 million in 2013, then advanced by 4.1% to $3.4 million in 2014.
- Per Business Quant data, the three most recent Pension figures were $3.4 million in Q4 2014, $3.2 million in Q4 2013, and $3.1 million in Q4 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn |
| 10 | Parke Bancorp | 399.18 Mn | 194.46 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 3.35 Mn |
| Dec 31, 2013 | 3.22 Mn |
| Dec 31, 2012 | 3.14 Mn |
| Dec 31, 2011 | 3.00 Mn |
Parke Bancorp Pension 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=pension&ticker=PKBK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=PKBK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();