Ozop Energy Solutions (OZSC) Property, Plant & Equipment (Net) Growth (3y) (2020 - 2025)
Analysis
Ozop Energy Solutions (OZSC) Property, Plant & Equipment (Net) Growth (3y) (2020 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 678.70 Mn | 678.70 Mn | -18.95 Mn | - |
| 2 | NaaS Technology | 667.55 Mn | 662.84 Mn | - | -43.86% |
| 3 | Wallbox | 471.59 Mn | 460.71 Mn | - | 3.83% |
| 4 | EVgo | 468.63 Mn | 615.17 Mn | 7.34 Mn | 6.93% |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn | -22.18% |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | -75.31% |
| 7 | Blink Charging | 83.39 Mn | 49.39 Mn | 8.44 Mn | 11.61% |
| 8 | Pioneer Power Solutions | 37.62 Mn | 26.95 Mn | - | 26.93% |
| 9 | Beam Global | 29.84 Mn | 28.81 Mn | 1.53 Mn | 81.43% |
| 10 | Xchg | 24.22 Mn | 15.36 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -75.31% |
| Sep 30, 2025 | -75.03% |
| Jun 30, 2025 | 53.69% |
| Mar 31, 2025 | 50.59% |
| Dec 31, 2024 | 70.92% |
| Sep 30, 2024 | 60.71% |
| Jun 30, 2024 | 62.80% |
| Mar 31, 2024 | 90.03% |
| Dec 31, 2023 | 116.88% |
| Sep 30, 2023 | 162.31% |
| Jun 30, 2023 | 294.09% |
| Mar 31, 2023 | 491.55% |
| Dec 31, 2022 | 260.42% |
| Sep 30, 2022 | 33.63% |
| Jun 30, 2022 | 197.68% |
| Mar 31, 2022 | 192.83% |
| Dec 31, 2021 | 149.97% |
| Sep 30, 2021 | 197.99% |
| Jun 30, 2021 | 186.21% |
| Dec 31, 2020 | 257.94% |
API Access
Ozop Energy Solutions Property, Plant & Equipment (Net) Growth (3y) 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-3y&ticker=OZSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "ticker": "OZSC", "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-3y&ticker=OZSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();