Ponce Financial (PDLB) Change in Cash (2021 - 2026)
Ponce Financial's (PDLB) quarterly Change in Cash came in at $22.8 million in Q2 2026, up 799.57% year-over-year from $2.5 million in Q2 2025, and up 355.55% quarter-over-quarter from -$8.9 million in Q1 2026.
Ponce Financial (PDLB) Change in Cash (2021 - 2026) Analysis & Trends
Ponce Financial has disclosed Change in Cash across 6 years of filings, most recently posting $22.8 million for Q2 2026.
- In Q2 2026, Change in Cash rose 799.57% year-over-year to $22.8 million; the TTM figure through Jun 2026 stood at $13.4 million (down 43.04% YoY), while the FY2025 annual figure was -$13.7 million, down 2208.63% from the prior year.
- Change in Cash came in at $22.8 million for Q2 2026 at Ponce Financial, up from -$8.9 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $205.5 million in Q2 2022 to a low of -$212.3 million in Q3 2022.
- Average Change in Cash over 5 years is -$771333.3, with a median of -$6.3 million recorded in 2022.
- The largest YoY upside for Change in Cash was 955.23% in 2022 against a maximum downside of 6851.05% in 2022.
- Over 5 years, Change in Cash stood at -$8.2 million in 2022, then surged by 371.76% to $22.2 million in 2023, then slumped by 172.02% to -$16.0 million in 2024, then retreated by 27.87% to -$20.4 million in 2025, then soared by 211.45% to $22.8 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $22.8 million in Q2 2026, -$8.9 million in Q1 2026, and -$20.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Ponce Financial | 491.26 Mn | 351.25 Mn | - | 22.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 22.76 Mn |
| Mar 31, 2026 | -8.91 Mn |
| Dec 31, 2025 | -20.43 Mn |
| Sep 30, 2025 | 19.94 Mn |
| Jun 30, 2025 | -3.25 Mn |
| Mar 31, 2025 | -9.95 Mn |
| Dec 31, 2024 | -15.97 Mn |
| Sep 30, 2024 | 52.65 Mn |
| Jun 30, 2024 | -31.56 Mn |
| Mar 31, 2024 | -4.47 Mn |
| Dec 31, 2023 | 22.18 Mn |
| Sep 30, 2023 | -126.78 Mn |
| Jun 30, 2023 | 59.10 Mn |
| Mar 31, 2023 | 130.33 Mn |
| Dec 31, 2022 | -8.16 Mn |
| Sep 30, 2022 | -212.29 Mn |
| Jun 30, 2022 | 205.51 Mn |
| Mar 31, 2022 | -84.60 Mn |
| Dec 31, 2021 | 90.86 Mn |
| Sep 30, 2021 | -3.05 Mn |
Ponce Financial 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=PDLB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=PDLB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();