Oracle (ORCL) Income from Non-Controlling Interests (2010 - 2018)
Oracle's (ORCL) 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 (ORCL) Income from Non-Controlling Interests (2010 - 2018) Analysis & Trends
Oracle (ORCL) 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
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 4.07 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 34.87 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | - |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | - |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | - |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
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 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&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "ORCL", "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&period=max&api_key=YOUR_API_KEY");
const data = await res.json();