Ozop Energy Solutions (OZSC) Accumulated Expenses (2017)
Ozop Energy Solutions' (OZSC) quarterly Accumulated Expenses came in at $8500.0 in Q2 2017.
Analysis
Ozop Energy Solutions (OZSC) Accumulated Expenses (2017) Analysis & Trends
Ozop Energy Solutions (OZSC) has reported Accumulated Expenses for 1 consecutive years, with $8500.0 the latest figure, recorded in Q2 2017.
- On a quarterly basis, Accumulated Expenses changed N/A year-over-year to $8500.0 in Q2 2017; TTM through Apr 2017 was $8500.0, a N/A change from a year earlier, with the FY2017 full-year figure at $8500.0, changed N/A from the prior year.
- Accumulated Expenses was $8500.0 for Q2 2017 at Ozop Energy Solutions.
- Over five years, Accumulated Expenses peaked at $8500.0 in Q2 2017 and troughed at $8500.0 in Q2 2017.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 678.70 Mn | 678.70 Mn | -18.95 Mn |
| 2 | NaaS Technology | 667.55 Mn | 662.84 Mn | - |
| 3 | Wallbox | 471.59 Mn | 460.71 Mn | - |
| 4 | EVgo | 468.63 Mn | 615.17 Mn | 7.34 Mn |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - |
| 7 | Blink Charging | 83.39 Mn | 49.39 Mn | 8.44 Mn |
| 8 | Pioneer Power Solutions | 37.62 Mn | 26.95 Mn | - |
| 9 | Beam Global | 29.84 Mn | 28.81 Mn | 1.53 Mn |
| 10 | Xchg | 24.22 Mn | 15.36 Mn | - |
API Access
Ozop Energy Solutions Accumulated Expenses 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=accumulated-expenses&ticker=OZSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accumulated-expenses", "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=accumulated-expenses&ticker=OZSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();