Prudential (PUK) Total Non-Current Liabilities (2009 - 2024)
Prudential's (PUK) quarterly Total Non-Current Liabilities came in at $163.2 billion in Q4 2024, up 22.52% quarter-over-quarter from $133.2 billion in Q2 2022.
Prudential (PUK) Total Non-Current Liabilities (2009 - 2024) Analysis & Trends
Prudential has disclosed Total Non-Current Liabilities across 15 years of filings, most recently posting $163.2 billion for Q4 2024.
- In Q4 2024, Total Non-Current Liabilities changed N/A year-over-year to $163.2 billion; the TTM figure through Dec 2024 stood at $163.2 billion (changed N/A YoY), while the FY2024 annual figure was $163.2 billion, changed N/A from the prior year.
- Total Non-Current Liabilities came in at $163.2 billion for Q4 2024 at Prudential, up from $133.2 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $406.2 billion in Q2 2020 to a low of -$6.4 billion in Q4 2020.
- Average Total Non-Current Liabilities over 4 years is $187.5 billion, with a median of $161.6 billion recorded in 2021.
- Year-over-year, Total Non-Current Liabilities surged 2605.55% in 2021 and sank 50.49% in 2022.
- Over 4 years, Total Non-Current Liabilities stood at -$6.4 billion in 2020, then surged by 2605.55% to $159.9 billion in 2021, then declined by 16.7% to $133.2 billion in 2022, then climbed by 22.52% to $163.2 billion in 2024.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $163.2 billion in Q4 2024, $133.2 billion in Q2 2022, and $159.9 billion in Q4 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 7.79 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 102.53 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -967.00 Mn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 2,609.73 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -5.06 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -23.16 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | -46.26 Bn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 5.63 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 34.56 Bn |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 163.22 Bn |
| Jun 30, 2022 | 133.22 Bn |
| Dec 31, 2021 | 159.93 Bn |
| Jun 30, 2021 | 269.09 Bn |
| Dec 31, 2020 | -6.38 Bn |
| Jun 30, 2020 | 406.18 Bn |
| Dec 31, 2019 | -4.99 Bn |
| Jun 30, 2019 | 240.15 Bn |
| Dec 31, 2018 | -37.82 Bn |
| Dec 31, 2017 | -31.46 Bn |
| Dec 31, 2016 | -25.69 Bn |
| Jun 30, 2016 | 602.10 Bn |
| Dec 31, 2015 | 560.62 Bn |
| Jun 30, 2015 | 553.24 Bn |
| Dec 31, 2014 | 559.75 Bn |
| Jun 30, 2014 | 546.34 Bn |
| Dec 31, 2013 | 506.03 Bn |
| Jun 30, 2013 | 480.01 Bn |
| Dec 31, 2012 | 54.06 Bn |
| Jun 30, 2012 | 51.40 Bn |
Prudential Total 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=total-non-current-liabilities&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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=total-non-current-liabilities&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();