Hp (HPQ) Acquisitions (2009 - 2024)
Hp's (HPQ) quarterly Acquisitions came in at $43.0 million in Q4 2024, up 2050.0% year-over-year from $2.0 million in Q4 2023, and up 186.67% quarter-over-quarter from $15.0 million in Q3 2024.
Hp (HPQ) Acquisitions (2009 - 2024) Analysis & Trends
Hp (HPQ) has reported Acquisitions for 14 consecutive years, with $43.0 million the latest figure, recorded in Q4 2024.
- On a quarterly basis, Acquisitions rose 2050.0% year-over-year to $43.0 million in Q4 2024; TTM through Jul 2026 was $43.0 million, a 28.33% decrease from a year earlier, with the FY2025 full-year figure at $116.0 million, up 100.0% from the prior year.
- Acquisitions was $43.0 million for Q4 2024 at Hp, up from $15.0 million in the prior quarter.
- Over five years, Acquisitions peaked at $2.7 billion in Q4 2022 and troughed at -$36.0 million in Q3 2020.
- A 5-year average of $306.2 million and a median of $28.5 million in 2020 frame the typical range for Acquisitions.
- Across the five-year window, Acquisitions slumped 256.52% in 2020 and jumped 2050.0% in 2024, its largest moves.
- Over 5 years, Acquisitions stood at -$36.0 million in 2020, then surged by 855.56% to $272.0 million in 2021, then surged by 904.04% to $2.7 billion in 2022, then slumped by 99.93% to $2.0 million in 2023, then jumped by 2050.0% to $43.0 million in 2024.
- The last three Acquisitions figures came in at $43.0 million (Q4 2024), $15.0 million (Q3 2024), and $2.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2024 | 43.00 Mn |
| Jul 31, 2024 | 15.00 Mn |
| Oct 31, 2023 | 2.00 Mn |
| Apr 30, 2023 | 5.00 Mn |
| Oct 31, 2022 | 2.73 Bn |
| Apr 30, 2022 | 3.00 Mn |
| Jan 31, 2022 | 21.00 Mn |
| Oct 31, 2021 | 272.00 Mn |
| Jul 31, 2021 | 412.00 Mn |
| Apr 30, 2021 | 170.00 Mn |
| Jul 31, 2020 | -36.00 Mn |
| Apr 30, 2020 | 36.00 Mn |
| Oct 31, 2019 | 31.00 Mn |
| Jul 31, 2019 | 23.00 Mn |
| Jan 31, 2019 | 404.00 Mn |
| Jul 31, 2018 | 16.00 Mn |
| Jan 31, 2018 | 1.02 Bn |
| Oct 31, 2016 | 7.00 Mn |
| Oct 31, 2015 | 27.00 Mn |
| Jul 31, 2015 | 2.48 Bn |
Hp Acquisitions 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=acquisitions&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();