Oracle Corp (ORCL-PD) Income from Non-Controlling Interests (2010 - 2018)
Oracle's (ORCL-PD) quarterly Income from Non-Controlling Interests came in at -$413.0 million in Q2 2018, down 69.26% year-over-year from -$1.3 billion in Q2 2017, and down 1216.22% on a QoQ basis from $37.0 million in Q1 2018.
Oracle Corp (ORCL-PD) Income from Non-Controlling Interests (2010 - 2018) Analysis & Trends
Oracle (ORCL-PD) has 9 years of Income from Non-Controlling Interests data on file, last reported at -$413.0 million in Q2 2018.
- On a quarterly basis, Income from Non-Controlling Interests fell 69.26% year-over-year to -$413.0 million in Q2 2018; TTM through May 2018 was -$301.0 million, a 103.38% decrease from a year earlier, with the FY2026 full-year figure at $594.0 million, up 85.05% from the prior year.
- Income from Non-Controlling Interests for Q2 2018 stood at -$413.0 million, down from $37.0 million in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $47.0 million in Q3 2017 and bottomed at -$413.0 million in Q2 2018.
- Historically, Income from Non-Controlling Interests has averaged -$23.1 million across 5 years, with a median of $28.5 million in 2015.
- The widest annual swing landed in 2014, when Income from Non-Controlling Interests soared 170.59%; it then sank 1792.31% in 2016.
- Year by year, Income from Non-Controlling Interests stood at $37.0 million in 2014, then dropped by 21.62% to $29.0 million in 2015, then soared by 41.38% to $41.0 million in 2016, then tumbled by 31.71% to $28.0 million in 2017, then sank by 1575.0% to -$413.0 million in 2018.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$413.0 million in Q2 2018, $37.0 million in Q1 2018, and $28.0 million in Q4 2017.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| May 31, 2018 | -413.00 Mn |
| Feb 28, 2018 | 37.00 Mn |
| Nov 30, 2017 | 28.00 Mn |
| Aug 31, 2017 | 47.00 Mn |
| May 31, 2017 | -244.00 Mn |
| Feb 28, 2017 | 20.00 Mn |
| Nov 30, 2016 | 41.00 Mn |
| Aug 31, 2016 | 35.00 Mn |
| May 31, 2016 | -220.00 Mn |
| Feb 29, 2016 | 36.00 Mn |
| Nov 30, 2015 | 29.00 Mn |
| Aug 31, 2015 | 30.00 Mn |
| May 31, 2015 | 13.00 Mn |
| Feb 28, 2015 | 17.00 Mn |
| Nov 30, 2014 | 37.00 Mn |
| Aug 31, 2014 | 46.00 Mn |
| May 31, 2014 | 23.00 Mn |
| Feb 28, 2014 | 23.00 Mn |
| Nov 30, 2013 | 35.00 Mn |
| Aug 31, 2013 | 17.00 Mn |
Oracle Corp Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();