Hp (HPQ) Change in Account Payables (2009 - 2026)
Hp's (HPQ) quarterly Change in Account Payables came in at $2.2 billion in Q3 2026, up 21.92% year-over-year from $1.8 billion in Q3 2025, and up 135.31% quarter-over-quarter from $929.0 million in Q2 2026.
Hp (HPQ) Change in Account Payables (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Change in Account Payables for 18 consecutive years, with $2.2 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Change in Account Payables rose 21.92% year-over-year to $2.2 billion in Q3 2026; TTM through Jul 2026 was $4.4 billion, a 192.96% increase from a year earlier, with the FY2025 full-year figure at $1.1 billion, down 59.79% from the prior year.
- Change in Account Payables was $2.2 billion for Q3 2026 at Hp, up from $929.0 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $2.2 billion in Q3 2026 and troughed at -$1.7 billion in Q1 2023.
- A 5-year average of $271.4 million and a median of $208.0 million in 2026 frame the typical range for Change in Account Payables.
- Across the five-year window, Change in Account Payables tumbled 548.51% in 2022 and surged 1406.54% in 2024, its largest moves.
- Over 5 years, Change in Account Payables stood at -$418.0 million in 2022, then soared by 74.4% to -$107.0 million in 2023, then surged by 1406.54% to $1.4 billion in 2024, then retreated by 25.04% to $1.0 billion in 2025, then soared by 108.59% to $2.2 billion in 2026.
- The last three Change in Account Payables figures came in at $2.2 billion (Q3 2026), $929.0 million (Q2 2026), and $208.0 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | 2.19 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 2.19 Bn |
| Apr 30, 2026 | 929.00 Mn |
| Jan 31, 2026 | 208.00 Mn |
| Oct 31, 2025 | 1.05 Bn |
| Jul 31, 2025 | 1.79 Bn |
| Apr 30, 2025 | -1.30 Bn |
| Jan 31, 2025 | -397.00 Mn |
| Oct 31, 2024 | 1.40 Bn |
| Jul 31, 2024 | 1.08 Bn |
| Apr 30, 2024 | 1.10 Bn |
| Jan 31, 2024 | -744.00 Mn |
| Oct 31, 2023 | -107.00 Mn |
| Jul 31, 2023 | 800.00 Mn |
| Apr 30, 2023 | -202.00 Mn |
| Jan 31, 2023 | -1.73 Bn |
| Oct 31, 2022 | -418.00 Mn |
| Jul 31, 2022 | -1.47 Bn |
| Apr 30, 2022 | -1.05 Bn |
| Jan 31, 2022 | 2.04 Bn |
| Oct 31, 2021 | 117.00 Mn |
Hp Change in Account Payables 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-account-payables&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();