Prudential (PUK) Gross Profit (2015 - 2020)
Prudential's (PUK) quarterly Gross Profit came in at -$2.8 billion in Q4 2020, up 29.52% year-over-year from -$2.2 billion in Q1 2020, and up 29.52% quarter-over-quarter from -$4.0 billion in Q4 2019.
Prudential (PUK) Gross Profit (2015 - 2020) Analysis & Trends
Prudential has disclosed Gross Profit across 5 years of filings, most recently posting -$2.8 billion for Q4 2020.
- In Q4 2020, Gross Profit rose 29.52% year-over-year to -$2.8 billion; the TTM figure through Dec 2020 stood at $28.7 billion (down 24.57% YoY), while the FY2024 annual figure was $7.6 billion, up 11.22% from the prior year.
- Gross Profit came in at -$2.8 billion for Q4 2020 at Prudential, up from -$4.0 billion in the prior quarter.
- In the past five years, Gross Profit ranged from a high of $17.8 billion in Q4 2016 to a low of -$4.0 billion in Q4 2019.
- Average Gross Profit over 4 years is $7.2 billion, with a median of $7.4 billion recorded in 2017.
- Year-over-year, Gross Profit soared 172.88% in 2016 and fell 0.56% in 2017.
- Over 4 years, Gross Profit stood at $17.8 billion in 2016, then decreased by 0.56% to $17.7 billion in 2017, then plunged by 122.61% to -$4.0 billion in 2019, then gained by 29.52% to -$2.8 billion in 2020.
- Per Business Quant data, the three most recent Gross Profit figures were -$2.8 billion in Q4 2020, -$4.0 billion in Q4 2019, and $17.7 billion in Q4 2017.
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, 2020 | -2.82 Bn |
| Dec 31, 2019 | -4.00 Bn |
| Dec 31, 2017 | 17.70 Bn |
| Dec 31, 2016 | 17.80 Bn |
| Dec 31, 2015 | 6.52 Bn |
Prudential Gross Profit 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=gross-profit&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();