EVgo (EVGO) Property, Plant & Equipment (Net) (2020 - 2026)
Analysis
EVgo (EVGO) Property, Plant & Equipment (Net) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 678.70 Mn | 678.70 Mn | -18.95 Mn | 27.58 Mn |
| 2 | NaaS Technology | 667.55 Mn | 662.84 Mn | - | 106,000.00 |
| 3 | Wallbox | 471.59 Mn | 460.71 Mn | - | 66.09 Mn |
| 4 | EVgo | 468.63 Mn | 615.17 Mn | 7.34 Mn | 469.28 Mn |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn | 20.14 Mn |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | 10,709.00 |
| 7 | Blink Charging | 83.39 Mn | 49.39 Mn | 8.44 Mn | 43.43 Mn |
| 8 | Pioneer Power Solutions | 37.62 Mn | 26.95 Mn | - | 4.87 Mn |
| 9 | Beam Global | 29.84 Mn | 28.81 Mn | 1.53 Mn | 11.96 Mn |
| 10 | Xchg | 24.22 Mn | 15.36 Mn | - | 2.01 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 469.28 Mn |
| Mar 31, 2026 | 452.38 Mn |
| Dec 31, 2025 | 460.75 Mn |
| Sep 30, 2025 | 435.42 Mn |
| Jun 30, 2025 | 415.71 Mn |
| Mar 31, 2025 | 413.87 Mn |
| Dec 31, 2024 | 414.97 Mn |
| Sep 30, 2024 | 407.65 Mn |
| Jun 30, 2024 | 403.42 Mn |
| Mar 31, 2024 | 393.69 Mn |
| Dec 31, 2023 | 389.23 Mn |
| Sep 30, 2023 | 397.93 Mn |
| Jun 30, 2023 | 383.82 Mn |
| Mar 31, 2023 | 367.20 Mn |
| Dec 31, 2022 | 308.11 Mn |
| Sep 30, 2022 | 264.47 Mn |
| Jun 30, 2022 | 209.09 Mn |
| Mar 31, 2022 | 166.13 Mn |
| Dec 31, 2021 | 133.28 Mn |
| Sep 30, 2021 | 110.01 Mn |
API Access
EVgo 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=EVGO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "EVGO", "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=EVGO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();