Prudential (PUK) Change in Cash (2009 - 2025)
Prudential's (PUK) quarterly Change in Cash came in at -$334.0 million in Q4 2025, down 143.38% quarter-over-quarter from $770.0 million in Q2 2025.
Prudential (PUK) Change in Cash (2009 - 2025) Analysis & Trends
Prudential has disclosed Change in Cash across 13 years of filings, most recently posting -$334.0 million for Q4 2025.
- In Q4 2025, Change in Cash changed N/A year-over-year to -$334.0 million; the TTM figure through Dec 2025 stood at $4.7 billion (changed N/A YoY), while the FY2025 annual figure was $1.8 billion, up 65.8% from the prior year.
- Change in Cash came in at -$334.0 million for Q4 2025 at Prudential, down from $770.0 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $7.5 billion in Q4 2021 to a low of -$334.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (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 | -1.43 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -1.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 | -431.95 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Prudential | 33.23 Bn | 27.24 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -334.00 Mn |
| Jun 30, 2025 | 770.00 Mn |
| Dec 31, 2021 | 7.46 Bn |
| Dec 31, 2019 | -3.23 Bn |
| Dec 31, 2018 | 10.87 Bn |
| Dec 31, 2017 | -185.87 Mn |
| Dec 31, 2016 | 70.86 Mn |
| Dec 31, 2015 | 3.23 Bn |
| Dec 31, 2014 | -1.23 Bn |
| Sep 19, 2014 | -1.30 Bn |
| Dec 31, 2013 | 1.97 Bn |
| Sep 16, 2013 | 849.53 Mn |
| Jun 30, 2013 | 1.39 Bn |
| Dec 31, 2012 | -1.24 Bn |
| Oct 22, 2012 | -737.77 Mn |
| Jun 30, 2012 | -737.94 Mn |
| Dec 31, 2011 | 2.98 Bn |
| Sep 30, 2011 | 3.07 Bn |
| Dec 31, 2010 | 1.14 Bn |
| Dec 31, 2009 | 1.45 Bn |
Prudential Change in Cash 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=change-in-cash&ticker=PUK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=PUK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();