Hp (HPQ) Receivables - Other (2009 - 2026)
Hp's (HPQ) quarterly Receivables - Other came in at $2.5 billion in Q3 2026, up 52.44% year-over-year from $1.6 billion in Q3 2025, and up 4.44% quarter-over-quarter from $2.4 billion in Q2 2026.
Hp (HPQ) Receivables - Other (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Receivables - Other for 18 consecutive years, with $2.5 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Receivables - Other rose 52.44% year-over-year to $2.5 billion in Q3 2026; TTM through Jul 2026 was $2.5 billion, a 52.44% increase from a year earlier, with the FY2025 full-year figure at $2.0 billion, down 9.13% from the prior year.
- Receivables - Other was $2.5 billion for Q3 2026 at Hp, up from $2.4 billion in the prior quarter.
- Over five years, Receivables - Other peaked at $2.5 billion in Q3 2026 and troughed at $1.3 billion in Q1 2023.
- A 5-year average of $1.8 billion and a median of $1.8 billion in 2022 frame the typical range for Receivables - Other.
- Across the five-year window, Receivables - Other slumped 47.6% in 2023 and soared 68.3% in 2026, its largest moves.
- Over 5 years, Receivables - Other stood at $1.4 billion in 2022, then declined by 2.03% to $1.3 billion in 2023, then surged by 61.6% to $2.2 billion in 2024, then fell by 9.13% to $2.0 billion in 2025, then gained by 24.58% to $2.5 billion in 2026.
- The last three Receivables - Other figures came in at $2.5 billion (Q3 2026), $2.4 billion (Q2 2026), and $2.3 billion (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 | 2.47 Bn |
| Apr 30, 2026 | 2.36 Bn |
| Jan 31, 2026 | 2.31 Bn |
| Oct 31, 2025 | 1.98 Bn |
| Jul 31, 2025 | 1.62 Bn |
| Apr 30, 2025 | 1.40 Bn |
| Jan 31, 2025 | 1.79 Bn |
| Oct 31, 2024 | 2.18 Bn |
| Jul 31, 2024 | 1.55 Bn |
| Apr 30, 2024 | 1.70 Bn |
| Jan 31, 2024 | 1.42 Bn |
| Oct 31, 2023 | 1.35 Bn |
| Jul 31, 2023 | 1.87 Bn |
| Apr 30, 2023 | 1.30 Bn |
| Jan 31, 2023 | 1.28 Bn |
| Oct 31, 2022 | 1.38 Bn |
| Jul 31, 2022 | 2.17 Bn |
| Apr 30, 2022 | 1.76 Bn |
| Jan 31, 2022 | 2.44 Bn |
| Oct 31, 2021 | 2.33 Bn |
Hp Receivables - Other 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=receivables-other&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();