Hp (HPQ) Divestments (2012 - 2026)
Hp's (HPQ) quarterly Divestments came in at $26.0 million in Q1 2026, down 60.61% quarter-over-quarter from $66.0 million in Q4 2025.
Hp (HPQ) Divestments (2012 - 2026) Analysis & Trends
Hp (HPQ) has reported Divestments for 5 consecutive years, with $26.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Divestments changed N/A year-over-year to $26.0 million in Q1 2026; TTM through Jul 2026 was $92.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at $66.0 million, changed N/A from the prior year.
- Divestments was $26.0 million for Q1 2026 at Hp, down from $66.0 million in the prior quarter.
- Over five years, Divestments peaked at $66.0 million in Q4 2025 and troughed at $26.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | 26.00 Mn |
| Oct 31, 2025 | 66.00 Mn |
| Oct 31, 2016 | 315.00 Mn |
| Jul 31, 2016 | 99.00 Mn |
| Apr 30, 2016 | 170.00 Mn |
| Jan 31, 2016 | 2.30 Bn |
| Oct 31, 2015 | 90.00 Mn |
| Jul 31, 2012 | 6.00 Mn |
| Jan 31, 2012 | 81.00 Mn |
Hp Divestments 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=divestments&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "ticker": "HPQ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=divestments&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();