Ponce Financial (PDLB) Other Working Capital Changes (2022 - 2026)
Ponce Financial's (PDLB) quarterly Other Working Capital Changes came in at -$696000.0 in Q2 2026, down 11.36% year-over-year from -$785198.6 in Q2 2025, and down 1.75% quarter-over-quarter from -$684000.0 in Q1 2026.
Ponce Financial (PDLB) Other Working Capital Changes (2022 - 2026) Analysis & Trends
Ponce Financial has disclosed Other Working Capital Changes across 5 years of filings, most recently posting -$696000.0 for Q2 2026.
- In Q2 2026, Other Working Capital Changes fell 11.36% year-over-year to -$696000.0; the TTM figure through Jun 2026 stood at -$2.7 million (down 1.65% YoY), while the FY2025 annual figure was -$2.7 million, down 4.87% from the prior year.
- Other Working Capital Changes came in at -$696000.0 for Q2 2026 at Ponce Financial, down from -$684000.0 in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of -$198000.0 in Q1 2024 to a low of -$2.1 million in Q4 2022.
- Average Other Working Capital Changes over 5 years is -$747000.0, with a median of -$675000.0 recorded in 2025.
- Year-over-year, Other Working Capital Changes surged 63.94% in 2023 and plunged 268.69% in 2025.
- Over 5 years, Other Working Capital Changes stood at -$2.1 million in 2022, then surged by 63.94% to -$775000.0 in 2023, then grew by 13.81% to -$668000.0 in 2024, then fell by 1.05% to -$675000.0 in 2025, then dropped by 3.11% to -$696000.0 in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$696000.0 in Q2 2026, -$684000.0 in Q1 2026, and -$675000.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn |
| 10 | Ponce Financial | 491.26 Mn | 351.25 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -696,000.00 |
| Jun 30, 2026 | -696,000.00 |
| Mar 31, 2026 | -684,000.00 |
| Mar 31, 2026 | -684,000.00 |
| Dec 31, 2025 | -675,000.00 |
| Dec 31, 2025 | -675,000.00 |
| Sep 30, 2025 | -660,000.00 |
| Sep 30, 2025 | -660,000.00 |
| Jun 30, 2025 | -625,000.00 |
| Jun 30, 2025 | -625,000.00 |
| Mar 31, 2025 | -730,000.00 |
| Mar 31, 2025 | -730,000.00 |
| Dec 31, 2024 | -668,000.00 |
| Dec 31, 2024 | -668,000.00 |
| Sep 30, 2024 | -648,000.00 |
| Sep 30, 2024 | -648,000.00 |
| Jun 30, 2024 | -1.05 Mn |
| Jun 30, 2024 | -1.05 Mn |
| Mar 31, 2024 | -198,000.00 |
| Mar 31, 2024 | -198,000.00 |
Ponce Financial Other Working Capital Changes 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=other-working-capital-changes&ticker=PDLB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=PDLB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();