Nice (NICE) Change in Inventory (2009 - 2015)
Nice (NICE) posted Change in Inventory of $4.1 million for Q4 2015, down 3.09% on a QoQ basis from $4.2 million in Q3 2015, and up 607.06% year-over-year from $581000.0 in Q4 2014.
Nice (NICE) Change in Inventory (2009 - 2015) Analysis & Trends
Nice has reported Change in Inventory for 7 years, with the latest figure at $4.1 million in Q4 2015.
- On a quarterly basis, Change in Inventory rose 607.06% year-over-year to $4.1 million in Q4 2015; TTM through Dec 2015 was $4.8 million, a 555.64% increase from a year earlier, with the FY2014 full-year figure at -$327000.0, down 169.28% from the prior year.
- Change in Inventory was $4.1 million for Q4 2015 at Nice, down from $4.2 million in the prior quarter.
- The five-year high for Change in Inventory was $4.2 million in Q3 2015, with the low at -$3.0 million in Q4 2012.
- Average Change in Inventory over 5 years is -$64400.0, with a median of -$715000.0 recorded in 2011.
- The sharpest annual moves came in 2011 and 2015: Change in Inventory tumbled 427.84% in 2011, then surged 607.06% in 2015.
- Over 5 years, Change in Inventory stood at -$2.0 million in 2011, then sank by 44.87% to -$3.0 million in 2012, then soared by 162.39% to $1.9 million in 2013, then slumped by 68.61% to $581000.0 in 2014, then soared by 607.06% to $4.1 million in 2015.
- The last three Change in Inventory figures came in at $4.1 million (Q4 2015), $4.2 million (Q3 2015), and -$1.7 million (Q2 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | - |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | - |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | - |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | - |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | - |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | - |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | - |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | - |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | - |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 4.11 Mn |
| Sep 30, 2015 | 4.24 Mn |
| Jun 30, 2015 | -1.71 Mn |
| Mar 31, 2015 | -1.83 Mn |
| Dec 31, 2014 | 581,000.00 |
| Sep 30, 2014 | 1.05 Mn |
| Jun 30, 2014 | -1.96 Mn |
| Mar 31, 2014 | -728,000.00 |
| Dec 31, 2013 | 1.85 Mn |
| Sep 30, 2013 | -1.38 Mn |
| Jun 30, 2013 | -2.33 Mn |
| Mar 31, 2013 | 498,000.00 |
| Dec 31, 2012 | -2.97 Mn |
| Sep 30, 2012 | 3.47 Mn |
| Jun 30, 2012 | 1.90 Mn |
| Mar 31, 2012 | 754,000.00 |
| Dec 31, 2011 | -2.05 Mn |
| Sep 30, 2011 | -1.46 Mn |
| Jun 30, 2011 | -2.63 Mn |
| Mar 31, 2011 | -702,000.00 |
Nice 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=NICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "NICE", "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=NICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();