Analysts expect Automatic Data Processing Inc to report revenue of 5.31 B for Q1 27, against a range of 4.99 B to 5.63 B. The most recent reported quarter, Q4 26, came in at 5.47 B, a 5.8% beat against the 5.17 B consensus.
| Metric | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 4.83 B | 5.05 B | 5.55 B | 5.13 B | 5.18 B | 5.36 B | 5.94 B | 5.47 B | - | - | - | - | - | - | - | - | ||||||||
| High Estimate | 4.91 B | 5.05 B | 6.07 B | 5.21 B | 5.81 B | 5.85 B | 5.87 B | 5.41 B | 5.63 B | 6.20 B | 7.07 B | 6.07 B | 5.86 B | 6.70 B | 6.81 B | 6.26 B | ||||||||
| Low Estimate | 4.18 B | 4.30 B | 5.29 B | 4.51 B | 4.88 B | 5.47 B | 5.26 B | 4.93 B | 4.99 B | 5.61 B | 5.94 B | 5.09 B | 5.46 B | 5.69 B | 6.05 B | 5.66 B | ||||||||
| Consensus Estimate | 4.54 B | 4.68 B | 5.68 B | 4.86 B | 5.35 B | 5.66 B | 5.56 B | 5.17 B | 5.31 B | 5.90 B | 6.51 B | 5.58 B | 5.66 B | 6.19 B | 6.43 B | 5.96 B |
Analysts expect Automatic Data Processing Inc to report earnings per share of 2.83 for Q1 27, against a range of 2.65 to 3.01. The most recent reported quarter, Q4 26, came in at 2.64, a 2.6% miss against the 2.71 consensus.
| Metric | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 2.33 | 2.35 | 3.06 | 2.26 | 2.49 | 2.62 | 3.37 | 2.64 | - | - | - | - | - | - | - | - | ||||||||
| High Estimate | 2.33 | 2.27 | 3.11 | 2.48 | 2.84 | 2.90 | 3.66 | 2.95 | 3.01 | 2.94 | 3.76 | 2.98 | 3.12 | 3.61 | 3.90 | 3.52 | ||||||||
| Low Estimate | 1.97 | 2.07 | 2.63 | 2.22 | 2.38 | 2.58 | 3.36 | 2.47 | 2.65 | 2.54 | 3.12 | 2.48 | 2.56 | 2.99 | 3.62 | 3.14 | ||||||||
| Consensus Estimate | 2.15 | 2.17 | 2.87 | 2.35 | 2.61 | 2.74 | 3.51 | 2.71 | 2.83 | 2.74 | 3.44 | 2.73 | 2.84 | 3.30 | 3.76 | 3.33 |
Pull Wall Street consensus for Automatic Data Processing Inc (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=ADP&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "ADP", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=ADP&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();