Hp (HPQ) Short-term Investments (2009 - 2020)
Hp's (HPQ) quarterly Short-term Investments came in at $311.0 million in Q1 2020, up 2.3% quarter-over-quarter from $304.0 million in Q2 2018.
Hp (HPQ) Short-term Investments (2009 - 2020) Analysis & Trends
Hp (HPQ) has reported Short-term Investments for 5 consecutive years, with $311.0 million the latest figure, recorded in Q1 2020.
- On a quarterly basis, Short-term Investments changed N/A year-over-year to $311.0 million in Q1 2020; TTM through Jan 2020 was $311.0 million, a N/A change from a year earlier, with the FY2010 full-year figure at $5.0 million, down 90.91% from the prior year.
- Short-term Investments was $311.0 million for Q1 2020 at Hp, up from $304.0 million in the prior quarter.
- Over five years, Short-term Investments peaked at $311.0 million in Q1 2020 and troughed at $2.0 million in Q1 2017.
- A 3-year average of $155.0 million and a median of $153.5 million in 2017 frame the typical range for Short-term Investments.
- The widest YoY moves for Short-term Investments: up 10033.33% in 2018, down 10033.33% in 2018.
- Over 3 years, Short-term Investments stood at $3.0 million in 2017, then soared by 10033.33% to $304.0 million in 2018, then advanced by 2.3% to $311.0 million in 2020.
- The last three Short-term Investments figures came in at $311.0 million (Q1 2020), $304.0 million (Q2 2018), and $3.0 million (Q2 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Hp | 28.92 Bn | 24.75 Bn | 2.95 Bn |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2020 | 311.00 Mn |
| Apr 30, 2018 | 304.00 Mn |
| Apr 30, 2017 | 3.00 Mn |
| Jan 31, 2017 | 2.00 Mn |
| Oct 31, 2010 | 5.00 Mn |
| Jul 31, 2010 | 5.00 Mn |
| Apr 30, 2010 | 39.00 Mn |
| Jan 31, 2010 | 60.00 Mn |
| Oct 31, 2009 | 55.00 Mn |
| Jul 31, 2009 | 66.00 Mn |
Hp Short-term Investments 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=short-term-investments&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();