Oracle Corp (ORCL-PD) Non Operating Income (2009 - 2018)
Oracle's (ORCL-PD) quarterly Non Operating Income came in at $423.0 million in Q1 2018, up 123.81% year-over-year from $189.0 million in Q1 2017, and up 54.95% on a QoQ basis from $273.0 million in Q4 2017.
Oracle Corp (ORCL-PD) Non Operating Income (2009 - 2018) Analysis & Trends
Oracle (ORCL-PD) has 10 years of Non Operating Income data on file, last reported at $423.0 million in Q1 2018.
- On a quarterly basis, Non Operating Income rose 123.81% year-over-year to $423.0 million in Q1 2018; TTM through Feb 2018 was $1.1 billion, a 95.2% increase from a year earlier, with the FY2017 full-year figure at $605.0 million, up 98.36% from the prior year.
- Non Operating Income for Q1 2018 stood at $423.0 million, up from $273.0 million in the prior quarter.
- Across five years, Non Operating Income topped out at $423.0 million in Q1 2018 and bottomed at -$90.0 million in Q1 2014.
- Historically, Non Operating Income has averaged $104.3 million across 5 years, with a median of $84.0 million in 2015.
- The widest annual swing landed in 2014, when Non Operating Income slumped 331.43%; it then surged 833.33% in 2015.
- Year by year, Non Operating Income stood at $9.0 million in 2014, then surged by 833.33% to $84.0 million in 2015, then grew by 17.86% to $99.0 million in 2016, then surged by 175.76% to $273.0 million in 2017, then surged by 54.95% to $423.0 million in 2018.
- Per Business Quant data, the three most recent Non Operating Income figures were $423.0 million in Q1 2018, $273.0 million in Q4 2017, and $233.0 million in Q3 2017.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Feb 28, 2018 | 423.00 Mn |
| Nov 30, 2017 | 273.00 Mn |
| Aug 31, 2017 | 233.00 Mn |
| May 31, 2017 | 168.00 Mn |
| Feb 28, 2017 | 189.00 Mn |
| Nov 30, 2016 | 99.00 Mn |
| Aug 31, 2016 | 148.00 Mn |
| May 31, 2016 | 126.00 Mn |
| Feb 29, 2016 | 65.00 Mn |
| Nov 30, 2015 | 84.00 Mn |
| Aug 31, 2015 | 30.00 Mn |
| May 31, 2015 | 41.00 Mn |
| Feb 28, 2015 | 40.00 Mn |
| Nov 30, 2014 | 9.00 Mn |
| Aug 31, 2014 | 16.00 Mn |
| May 31, 2014 | -81.00 Mn |
| Feb 28, 2014 | -90.00 Mn |
| Nov 30, 2013 | 23.00 Mn |
| Aug 31, 2013 | 7.00 Mn |
| May 31, 2013 | 35.00 Mn |
Oracle Corp Non Operating Income 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=non-operating-income&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();