Automatic Data Processing (ADP) Long-Term Investments (2009 - 2024)
Automatic Data Processing's (ADP) quarterly Long-Term Investments came in at $940.6 million in Q3 2024, up 11958.97% quarter-over-quarter from $7.8 million in Q3 2016.
Automatic Data Processing (ADP) Long-Term Investments (2009 - 2024) Analysis & Trends
Automatic Data Processing (ADP) has reported Long-Term Investments for 9 consecutive years, with $940.6 million the latest figure, recorded in Q3 2024.
- On a quarterly basis, Long-Term Investments changed N/A year-over-year to $940.6 million in Q3 2024; TTM through Sep 2024 was $940.6 million, a N/A change from a year earlier, with the FY2016 full-year figure at $7.8 million, down 73.01% from the prior year.
- Long-Term Investments was $940.6 million for Q3 2024 at Automatic Data Processing, up from $7.8 million in the prior quarter.
- Over five years, Long-Term Investments peaked at $940.6 million in Q3 2024 and troughed at $940.6 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (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 | 11.32 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 2.07 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 | 248.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 246.87 Mn |
| 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, 2024 | 940.60 Mn |
| Sep 30, 2016 | 7.80 Mn |
| Jun 30, 2016 | 7.80 Mn |
| Mar 31, 2016 | 7.80 Mn |
| Dec 31, 2015 | 21.00 Mn |
| Sep 30, 2015 | 21.30 Mn |
| Jun 30, 2015 | 28.90 Mn |
| Mar 31, 2015 | 29.20 Mn |
| Dec 31, 2014 | 46.30 Mn |
| Sep 30, 2014 | 4.48 Bn |
| Jun 30, 2014 | 54.10 Mn |
| Mar 31, 2014 | 1.75 Bn |
| Dec 31, 2013 | 1.35 Bn |
| Sep 30, 2013 | 4.24 Bn |
| Jun 30, 2013 | 2.04 Bn |
| Mar 31, 2013 | 1.76 Bn |
| Dec 31, 2012 | 1.52 Bn |
| Sep 30, 2012 | 1.68 Bn |
| Jun 30, 2012 | 1.67 Bn |
| Mar 31, 2012 | 96.80 Mn |
Automatic Data Processing Long-Term Investments 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=long-term-investments&ticker=ADP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=ADP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();