Prudential (PUK) Amortization - Intangibles (2018 - 2021)
Prudential's (PUK) quarterly Amortization - Intangibles came in at -$343.0 million in Q4 2021, down 11.36% year-over-year from -$387.0 million in Q4 2020, and down 11.36% quarter-over-quarter from -$308.0 million in Q4 2020.
Prudential (PUK) Amortization - Intangibles (2018 - 2021) Analysis & Trends
Prudential has disclosed Amortization - Intangibles across 4 years of filings, most recently posting -$343.0 million for Q4 2021.
- In Q4 2021, Amortization - Intangibles fell 11.36% year-over-year to -$343.0 million; the TTM figure through Dec 2021 stood at -$2.2 billion (changed N/A YoY), while the FY2023 annual figure was $343.0 million, up 172.21% from the prior year.
- Amortization - Intangibles came in at -$343.0 million for Q4 2021 at Prudential, down from -$308.0 million in the prior quarter.
- In the past five years, Amortization - Intangibles ranged from a high of -$257.0 million in Q4 2019 to a low of -$1.3 billion in Q4 2018.
- Average Amortization - Intangibles over 4 years is -$542.0 million, with a median of -$325.5 million recorded in 2020.
- Year-over-year, Amortization - Intangibles jumped 79.6% in 2019 and slipped 19.84% in 2020.
- Over 4 years, Amortization - Intangibles stood at -$1.3 billion in 2018, then jumped by 79.6% to -$257.0 million in 2019, then retreated by 19.84% to -$308.0 million in 2020, then retreated by 11.36% to -$343.0 million in 2021.
- Per Business Quant data, the three most recent Amortization - Intangibles figures were -$343.0 million in Q4 2021, -$308.0 million in Q4 2020, and -$257.0 million in Q4 2019.
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, 2021 | -343.00 Mn |
| Dec 31, 2020 | -308.00 Mn |
| Dec 31, 2019 | -257.00 Mn |
| Dec 31, 2018 | -1.26 Bn |
Prudential Amortization - Intangibles 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=amortization-intangibles&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-intangibles", "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=amortization-intangibles&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();