Ponce Financial (PDLB) Share-based Compensation (2020 - 2026)
Ponce Financial's (PDLB) quarterly Share-based Compensation came in at -$735000.0 in Q2 2026, down 107.26% year-over-year from $10.1 million in Q2 2025, and down 136.17% quarter-over-quarter from $2.0 million in Q1 2026.
Ponce Financial (PDLB) Share-based Compensation (2020 - 2026) Analysis & Trends
Ponce Financial has disclosed Share-based Compensation across 7 years of filings, most recently posting -$735000.0 for Q2 2026.
- In Q2 2026, Share-based Compensation fell 107.26% year-over-year to -$735000.0; the TTM figure through Jun 2026 stood at -$8.0 million (down 214.32% YoY), while the FY2025 annual figure was -$7.6 million, down 248.71% from the prior year.
- Share-based Compensation came in at -$735000.0 for Q2 2026 at Ponce Financial, down from $2.0 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $29.9 million in Q3 2024 to a low of -$24.6 million in Q4 2024.
- Average Share-based Compensation over 5 years is $603222.2, with a median of $1.2 million recorded in 2023.
- The largest YoY upside for Share-based Compensation was 2888.5% in 2024 against a maximum downside of 559.13% in 2024.
- Over 5 years, Share-based Compensation stood at $4.7 million in 2022, then surged by 79.13% to $8.4 million in 2023, then plunged by 391.51% to -$24.6 million in 2024, then surged by 36.24% to -$15.7 million in 2025, then jumped by 95.31% to -$735000.0 in 2026.
- Per Business Quant data, the three most recent Share-based Compensation figures were -$735000.0 in Q2 2026, $2.0 million in Q1 2026, and -$15.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 65.00 Mn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 50.00 Mn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 246.00 Mn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 885.00 Mn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 33.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 80.00 Mn |
| 10 | Ponce Financial | 491.26 Mn | 351.25 Mn | - | -735,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -735,000.00 |
| Mar 31, 2026 | 2.03 Mn |
| Dec 31, 2025 | -15.68 Mn |
| Sep 30, 2025 | 6.43 Mn |
| Jun 30, 2025 | 10.12 Mn |
| Mar 31, 2025 | -8.45 Mn |
| Dec 31, 2024 | -24.60 Mn |
| Sep 30, 2024 | 29.89 Mn |
| Jun 30, 2024 | 356,000.00 |
| Mar 31, 2024 | -3.57 Mn |
| Dec 31, 2023 | 8.44 Mn |
| Sep 30, 2023 | 1.00 Mn |
| Jun 30, 2023 | 1.40 Mn |
| Mar 31, 2023 | 778,000.00 |
| Dec 31, 2022 | 4.71 Mn |
| Sep 30, 2022 | 2.50 Mn |
| Jun 30, 2022 | 2.80 Mn |
| Mar 31, 2022 | -6.55 Mn |
| Dec 31, 2021 | 8.74 Mn |
| Sep 30, 2021 | 318,000.00 |
Ponce Financial Share-based Compensation 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=share-based-compensation&ticker=PDLB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "PDLB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=PDLB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();