Intuit (INTU) Income from Discontinued Operations (2009 - 2016)
Intuit's (INTU) quarterly Income from Discontinued Operations came in at $178.0 million in Q2 2016, up 214.84% year-over-year from $56.5 million in Q2 2015, and up 3660.0% on a QoQ basis from -$5.0 million in Q1 2016.
Intuit (INTU) Income from Discontinued Operations (2009 - 2016) Analysis & Trends
Intuit (INTU) has 8 years of Income from Discontinued Operations data on file, last reported at $178.0 million in Q2 2016.
- On a quarterly basis, Income from Discontinued Operations rose 214.84% year-over-year to $178.0 million in Q2 2016; TTM through Jan 2017 was $178.0 million, a 504.55% increase from a year earlier, with the FY2016 full-year figure at $173.0 million, up 460.42% from the prior year.
- Income from Discontinued Operations for Q2 2016 stood at $178.0 million, up from -$5.0 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $178.0 million in Q2 2016 and bottomed at -$155.0 million in Q2 2015.
- Historically, Income from Discontinued Operations has averaged $12.9 million across 5 years, with a median of $5.0 million in 2014.
- The largest YoY upside for Income from Discontinued Operations was 11700.0% in 2015 against a maximum downside of 3975.0% in 2015.
- Year by year, Income from Discontinued Operations stood at $35.0 million in 2012, then surged by 31.43% to $46.0 million in 2013, then sank by 106.52% to -$3.0 million in 2014, then soared by 3966.67% to $116.0 million in 2015, then surged by 53.45% to $178.0 million in 2016.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were $178.0 million in Q2 2016, -$5.0 million in Q1 2016, and $116.0 million in Q3 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | - |
| 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 |
|---|---|
| Apr 30, 2016 | 178.00 Mn |
| Jan 31, 2016 | -5.00 Mn |
| Jul 31, 2015 | 116.00 Mn |
| Apr 30, 2015 | -155.00 Mn |
| Jan 31, 2015 | -6.00 Mn |
| Oct 31, 2014 | -3.00 Mn |
| Jul 31, 2014 | -1.00 Mn |
| Apr 30, 2014 | 4.00 Mn |
| Jan 31, 2014 | 5.00 Mn |
| Oct 31, 2013 | 46.00 Mn |
| Jul 31, 2013 | 30.00 Mn |
| Apr 30, 2013 | -36.00 Mn |
| Jan 31, 2013 | 6.00 Mn |
| Oct 31, 2012 | 35.00 Mn |
| Jul 31, 2012 | 36.00 Mn |
| Apr 30, 2012 | -36.00 Mn |
| Jan 31, 2012 | 6.00 Mn |
| Oct 31, 2011 | 35.00 Mn |
| Jul 31, 2011 | -1.00 Mn |
| Apr 30, 2011 | 2.00 Mn |
Intuit Income from Discontinued Operations 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-discontinued-operations&ticker=INTU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "INTU", "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-discontinued-operations&ticker=INTU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();