Global Payments (GPN) Change in Inventory (2009 - 2015)
Global Payments' (GPN) quarterly Change in Inventory came in at -$383000.0 in Q2 2015, up 61.0% year-over-year from -$237891.2 in Q2 2014, and up 69.36% quarter-over-quarter from -$1.2 million in Q1 2015.
Global Payments (GPN) Change in Inventory (2009 - 2015) Analysis & Trends
Global Payments (GPN) has reported Change in Inventory for 7 consecutive years, with -$383000.0 the latest figure, recorded in Q2 2015.
- On a quarterly basis, Change in Inventory rose 61.0% year-over-year to -$383000.0 in Q2 2015; TTM through May 2015 was -$127000.0, a 97.35% increase from a year earlier, with the FY2015 full-year figure at -$127000.0, up 97.35% from the prior year.
- Change in Inventory was -$383000.0 for Q2 2015 at Global Payments, up from -$1.2 million in the prior quarter.
- Over five years, Change in Inventory peaked at $3.0 million in Q3 2012 and troughed at -$4.4 million in Q3 2013.
- A 5-year average of -$75777.8 and a median of -$365500.0 in 2013 frame the typical range for Change in Inventory.
- Across the five-year window, Change in Inventory jumped 513.7% in 2011 and tumbled 592.34% in 2013, its largest moves.
- Over 5 years, Change in Inventory stood at $1.4 million in 2011, then declined by 3.4% to $1.3 million in 2012, then soared by 69.43% to $2.2 million in 2013, then grew by 12.48% to $2.5 million in 2014, then slumped by 115.4% to -$383000.0 in 2015.
- The last three Change in Inventory figures came in at -$383000.0 (Q2 2015), -$1.2 million (Q1 2015), and $2.5 million (Q4 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.68 Bn | 57.34 Bn | 40.81 Mn | - |
| 2 | Coinbase Global | 52.26 Bn | 43.47 Bn | 1.16 Bn | - |
| 3 | PayPal Holdings | 45.26 Bn | 34.01 Bn | - | - |
| 4 | Block | 44.88 Bn | 38.42 Bn | 3.17 Bn | - |
| 5 | Iren | 35.80 Bn | 28.23 Bn | 103.89 Mn | - |
| 6 | Corpay | 25.96 Bn | 19.27 Bn | 1.19 Bn | - |
| 7 | Fiserv | 24.43 Bn | 23.83 Bn | 3.59 Bn | - |
| 8 | Global Payments | 22.33 Bn | 17.57 Bn | 2.03 Bn | - |
| 9 | Hut 8 | 12.62 Bn | 6.14 Bn | 48.04 Mn | - |
| 10 | Guidewire Software | 12.54 Bn | 11.79 Bn | 269.68 Mn | - |
Historic Data
| Date | Value |
|---|---|
| May 31, 2015 | -383,000.00 |
| Feb 28, 2015 | -1.25 Mn |
| Nov 30, 2014 | 2.49 Mn |
| Aug 31, 2014 | -981,000.00 |
| May 31, 2014 | -982,000.00 |
| Feb 28, 2014 | -1.57 Mn |
| Nov 30, 2013 | 2.21 Mn |
| Aug 31, 2013 | -4.45 Mn |
| May 31, 2013 | -348,000.00 |
| Feb 28, 2013 | -2.76 Mn |
| Nov 30, 2012 | 1.31 Mn |
| Aug 31, 2012 | 2.99 Mn |
| May 31, 2012 | -2.38 Mn |
| Feb 29, 2012 | 561,000.00 |
| Nov 30, 2011 | 1.35 Mn |
| Aug 31, 2011 | 2.86 Mn |
| May 31, 2011 | -2.05 Mn |
| Feb 28, 2011 | 2.02 Mn |
| Nov 30, 2010 | 1.14 Mn |
| Aug 31, 2010 | -3.10 Mn |
Global Payments Change in Inventory 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=change-in-inventory&ticker=GPN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "GPN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-inventory&ticker=GPN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();