Hp (HPQ) Pension (2009 - 2016)
Hp's (HPQ) quarterly Pension came in at $2.1 billion in Q2 2016, down 2.31% quarter-over-quarter from $2.1 billion in Q1 2016.
Analysis
Hp (HPQ) Pension (2009 - 2016) Analysis & Trends
Hp (HPQ) has reported Pension for 8 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2016.
- On a quarterly basis, Pension changed N/A year-over-year to $2.1 billion in Q2 2016; TTM through Apr 2016 was $2.1 billion, a N/A change from a year earlier, with the FY2015 full-year figure at $2.2 billion, down 65.46% from the prior year.
- Pension was $2.1 billion for Q2 2016 at Hp, down from $2.1 billion in the prior quarter.
- Over five years, Pension peaked at $7.8 billion in Q4 2012 and troughed at $2.1 billion in Q2 2016.
- A 5-year average of $4.5 billion and a median of $5.0 billion in 2014 frame the typical range for Pension.
- Across the five-year window, Pension surged 43.7% in 2012 and sank 65.46% in 2015, its largest moves.
- Over 5 years, Pension stood at $7.8 billion in 2012, then slumped by 34.47% to $5.1 billion in 2013, then advanced by 25.13% to $6.4 billion in 2014, then slumped by 65.46% to $2.2 billion in 2015, then declined by 5.81% to $2.1 billion in 2016.
- The last three Pension figures came in at $2.1 billion (Q2 2016), $2.1 billion (Q1 2016), and $2.2 billion (Q4 2015), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Hp | 31.10 Bn | 26.93 Bn | 2.95 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2016 | 2.08 Bn |
| Jan 31, 2016 | 2.12 Bn |
| Oct 31, 2015 | 2.20 Bn |
| Jul 31, 2015 | 5.31 Bn |
| Oct 31, 2014 | 6.38 Bn |
| Jul 31, 2014 | 4.65 Bn |
| Apr 30, 2014 | 4.98 Bn |
| Oct 31, 2013 | 5.10 Bn |
| Oct 31, 2012 | 7.78 Bn |
| Oct 31, 2011 | 5.41 Bn |
| Oct 31, 2010 | 6.75 Bn |
| Oct 31, 2009 | 6.43 Bn |
API Access
Hp Pension 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=pension&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();