Hp (HPQ) Prepaid Assets (2009 - 2026)
Hp's (HPQ) quarterly Prepaid Assets came in at $5.1 billion in Q3 2026, up 20.52% year-over-year from $4.2 billion in Q3 2025, and up 2.71% quarter-over-quarter from $5.0 billion in Q2 2026.
Hp (HPQ) Prepaid Assets (2009 - 2026) Analysis & Trends
Hp (HPQ) has reported Prepaid Assets for 18 consecutive years, with $5.1 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Prepaid Assets rose 20.52% year-over-year to $5.1 billion in Q3 2026; TTM through Jul 2026 was $5.1 billion, a 20.52% increase from a year earlier, with the FY2025 full-year figure at $4.5 billion, down 2.7% from the prior year.
- Prepaid Assets was $5.1 billion for Q3 2026 at Hp, up from $5.0 billion in the prior quarter.
- Over five years, Prepaid Assets peaked at $5.1 billion in Q3 2026 and troughed at $3.6 billion in Q4 2023.
- A 5-year average of $4.4 billion and a median of $4.3 billion in 2025 frame the typical range for Prepaid Assets.
- Across the five-year window, Prepaid Assets slipped 20.56% in 2023 and grew 28.09% in 2024, its largest moves.
- Over 5 years, Prepaid Assets stood at $4.4 billion in 2022, then slipped by 17.72% to $3.6 billion in 2023, then gained by 28.09% to $4.7 billion in 2024, then retreated by 2.7% to $4.5 billion in 2025, then grew by 11.95% to $5.1 billion in 2026.
- The last three Prepaid Assets figures came in at $5.1 billion (Q3 2026), $5.0 billion (Q2 2026), and $5.0 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 | 5.09 Bn |
| Apr 30, 2026 | 4.95 Bn |
| Jan 31, 2026 | 5.00 Bn |
| Oct 31, 2025 | 4.54 Bn |
| Jul 31, 2025 | 4.22 Bn |
| Apr 30, 2025 | 4.22 Bn |
| Jan 31, 2025 | 4.31 Bn |
| Oct 31, 2024 | 4.67 Bn |
| Jul 31, 2024 | 3.99 Bn |
| Apr 30, 2024 | 4.25 Bn |
| Jan 31, 2024 | 3.71 Bn |
| Oct 31, 2023 | 3.65 Bn |
| Jul 31, 2023 | 4.18 Bn |
| Apr 30, 2023 | 3.73 Bn |
| Jan 31, 2023 | 3.88 Bn |
| Oct 31, 2022 | 4.43 Bn |
| Jul 31, 2022 | 4.99 Bn |
| Apr 30, 2022 | 4.69 Bn |
| Jan 31, 2022 | 4.84 Bn |
| Oct 31, 2021 | 4.40 Bn |
Hp Prepaid Assets 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=prepaid-assets&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-assets", "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=prepaid-assets&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();