Automatic Data Processing (ADP) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
Automatic Data Processing (ADP) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | 641.30 Mn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | 588.90 Mn |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | 644.70 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | 71.40 Mn |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | 188.24 Mn |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | 355.00 Mn |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | 31.52 Mn |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | 11.40 Mn |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 641.30 Mn |
| Mar 31, 2026 | 622.70 Mn |
| Dec 31, 2025 | 622.70 Mn |
| Sep 30, 2025 | 646.70 Mn |
| Jun 30, 2025 | 655.40 Mn |
| Mar 31, 2025 | 670.40 Mn |
| Dec 31, 2024 | 682.20 Mn |
| Sep 30, 2024 | 692.50 Mn |
| Jun 30, 2024 | 685.60 Mn |
| Mar 31, 2024 | 676.50 Mn |
| Dec 31, 2023 | 671.00 Mn |
| Sep 30, 2023 | 660.40 Mn |
| Jun 30, 2023 | 681.40 Mn |
| Mar 31, 2023 | 663.50 Mn |
| Dec 31, 2022 | 655.10 Mn |
| Sep 30, 2022 | 645.10 Mn |
| Jun 30, 2022 | 652.60 Mn |
| Mar 31, 2022 | 650.50 Mn |
| Dec 31, 2021 | 644.50 Mn |
| Sep 30, 2021 | 648.70 Mn |
API Access
Automatic Data Processing Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=ADP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=ADP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();