Aeternum Health (AETN) Property, Plant & Equipment (Net) Growth (1y) (2012 - 2014)
Analysis
Aeternum Health (AETN) Property, Plant & Equipment (Net) Growth (1y) (2012 - 2014) 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 | 701.06 Mn | 701.06 Mn | -18.95 Mn | - |
| 2 | NaaS Technology | 648.23 Mn | 643.52 Mn | - | -56.91% |
| 3 | Wallbox | 479.30 Mn | 468.42 Mn | - | -8.85% |
| 4 | EVgo | 478.06 Mn | 624.61 Mn | 7.34 Mn | 12.89% |
| 5 | ChargePoint Holdings | 276.02 Mn | 180.29 Mn | 42.30 Mn | -32.21% |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | -98.09% |
| 7 | Blink Charging | 86.27 Mn | 52.26 Mn | 8.44 Mn | -0.47% |
| 8 | Pioneer Power Solutions | 38.95 Mn | 28.28 Mn | - | -9.27% |
| 9 | Beam Global | 29.39 Mn | 28.37 Mn | 1.53 Mn | -19.37% |
| 10 | Aeternum Health | 5.28 Mn | 3.35 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| May 31, 2014 | -2.31% |
| Feb 28, 2014 | -2.29% |
| Nov 30, 2013 | -2.28% |
| Aug 31, 2013 | -2.27% |
| May 31, 2013 | -2.25% |
| Feb 28, 2013 | -2.24% |
| Nov 30, 2012 | -2.23% |
| Aug 31, 2012 | -2.22% |
| Feb 29, 2012 | -2.19% |
API Access
Aeternum Health 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=AETN&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": "AETN", "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=AETN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();