DXC Technology (DXC) Property, Plant & Equipment (Net) Growth (1y) (2018 - 2026)
Analysis
DXC Technology (DXC) Property, Plant & Equipment (Net) Growth (1y) (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | - |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 0.51% |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | -2.75% |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 1.66% |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 17.31% |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 0.42% |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | -5.96% |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 78.17% |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | -12.09% |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn | -9.46% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.46% |
| Mar 31, 2026 | -10.45% |
| Dec 31, 2025 | -9.34% |
| Sep 30, 2025 | -16.84% |
| Jun 30, 2025 | -18.50% |
| Mar 31, 2025 | -25.01% |
| Dec 31, 2024 | -27.81% |
| Sep 30, 2024 | -19.61% |
| Jun 30, 2024 | -20.40% |
| Mar 31, 2024 | -15.56% |
| Dec 31, 2023 | -12.92% |
| Sep 30, 2023 | -11.23% |
| Jun 30, 2023 | -13.11% |
| Mar 31, 2023 | -17.95% |
| Dec 31, 2022 | -20.00% |
| Sep 30, 2022 | -24.23% |
| Jun 30, 2022 | -22.14% |
| Mar 31, 2022 | -18.13% |
| Dec 31, 2021 | -23.07% |
| Sep 30, 2021 | -21.25% |
API Access
DXC Technology Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net-growth-1y&ticker=DXC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "ticker": "DXC", "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-growth-1y&ticker=DXC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();