Hp (HPQ) Common Equity (2009 - 2026)
Hp's (HPQ) quarterly Common Equity came in at -$92.0 million in Q3 2026, up 89.79% year-over-year from -$48.5 million in Q3 2025, and up 36.11% quarter-over-quarter from -$144.0 million in Q2 2026.
Hp (HPQ) Common Equity (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Common Equity for 18 consecutive years, with -$92.0 million the latest figure, recorded in Q3 2026.
- On a quarterly basis, Common Equity rose 89.79% year-over-year to -$92.0 million in Q3 2026; TTM through Jul 2026 was -$92.0 million, a 89.79% increase from a year earlier, with the FY2025 full-year figure at -$346.0 million, up 73.85% from the prior year.
- Common Equity was -$92.0 million for Q3 2026 at Hp, up from -$144.0 million in the prior quarter.
- Over five years, Common Equity peaked at -$92.0 million in Q3 2026 and troughed at -$3.8 billion in Q1 2023.
- A 5-year average of -$1.5 billion and a median of -$1.3 billion in 2024 frame the typical range for Common Equity.
- Across the five-year window, Common Equity sank 84.0% in 2022 and soared 89.79% in 2026, its largest moves.
- Over 5 years, Common Equity stood at -$3.0 billion in 2022, then soared by 64.66% to -$1.1 billion in 2023, then dropped by 23.76% to -$1.3 billion in 2024, then soared by 73.85% to -$346.0 million in 2025, then surged by 73.41% to -$92.0 million in 2026.
- The last three Common Equity figures came in at -$92.0 million (Q3 2026), -$144.0 million (Q2 2026), and -$766.0 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | -92.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -92.00 Mn |
| Apr 30, 2026 | -144.00 Mn |
| Jan 31, 2026 | -766.00 Mn |
| Oct 31, 2025 | -346.00 Mn |
| Jul 31, 2025 | -901.00 Mn |
| Apr 30, 2025 | -1.28 Bn |
| Jan 31, 2025 | -1.07 Bn |
| Oct 31, 2024 | -1.32 Bn |
| Jul 31, 2024 | -1.39 Bn |
| Apr 30, 2024 | -916.00 Mn |
| Jan 31, 2024 | -1.64 Bn |
| Oct 31, 2023 | -1.07 Bn |
| Jul 31, 2023 | -2.25 Bn |
| Apr 30, 2023 | -2.59 Bn |
| Jan 31, 2023 | -3.83 Bn |
| Oct 31, 2022 | -3.03 Bn |
| Jul 31, 2022 | -2.38 Bn |
| Apr 30, 2022 | -1.96 Bn |
| Jan 31, 2022 | -2.33 Bn |
| Oct 31, 2021 | -1.64 Bn |
Hp Common Equity 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=common-equity&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();