Ads-Tec Energy Public (ADSE) Property, Plant & Equipment (Net) (2019 - 2025)
Analysis
Ads-Tec Energy Public (ADSE) Property, Plant & Equipment (Net) (2019 - 2025) 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 |
|---|---|
| Dec 31, 2025 | 27.58 Mn |
| Jun 30, 2025 | 32.20 Mn |
| Dec 31, 2024 | 32.26 Mn |
| Jun 30, 2024 | 36.76 Mn |
| Dec 31, 2023 | 29,050.38 |
| Jun 30, 2023 | 38.00 Mn |
| Dec 31, 2022 | 13,263.22 |
| Jun 30, 2022 | 27.70 Mn |
| Dec 31, 2021 | 110.84 Mn |
| Jun 30, 2021 | -143.30 Mn |
| Apr 30, 2021 | 142.63 Mn |
| Dec 31, 2020 | -10.24 Mn |
| Dec 31, 2019 | 1.87 Mn |
API Access
Ads-Tec Energy Public 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=ADSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "ADSE", "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=ADSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();