Oracle Corp (ORCL-PD) Change in Inventory (2010 - 2018)
Oracle's (ORCL-PD) quarterly Change in Inventory came in at $60.0 million in Q1 2018, down 3.23% year-over-year from $62.0 million in Q1 2017, and down 51.61% on a QoQ basis from $124.0 million in Q4 2017.
Oracle Corp (ORCL-PD) Change in Inventory (2010 - 2018) Analysis & Trends
Oracle (ORCL-PD) has 9 years of Change in Inventory data on file, last reported at $60.0 million in Q1 2018.
- On a quarterly basis, Change in Inventory fell 3.23% year-over-year to $60.0 million in Q1 2018; TTM through Feb 2018 was $105.0 million, a 40.68% decrease from a year earlier, with the FY2017 full-year figure at $88.0 million, up 200.0% from the prior year.
- Change in Inventory for Q1 2018 stood at $60.0 million, down from $124.0 million in the prior quarter.
- Across five years, Change in Inventory topped out at $124.0 million in Q4 2017 and bottomed at -$90.0 million in Q2 2017.
- Historically, Change in Inventory has averaged $14.5 million across 5 years, with a median of -$1.0 million in 2016.
- The widest annual swing landed in 2015, when Change in Inventory surged 1414.29%; it then tumbled 8900.0% in 2017.
- Year by year, Change in Inventory stood at -$4.0 million in 2014, then sank by 175.0% to -$11.0 million in 2015, then jumped by 472.73% to $41.0 million in 2016, then soared by 202.44% to $124.0 million in 2017, then slumped by 51.61% to $60.0 million in 2018.
- Per Business Quant data, the three most recent Change in Inventory figures were $60.0 million in Q1 2018, $124.0 million in Q4 2017, and $11.0 million in Q3 2017.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Feb 28, 2018 | 60.00 Mn |
| Nov 30, 2017 | 124.00 Mn |
| Aug 31, 2017 | 11.00 Mn |
| May 31, 2017 | -90.00 Mn |
| Feb 28, 2017 | 62.00 Mn |
| Nov 30, 2016 | 41.00 Mn |
| Aug 31, 2016 | 75.00 Mn |
| May 31, 2016 | -1.00 Mn |
| Feb 29, 2016 | -26.00 Mn |
| Nov 30, 2015 | -11.00 Mn |
| Aug 31, 2015 | -50.00 Mn |
| May 31, 2015 | 18.00 Mn |
| Feb 28, 2015 | 92.00 Mn |
| Nov 30, 2014 | -4.00 Mn |
| Aug 31, 2014 | -10.00 Mn |
| May 31, 2014 | -37.00 Mn |
| Feb 28, 2014 | -7.00 Mn |
| Nov 30, 2013 | -8.00 Mn |
| Aug 31, 2013 | -5.00 Mn |
| May 31, 2013 | 18.00 Mn |
Oracle Corp 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=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "ORCL-PD", "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=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();