Corpay (CPAY) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026)
Analysis
Corpay (CPAY) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | - |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | - |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 6.52% |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | - |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 249.80% |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 8.75% |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | 28.74% |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 50.95% |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 12.18% |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 259.44% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.75% |
| Mar 31, 2026 | 16.69% |
| Dec 31, 2025 | 25.05% |
| Sep 30, 2025 | 19.73% |
| Jun 30, 2025 | 21.40% |
| Mar 31, 2025 | 14.12% |
| Dec 31, 2024 | 10.07% |
| Sep 30, 2024 | 14.68% |
| Jun 30, 2024 | 8.69% |
| Mar 31, 2024 | 13.35% |
| Dec 31, 2023 | 16.44% |
| Sep 30, 2023 | 21.06% |
| Jun 30, 2023 | 26.31% |
| Mar 31, 2023 | 21.99% |
| Dec 31, 2022 | 24.71% |
| Sep 30, 2022 | 23.54% |
| Jun 30, 2022 | 20.26% |
| Mar 31, 2022 | 27.11% |
| Dec 31, 2021 | 16.68% |
| Sep 30, 2021 | 16.16% |
API Access
Corpay 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=CPAY&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": "CPAY", "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=CPAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();