Prudential (PUK) Other Non-Current Liabilities (2009 - 2024)
Prudential's (PUK) quarterly Other Non-Current Liabilities came in at -$19.0 million in Q4 2024, down 100.11% quarter-over-quarter from $17.4 billion in Q2 2022.
Prudential (PUK) Other Non-Current Liabilities (2009 - 2024) Analysis & Trends
Prudential has disclosed Other Non-Current Liabilities across 15 years of filings, most recently posting -$19.0 million for Q4 2024.
- In Q4 2024, Other Non-Current Liabilities changed N/A year-over-year to -$19.0 million; the TTM figure through Dec 2024 stood at -$19.0 million (changed N/A YoY), while the FY2024 annual figure was -$19.0 million, changed N/A from the prior year.
- Other Non-Current Liabilities came in at -$19.0 million for Q4 2024 at Prudential, down from $17.4 billion in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of $239.8 billion in Q2 2021 to a low of -$19.0 million in Q4 2024.
- Average Other Non-Current Liabilities over 4 years is $60.8 billion, with a median of $17.4 billion recorded in 2022.
- Year-over-year, Other Non-Current Liabilities jumped 536.46% in 2021 and tumbled 92.74% in 2022.
- Over 4 years, Other Non-Current Liabilities stood at $37.7 billion in 2020, then tumbled by 75.6% to $9.2 billion in 2021, then surged by 89.28% to $17.4 billion in 2022, then tumbled by 100.11% to -$19.0 million in 2024.
- Per Business Quant data, the three most recent Other Non-Current Liabilities figures were -$19.0 million in Q4 2024, $17.4 billion in Q2 2022, and $9.2 billion in Q4 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -19.00 Mn |
| Jun 30, 2022 | 17.40 Bn |
| Dec 31, 2021 | 9.19 Bn |
| Jun 30, 2021 | 239.81 Bn |
| Jun 30, 2020 | 37.68 Bn |
| Jun 30, 2019 | 33.63 Bn |
| Dec 31, 2018 | 295.79 Bn |
| Dec 31, 2017 | 300.56 Bn |
| Dec 31, 2016 | 261.66 Bn |
| Jun 30, 2016 | 7.87 Bn |
| Dec 31, 2015 | 6.96 Bn |
| Jun 30, 2015 | 6.65 Bn |
| Dec 31, 2014 | 6.50 Bn |
| Jun 30, 2014 | 6.68 Bn |
| Dec 31, 2013 | 6.05 Bn |
| Jun 30, 2013 | 5.62 Bn |
| Dec 31, 2012 | 5.53 Bn |
| Jun 30, 2012 | 2.08 Bn |
| Dec 31, 2011 | 1.96 Bn |
| Jun 30, 2011 | 2.12 Bn |
Prudential Other Non-Current Liabilities 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-non-current-liabilities&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "ticker": "PUK", "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-non-current-liabilities&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();