Hp (HPQ) Retained Earnings (2009 - 2026)
Hp's (HPQ) quarterly Retained Earnings came in at -$2.1 billion in Q3 2026, up 10.3% year-over-year from -$1.9 billion in Q3 2025, and down 8.01% quarter-over-quarter from -$2.0 billion in Q2 2026.
Hp (HPQ) Retained Earnings (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Retained Earnings for 18 consecutive years, with -$2.1 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Retained Earnings rose 10.3% year-over-year to -$2.1 billion in Q3 2026; TTM through Jul 2026 was -$2.1 billion, a 10.3% increase from a year earlier, with the FY2025 full-year figure at -$2.0 billion, up 24.25% from the prior year.
- Retained Earnings was -$2.1 billion for Q3 2026 at Hp, down from -$2.0 billion in the prior quarter.
- Over five years, Retained Earnings peaked at -$2.0 billion in Q2 2026 and troughed at -$4.5 billion in Q1 2023.
- A 5-year average of -$2.9 billion and a median of -$2.7 billion in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings tumbled 81.86% in 2022 and surged 47.44% in 2023, its largest moves.
- Over 5 years, Retained Earnings stood at -$4.5 billion in 2022, then surged by 47.44% to -$2.4 billion in 2023, then dropped by 13.34% to -$2.7 billion in 2024, then gained by 24.25% to -$2.0 billion in 2025, then dropped by 4.44% to -$2.1 billion in 2026.
- The last three Retained Earnings figures came in at -$2.1 billion (Q3 2026), -$2.0 billion (Q2 2026), and -$2.3 billion (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | -2.12 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -2.12 Bn |
| Apr 30, 2026 | -1.96 Bn |
| Jan 31, 2026 | -2.33 Bn |
| Oct 31, 2025 | -2.03 Bn |
| Jul 31, 2025 | -2.36 Bn |
| Apr 30, 2025 | -2.44 Bn |
| Jan 31, 2025 | -2.75 Bn |
| Oct 31, 2024 | -2.68 Bn |
| Jul 31, 2024 | -2.73 Bn |
| Apr 30, 2024 | -2.26 Bn |
| Jan 31, 2024 | -2.77 Bn |
| Oct 31, 2023 | -2.36 Bn |
| Jul 31, 2023 | -3.34 Bn |
| Apr 30, 2023 | -3.47 Bn |
| Jan 31, 2023 | -4.54 Bn |
| Oct 31, 2022 | -4.49 Bn |
| Jul 31, 2022 | -3.70 Bn |
| Apr 30, 2022 | -3.34 Bn |
| Jan 31, 2022 | -3.37 Bn |
| Oct 31, 2021 | -2.47 Bn |
Hp Retained Earnings 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=retained-earnings&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();