Prudential (PUK) Other Accumulated Expenses (2009 - 2022)
Prudential's (PUK) quarterly Other Accumulated Expenses came in at $4.7 billion in Q4 2022, down 50.15% quarter-over-quarter from $9.4 billion in Q4 2018.
Prudential (PUK) Other Accumulated Expenses (2009 - 2022) Analysis & Trends
Prudential has disclosed Other Accumulated Expenses across 10 years of filings, most recently posting $4.7 billion for Q4 2022.
- In Q4 2022, Other Accumulated Expenses changed N/A year-over-year to $4.7 billion; the TTM figure through Dec 2022 stood at $4.7 billion (changed N/A YoY), while the FY2022 annual figure was $4.7 billion, changed N/A from the prior year.
- Other Accumulated Expenses came in at $4.7 billion for Q4 2022 at Prudential, down from $9.4 billion in the prior quarter.
- In the past five years, Other Accumulated Expenses ranged from a high of $9.4 billion in Q4 2018 to a low of $4.7 billion in Q4 2022.
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, 2022 | 4.68 Bn |
| Dec 31, 2018 | 9.38 Bn |
| Jun 30, 2016 | 9.36 Bn |
| Dec 31, 2015 | 7.40 Bn |
| Jun 30, 2015 | 8.44 Bn |
| Dec 31, 2014 | 1.56 Bn |
| Jun 30, 2014 | 8.41 Bn |
| Dec 31, 2013 | 1.58 Bn |
| Jun 30, 2013 | 5.75 Bn |
| Dec 31, 2012 | 1.57 Bn |
| Jun 30, 2012 | 4.68 Bn |
| Dec 31, 2011 | 4.00 Bn |
| Jun 30, 2011 | 4.24 Bn |
| Dec 31, 2010 | 3.67 Bn |
| Jun 30, 2010 | 4.85 Bn |
| Dec 31, 2009 | 2.63 Bn |
| Jun 30, 2009 | 29.42 Mn |
| Mar 31, 2009 | -2.87 |
Prudential Other Accumulated Expenses 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-accumulated-expenses&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-accumulated-expenses", "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-accumulated-expenses&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();