ChargePoint Holdings (CHPT) Property, Plant & Equipment (Net) Growth (1y) (2022 - 2026)
Analysis
ChargePoint Holdings (CHPT) Property, Plant & Equipment (Net) Growth (1y) (2022 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 678.70 Mn | 678.70 Mn | -18.95 Mn | - |
| 2 | NaaS Technology | 667.55 Mn | 662.84 Mn | - | -56.91% |
| 3 | Wallbox | 471.59 Mn | 460.71 Mn | - | -8.85% |
| 4 | EVgo | 468.63 Mn | 615.17 Mn | 7.34 Mn | 12.89% |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn | -32.21% |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | -98.09% |
| 7 | Blink Charging | 83.39 Mn | 49.39 Mn | 8.44 Mn | -0.47% |
| 8 | Pioneer Power Solutions | 37.62 Mn | 26.95 Mn | - | -9.27% |
| 9 | Beam Global | 29.84 Mn | 28.81 Mn | 1.53 Mn | -19.37% |
| 10 | Xchg | 24.22 Mn | 15.36 Mn | - | -1.23% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -32.21% |
| Apr 30, 2026 | -31.41% |
| Jan 31, 2026 | -30.25% |
| Oct 31, 2025 | -28.75% |
| Jul 31, 2025 | -24.41% |
| Apr 30, 2025 | -20.24% |
| Jan 31, 2025 | -16.69% |
| Oct 31, 2024 | -10.16% |
| Jul 31, 2024 | -8.03% |
| Apr 30, 2024 | -1.56% |
| Jan 31, 2024 | 5.99% |
| Oct 31, 2023 | 9.02% |
| Jul 31, 2023 | 16.45% |
| Apr 30, 2023 | 18.37% |
| Jan 31, 2023 | 15.76% |
| Oct 31, 2022 | 11.46% |
| Jul 31, 2022 | 13.74% |
| Apr 30, 2022 | 12.77% |
API Access
ChargePoint Holdings 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=CHPT&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": "CHPT", "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=CHPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();