Automatic Data Processing (ADP) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Automatic Data Processing (ADP) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | 26.35% |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | -33.18% |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | -62.80% |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | -31.69% |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | -13.78% |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | -5.29% |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | -70.18% |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | 35.48% |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 26.35% |
| Mar 31, 2026 | 20.44% |
| Dec 31, 2025 | 9.40% |
| Sep 30, 2025 | 17.73% |
| Jun 30, 2025 | 14.91% |
| Mar 31, 2025 | -18.56% |
| Dec 31, 2024 | 35.04% |
| Sep 30, 2024 | 46.03% |
| Jun 30, 2024 | 39.83% |
| Mar 31, 2024 | 80.03% |
| Dec 31, 2023 | 22.03% |
| Sep 30, 2023 | 19.35% |
| Jun 30, 2023 | 45.06% |
| Mar 31, 2023 | 11.88% |
| Dec 31, 2022 | -22.92% |
| Sep 30, 2022 | -24.62% |
| Jun 30, 2022 | -44.23% |
| Mar 31, 2022 | -13.60% |
| Dec 31, 2021 | 8.91% |
| Sep 30, 2021 | -0.68% |
API Access
Automatic Data Processing Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=ADP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-and-equivalents-growth-1y&ticker=ADP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();