Hp (HPQ) Treasury Shares (2016 - 2020)
Hp's (HPQ) quarterly Treasury Shares came in at $700.0 million in Q1 2020, down 46.15% quarter-over-quarter from $1.3 billion in Q2 2018.
Hp (HPQ) Treasury Shares (2016 - 2020) Analysis & Trends
Hp (HPQ) has reported Treasury Shares for 4 consecutive years, with $700.0 million the latest figure, recorded in Q1 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2020 | 700.00 Mn |
| Jan 31, 2020 | 700.00 Mn |
| Apr 30, 2018 | 1.30 Bn |
| Apr 30, 2018 | 1.30 Bn |
| Apr 30, 2017 | 609.00 Mn |
| Apr 30, 2017 | 609.00 Mn |
| Jan 31, 2017 | 400.00 Mn |
| Jan 31, 2017 | 400.00 Mn |
| Jan 31, 2016 | 800.00 Mn |
| Jan 31, 2016 | 800.00 Mn |
Hp Treasury Shares 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=treasury-shares&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();