Automatic Data Processing (ADP) Change in Receivables (2009 - 2026)
Automatic Data Processing's (ADP) quarterly Change in Receivables came in at -$34.4 million in Q2 2026, down 535.44% year-over-year from $7.9 million in Q2 2025, and down 119.19% quarter-over-quarter from $179.3 million in Q1 2026.
Automatic Data Processing (ADP) Change in Receivables (2009 - 2026) Analysis & Trends
Automatic Data Processing (ADP) has reported Change in Receivables for 18 consecutive years, with -$34.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Receivables fell 535.44% year-over-year to -$34.4 million in Q2 2026; TTM through Jun 2026 was -$1.0 million, a 100.68% decrease from a year earlier, with the FY2026 full-year figure at -$1.0 million, down 100.68% from the prior year.
- Change in Receivables was -$34.4 million for Q2 2026 at Automatic Data Processing, down from $179.3 million in the prior quarter.
- Over five years, Change in Receivables peaked at $507.6 million in Q1 2022 and troughed at -$201.5 million in Q3 2022.
- A 5-year average of $53.4 million and a median of -$2.3 million in 2024 frame the typical range for Change in Receivables.
- Across the five-year window, Change in Receivables soared 885.27% in 2022 and sank 535.44% in 2026, its largest moves.
- Over 5 years, Change in Receivables stood at $202.6 million in 2022, then surged by 35.44% to $274.4 million in 2023, then dropped by 23.43% to $210.1 million in 2024, then sank by 120.89% to -$43.9 million in 2025, then increased by 21.64% to -$34.4 million in 2026.
- The last three Change in Receivables figures came in at -$34.4 million (Q2 2026), $179.3 million (Q1 2026), and -$43.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 72.83 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 1.01 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 9.30 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 1.40 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 441.00 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -34.40 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | -208.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -4.24 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -34.40 Mn |
| Mar 31, 2026 | 179.30 Mn |
| Dec 31, 2025 | -43.90 Mn |
| Sep 30, 2025 | -102.00 Mn |
| Jun 30, 2025 | 7.90 Mn |
| Mar 31, 2025 | 44.00 Mn |
| Dec 31, 2024 | 210.10 Mn |
| Sep 30, 2024 | -115.40 Mn |
| Jun 30, 2024 | -12.50 Mn |
| Mar 31, 2024 | 113.90 Mn |
| Dec 31, 2023 | 274.40 Mn |
| Sep 30, 2023 | 107.90 Mn |
| Jun 30, 2023 | -49.10 Mn |
| Mar 31, 2023 | -81.20 Mn |
| Dec 31, 2022 | 202.60 Mn |
| Sep 30, 2022 | -201.50 Mn |
| Jun 30, 2022 | -47.10 Mn |
| Mar 31, 2022 | 507.60 Mn |
| Dec 31, 2021 | -25.80 Mn |
| Sep 30, 2021 | 51.80 Mn |
Automatic Data Processing Change in Receivables 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=change-in-receivables&ticker=ADP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=ADP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();