Ponce Financial (PDLB) Income from Non-Controlling Interests (2021 - 2023)
Ponce Financial's (PDLB) quarterly Income from Non-Controlling Interests came in at -$265000.0 in Q4 2023, up 2.57% year-over-year from -$258351.3 in Q4 2022, and down 142.74% quarter-over-quarter from $620000.0 in Q3 2023.
Ponce Financial (PDLB) Income from Non-Controlling Interests (2021 - 2023) Analysis & Trends
Ponce Financial has disclosed Income from Non-Controlling Interests across 3 years of filings, most recently posting -$265000.0 for Q4 2023.
- In Q4 2023, Income from Non-Controlling Interests rose 2.57% year-over-year to -$265000.0; the TTM figure through Dec 2023 stood at -$111000.0 (down 133.04% YoY), while the FY2025 annual figure was -$141000.0, down 200.0% from the prior year.
- Income from Non-Controlling Interests came in at -$265000.0 for Q4 2023 at Ponce Financial, down from $620000.0 in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $2.2 million in Q3 2022 to a low of -$820000.0 in Q2 2022.
- Average Income from Non-Controlling Interests over 3 years is $27083.3, with a median of -$129500.0 recorded in 2021.
- The largest YoY upside for Income from Non-Controlling Interests was 367.93% in 2022 against a maximum downside of 13266.67% in 2022.
- Over 3 years, Income from Non-Controlling Interests stood at -$411000.0 in 2021, then jumped by 33.82% to -$272000.0 in 2022, then gained by 2.57% to -$265000.0 in 2023.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$265000.0 in Q4 2023, $620000.0 in Q3 2023, and -$485000.0 in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | 4.85 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 | - | 4.00 Mn |
| 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 |
|---|---|
| Dec 31, 2023 | -265,000.00 |
| Sep 30, 2023 | 620,000.00 |
| Jun 30, 2023 | -485,000.00 |
| Mar 31, 2023 | 19,000.00 |
| Dec 31, 2022 | -272,000.00 |
| Sep 30, 2022 | 2.22 Mn |
| Jun 30, 2022 | -820,000.00 |
| Mar 31, 2022 | -790,000.00 |
| Dec 31, 2021 | -411,000.00 |
| Sep 30, 2021 | 474,000.00 |
| Jun 30, 2021 | 31,000.00 |
| Mar 31, 2021 | 6,000.00 |
Ponce Financial Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=PDLB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=PDLB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();