Prudential (PUK) Operating Leases (2017 - 2021)
Prudential's (PUK) quarterly Operating Leases came in at $508.9 billion in Q2 2021, up 3.02% quarter-over-quarter from $494.0 billion in Q4 2020.
Prudential (PUK) Operating Leases (2017 - 2021) Analysis & Trends
Prudential has disclosed Operating Leases across 5 years of filings, most recently posting $508.9 billion for Q2 2021.
- In Q2 2021, Operating Leases changed N/A year-over-year to $508.9 billion; the TTM figure through Jun 2021 stood at $508.9 billion (changed N/A YoY), while the FY2020 annual figure was $494.0 billion, up 70.15% from the prior year.
- Operating Leases came in at $508.9 billion for Q2 2021 at Prudential, up from $494.0 billion in the prior quarter.
- In the past five years, Operating Leases ranged from a high of $632.3 billion in Q4 2018 to a low of $259.0 billion in Q2 2017.
- Average Operating Leases over 5 years is $375.3 billion, with a median of $282.8 billion recorded in 2018.
- Year-over-year, Operating Leases jumped 135.0% in 2018 and tumbled 54.08% in 2019.
- Over 5 years, Operating Leases stood at $269.1 billion in 2017, then surged by 135.0% to $632.3 billion in 2018, then plunged by 54.08% to $290.3 billion in 2019, then soared by 70.15% to $494.0 billion in 2020, then climbed by 3.02% to $508.9 billion in 2021.
- Per Business Quant data, the three most recent Operating Leases figures were $508.9 billion in Q2 2021, $494.0 billion in Q4 2020, and $290.3 billion 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 |
|---|---|
| Jun 30, 2021 | 508.90 Bn |
| Dec 31, 2020 | 493.98 Bn |
| Dec 31, 2019 | 290.32 Bn |
| Jun 30, 2019 | 273.79 Bn |
| Dec 31, 2018 | 632.29 Bn |
| Jun 30, 2018 | 275.26 Bn |
| Dec 31, 2017 | 269.06 Bn |
| Jun 30, 2017 | 258.95 Bn |
Prudential Operating Leases 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=operating-leases&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();