Hp (HPQ) Notes Payables (2012 - 2015)
Hp's (HPQ) quarterly Notes Payables came in at $3.1 billion in Q2 2015, up 683.84% quarter-over-quarter from $396.0 million in Q1 2015.
Hp (HPQ) Notes Payables (2012 - 2015) Analysis & Trends
Hp (HPQ) has reported Notes Payables for 4 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2015.
- On a quarterly basis, Notes Payables changed N/A year-over-year to $3.1 billion in Q2 2015; TTM through Apr 2015 was $3.1 billion, a N/A change from a year earlier, with the FY2014 full-year figure at $533.0 million, up 25.12% from the prior year.
- Notes Payables was $3.1 billion for Q2 2015 at Hp, up from $396.0 million in the prior quarter.
- Over five years, Notes Payables peaked at $3.1 billion in Q2 2015 and troughed at $396.0 million in Q1 2015.
- A 4-year average of $999.4 million and a median of $533.0 million in 2014 frame the typical range for Notes Payables.
- Across the five-year window, Notes Payables dropped 20.82% in 2013 and climbed 25.12% in 2014, its largest moves.
- Over 4 years, Notes Payables stood at $538.0 million in 2012, then retreated by 20.82% to $426.0 million in 2013, then gained by 25.12% to $533.0 million in 2014, then soared by 482.36% to $3.1 billion in 2015.
- The last three Notes Payables figures came in at $3.1 billion (Q2 2015), $396.0 million (Q1 2015), and $533.0 million (Q4 2014), 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 |
|---|---|
| Apr 30, 2015 | 3.10 Bn |
| Jan 31, 2015 | 396.00 Mn |
| Oct 31, 2014 | 533.00 Mn |
| Oct 31, 2013 | 426.00 Mn |
| Oct 31, 2012 | 538.00 Mn |
Hp Notes Payables 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=notes-payables&ticker=HPQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=HPQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();