Automatic Data Processing (ADP) Income from Discontinued Operations (2009 - 2015)
Automatic Data Processing's (ADP) quarterly Income from Discontinued Operations came in at -$900000.0 in Q3 2015, up 35.71% year-over-year from -$663157.9 in Q3 2014, and down 101.14% quarter-over-quarter from $79.2 million in Q2 2015.
Automatic Data Processing (ADP) Income from Discontinued Operations (2009 - 2015) Analysis & Trends
Automatic Data Processing (ADP) has reported Income from Discontinued Operations for 7 consecutive years, with -$900000.0 the latest figure, recorded in Q3 2015.
- On a quarterly basis, Income from Discontinued Operations rose 35.71% year-over-year to -$900000.0 in Q3 2015; TTM through Jun 2016 was -$900000.0, a 101.18% decrease from a year earlier, with the FY2016 full-year figure at -$1.4 million, down 100.82% from the prior year.
- Income from Discontinued Operations was -$900000.0 for Q3 2015 at Automatic Data Processing, down from $79.2 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $370.1 million in Q2 2013 and troughed at -$1.4 million in Q3 2014.
- A 5-year average of $47.4 million and a median of $4.5 million in 2012 frame the typical range for Income from Discontinued Operations.
- The widest YoY moves for Income from Discontinued Operations: up 5866.67% in 2014, down 102.17% in 2014.
- Over 5 years, Income from Discontinued Operations stood at $3.5 million in 2011, then soared by 1680.0% to $62.3 million in 2012, then rose by 2.41% to $63.8 million in 2013, then tumbled by 101.57% to -$1.0 million in 2014, then gained by 10.0% to -$900000.0 in 2015.
- The last three Income from Discontinued Operations figures came in at -$900000.0 (Q3 2015), $79.2 million (Q2 2015), and -$700000.0 (Q1 2015), per Business Quant data.
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 |
|---|---|
| Sep 30, 2015 | -900,000.00 |
| Jun 30, 2015 | 79.20 Mn |
| Mar 31, 2015 | -700,000.00 |
| Dec 31, 2014 | -1.00 Mn |
| Sep 30, 2014 | -1.40 Mn |
| Jun 30, 2014 | 55.50 Mn |
| Mar 31, 2014 | 89.50 Mn |
| Dec 31, 2013 | 63.80 Mn |
| Sep 30, 2013 | 64.40 Mn |
| Jun 30, 2013 | 238.90 Mn |
| Mar 31, 2013 | 1.10 Mn |
| Dec 31, 2012 | 38.90 Mn |
| Sep 30, 2012 | 2.80 Mn |
| Jun 30, 2012 | 6.60 Mn |
| Mar 31, 2012 | 2.20 Mn |
| Dec 31, 2011 | 2.20 Mn |
| Sep 30, 2011 | 2.30 Mn |
| Jun 30, 2010 | 300,000.00 |
| Mar 31, 2010 | 2.00 Mn |
| Dec 31, 2009 | 800,000.00 |
Automatic Data Processing 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=ADP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "ADP", "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=ADP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();