Prudential (PUK) Accounts Payables (2016 - 2022)
Prudential's (PUK) quarterly Accounts Payables came in at $3.0 billion in Q4 2022, up 167.86% year-over-year from $1.1 billion in Q4 2021, and up 167.86% quarter-over-quarter from $1.1 billion in Q4 2021.
Prudential (PUK) Accounts Payables (2016 - 2022) Analysis & Trends
Prudential has disclosed Accounts Payables across 7 years of filings, most recently posting $3.0 billion for Q4 2022.
- In Q4 2022, Accounts Payables rose 167.86% year-over-year to $3.0 billion; the TTM figure through Dec 2022 stood at $3.0 billion (up 167.86% YoY), while the FY2022 annual figure was $3.0 billion, up 167.86% from the prior year.
- Accounts Payables came in at $3.0 billion for Q4 2022 at Prudential, up from $1.1 billion in the prior quarter.
- In the past five years, Accounts Payables ranged from a high of $3.0 billion in Q4 2018 to a low of $1.1 billion in Q4 2021.
- Average Accounts Payables over 5 years is $2.3 billion, with a median of $2.8 billion recorded in 2019.
- Year-over-year, Accounts Payables plunged 54.65% in 2020 and jumped 167.86% in 2022.
- Over 5 years, Accounts Payables stood at $3.0 billion in 2018, then slipped by 6.89% to $2.8 billion in 2019, then tumbled by 54.65% to $1.3 billion in 2020, then retreated by 12.77% to $1.1 billion in 2021, then soared by 167.86% to $3.0 billion in 2022.
- Per Business Quant data, the three most recent Accounts Payables figures were $3.0 billion in Q4 2022, $1.1 billion in Q4 2021, and $1.3 billion in Q4 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Accounts Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 4.10 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 10.82 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -22.89 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 1,492.61 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -14.00 Mn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -6.43 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | -955.00 Mn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 1.15 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 22.45 Bn |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 3.00 Bn |
| Dec 31, 2021 | 1.12 Bn |
| Dec 31, 2020 | 1.28 Bn |
| Dec 31, 2019 | 2.83 Bn |
| Dec 31, 2018 | 3.04 Bn |
| Dec 31, 2017 | 3.05 Bn |
| Dec 31, 2016 | 3.13 Bn |
Prudential Accounts Payables 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=accounts-payables&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-payables", "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=accounts-payables&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();