Automatic Data Processing (ADP) Cash from Discontinued Operations (2009 - 2015)
Automatic Data Processing's (ADP) quarterly Cash from Discontinued Operations came in at -$700000.0 in Q1 2015, down 121.21% year-over-year from $3.3 million in Q1 2014, and up 12.5% quarter-over-quarter from -$800000.0 in Q4 2014.
Automatic Data Processing (ADP) Cash from Discontinued Operations (2009 - 2015) Analysis & Trends
Automatic Data Processing (ADP) has reported Cash from Discontinued Operations for 7 consecutive years, with -$700000.0 the latest figure, recorded in Q1 2015.
- On a quarterly basis, Cash from Discontinued Operations fell 121.21% year-over-year to -$700000.0 in Q1 2015; TTM through Dec 2015 was -$700000.0, a 101.55% decrease from a year earlier, with the FY2015 full-year figure at -$3.3 million, down 107.43% from the prior year.
- Cash from Discontinued Operations was -$700000.0 for Q1 2015 at Automatic Data Processing, up from -$800000.0 in the prior quarter.
- Over five years, Cash from Discontinued Operations peaked at $65.7 million in Q2 2013 and troughed at -$42.6 million in Q3 2013.
- A 5-year average of $8.2 million and a median of $1.9 million in 2011 frame the typical range for Cash from Discontinued Operations.
- The widest YoY moves for Cash from Discontinued Operations: up 2923.08% in 2013, down 42700.0% in 2013.
- Over 5 years, Cash from Discontinued Operations stood at $700000.0 in 2011, then surged by 85.71% to $1.3 million in 2012, then jumped by 2923.08% to $39.3 million in 2013, then slumped by 102.04% to -$800000.0 in 2014, then climbed by 12.5% to -$700000.0 in 2015.
- The last three Cash from Discontinued Operations figures came in at -$700000.0 (Q1 2015), -$800000.0 (Q4 2014), and -$1.8 million (Q3 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (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 |
|---|---|
| Mar 31, 2015 | -700,000.00 |
| Dec 31, 2014 | -800,000.00 |
| Sep 30, 2014 | -1.80 Mn |
| Jun 30, 2014 | 44.40 Mn |
| Mar 31, 2014 | 3.30 Mn |
| Dec 31, 2013 | 39.30 Mn |
| Sep 30, 2013 | -42.60 Mn |
| Jun 30, 2013 | 65.70 Mn |
| Mar 31, 2013 | 2.50 Mn |
| Dec 31, 2012 | 1.30 Mn |
| Sep 30, 2012 | 100,000.00 |
| Jun 30, 2012 | 5.70 Mn |
| Mar 31, 2012 | 3.60 Mn |
| Dec 31, 2011 | 700,000.00 |
| Sep 30, 2011 | 1.90 Mn |
| Mar 31, 2010 | 100,000.00 |
| Dec 31, 2009 | -900,000.00 |
| Sep 30, 2009 | 700,000.00 |
| Jun 30, 2009 | 3.20 Mn |
Automatic Data Processing Cash 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=cash-from-discontinued-operations&ticker=ADP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=ADP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();