Hp (HPQ) Change in Receivables (2009 - 2026)
Hp's (HPQ) quarterly Change in Receivables came in at $1.1 billion in Q3 2026, up 33.63% year-over-year from $797.0 million in Q3 2025, and up 28.31% quarter-over-quarter from $830.0 million in Q2 2026.
Hp (HPQ) Change in Receivables (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Change in Receivables for 18 consecutive years, with $1.1 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Change in Receivables rose 33.63% year-over-year to $1.1 billion in Q3 2026; TTM through Jul 2026 was $2.1 billion, a 392.76% increase from a year earlier, with the FY2025 full-year figure at $524.0 million, down 43.6% from the prior year.
- Change in Receivables was $1.1 billion for Q3 2026 at Hp, up from $830.0 million in the prior quarter.
- Over five years, Change in Receivables peaked at $1.1 billion in Q3 2026 and troughed at -$985.0 million in Q3 2022.
- A 5-year average of $74.8 million and a median of $115.0 million in 2025 frame the typical range for Change in Receivables.
- Across the five-year window, Change in Receivables plunged 486.31% in 2022 and soared 621.74% in 2026, its largest moves.
- Over 5 years, Change in Receivables stood at -$184.0 million in 2022, then surged by 46.74% to -$98.0 million in 2023, then surged by 591.84% to $482.0 million in 2024, then advanced by 19.92% to $578.0 million in 2025, then soared by 84.26% to $1.1 billion in 2026.
- The last three Change in Receivables figures came in at $1.1 billion (Q3 2026), $830.0 million (Q2 2026), and -$364.0 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 1.07 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 1.07 Bn |
| Apr 30, 2026 | 830.00 Mn |
| Jan 31, 2026 | -364.00 Mn |
| Oct 31, 2025 | 578.00 Mn |
| Jul 31, 2025 | 797.00 Mn |
| Apr 30, 2025 | 115.00 Mn |
| Jan 31, 2025 | -966.00 Mn |
| Oct 31, 2024 | 482.00 Mn |
| Jul 31, 2024 | 341.00 Mn |
| Apr 30, 2024 | 552.00 Mn |
| Jan 31, 2024 | -446.00 Mn |
| Oct 31, 2023 | -98.00 Mn |
| Jul 31, 2023 | 246.00 Mn |
| Apr 30, 2023 | -182.00 Mn |
| Jan 31, 2023 | -244.00 Mn |
| Oct 31, 2022 | -184.00 Mn |
| Jul 31, 2022 | -985.00 Mn |
| Apr 30, 2022 | 246.00 Mn |
| Jan 31, 2022 | -362.00 Mn |
| Oct 31, 2021 | 608.00 Mn |
Hp Change in Receivables 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=change-in-receivables&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();