Hp (HPQ) Price to Book (2009 - 2026)
Hp's (HPQ) quarterly Price to Book came in at 267.56 in Q3 2026, down 935.22% year-over-year from 32.03 in Q3 2025, and down 102.08% quarter-over-quarter from 132.4 in Q2 2026.
Hp (HPQ) Price to Book (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Price to Book for 18 consecutive years, with 267.56 the latest figure, recorded in Q3 2026.
- On a quarterly basis, Price to Book fell 935.22% year-over-year to 267.56 in Q3 2026; TTM through Jul 2026 was 267.56, a 935.22% decrease from a year earlier, with the FY2025 full-year figure at 73.65, down 192.16% from the prior year.
- Price to Book was 267.56 for Q3 2026 at Hp, down from 132.4 in the prior quarter.
- Over five years, Price to Book peaked at 7.5 in Q1 2023 and troughed at 267.56 in Q3 2026.
- A 5-year average of 41.28 and a median of 23.27 in 2026 frame the typical range for Price to Book.
- Across the five-year window, Price to Book jumped 55.58% in 2022 and slumped 935.22% in 2026, its largest moves.
- Over 5 years, Price to Book stood at 8.95 in 2022, then tumbled by 172.24% to 24.36 in 2023, then decreased by 3.49% to 25.21 in 2024, then tumbled by 192.16% to 73.65 in 2025, then tumbled by 263.27% to 267.56 in 2026.
- The last three Price to Book figures came in at 267.56 (Q3 2026), 132.4 (Q2 2026), and 23.27 (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -267.56 |
| Apr 30, 2026 | -132.40 |
| Jan 31, 2026 | -23.27 |
| Oct 31, 2025 | -73.65 |
| Jul 31, 2025 | -25.85 |
| Apr 30, 2025 | -18.88 |
| Jan 31, 2025 | -28.65 |
| Oct 31, 2024 | -25.21 |
| Jul 31, 2024 | -24.97 |
| Apr 30, 2024 | -29.99 |
| Jan 31, 2024 | -17.16 |
| Oct 31, 2023 | -24.36 |
| Jul 31, 2023 | -14.45 |
| Apr 30, 2023 | -11.30 |
| Jan 31, 2023 | -7.50 |
| Oct 31, 2022 | -8.95 |
| Jul 31, 2022 | -14.14 |
| Apr 30, 2022 | -19.31 |
| Jan 31, 2022 | -16.72 |
| Oct 31, 2021 | -20.15 |
Hp Price to Book 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=price-to-book&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "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=price-to-book&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();