Automatic Data Processing (ADP) Divestments (2014 - 2016)
Automatic Data Processing's (ADP) quarterly Divestments came in at $234.0 million in Q4 2016, up 78100.0% year-over-year from N/an in Q1 2016, and up 78100.0% quarter-over-quarter from -$300000.0 in Q4 2015.
Automatic Data Processing (ADP) Divestments (2014 - 2016) Analysis & Trends
Automatic Data Processing (ADP) has reported Divestments for 5 consecutive years, with $234.0 million the latest figure, recorded in Q4 2016.
- On a quarterly basis, Divestments rose 78100.0% year-over-year to $234.0 million in Q4 2016; TTM through Mar 2018 was $234.0 million, a 0.0% change from a year earlier, with the FY2017 full-year figure at $234.0 million, up 44.27% from the prior year.
- Divestments was $234.0 million for Q4 2016 at Automatic Data Processing, up from -$300000.0 in the prior quarter.
- Over five years, Divestments peaked at $234.0 million in Q4 2016 and troughed at -$32.1 million in Q4 2013.
- A 4-year average of $44.9 million and a median of -$15.3 million in 2014 frame the typical range for Divestments.
- Across the five-year window, Divestments surged 32.63% in 2014 and soared 78100.0% in 2016, its largest moves.
- Over 4 years, Divestments stood at -$32.1 million in 2013, then surged by 50.47% to -$15.9 million in 2014, then surged by 98.11% to -$300000.0 in 2015, then soared by 78100.0% to $234.0 million in 2016.
- The last three Divestments figures came in at $234.0 million (Q4 2016), -$300000.0 (Q4 2015), and $162.5 million (Q3 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 |
|---|---|
| Dec 31, 2016 | 234.00 Mn |
| Dec 31, 2015 | -300,000.00 |
| Sep 30, 2015 | 162.50 Mn |
| Jun 30, 2015 | 98.60 Mn |
| Mar 31, 2014 | 24.40 Mn |
Automatic Data Processing Divestments 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=divestments&ticker=ADP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=ADP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();