Aeternum Health (AETN) Operating Income Growth (5y) (2015 - 2023)
Analysis
Aeternum Health (AETN) Operating Income Growth (5y) (2015 - 2023) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 701.06 Mn | 701.06 Mn | -18.95 Mn |
| 2 | NaaS Technology | 648.23 Mn | 643.52 Mn | - |
| 3 | Wallbox | 479.30 Mn | 468.42 Mn | - |
| 4 | EVgo | 478.06 Mn | 624.61 Mn | 7.34 Mn |
| 5 | ChargePoint Holdings | 276.02 Mn | 180.29 Mn | 42.30 Mn |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - |
| 7 | Blink Charging | 86.27 Mn | 52.26 Mn | 8.44 Mn |
| 8 | Pioneer Power Solutions | 38.95 Mn | 28.28 Mn | - |
| 9 | Beam Global | 29.39 Mn | 28.37 Mn | 1.53 Mn |
| 10 | Aeternum Health | 5.28 Mn | 3.35 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Nov 30, 2023 | -41.78% |
| Aug 31, 2023 | -73.40% |
| May 31, 2023 | -39.91% |
| Feb 28, 2023 | 15.77% |
| Nov 30, 2022 | -22.92% |
| Aug 31, 2022 | -40.72% |
| May 31, 2022 | -54.83% |
| Nov 30, 2021 | -44.69% |
| Aug 31, 2021 | -39.39% |
| May 31, 2021 | -30.24% |
| Feb 28, 2021 | 14.07% |
| Nov 30, 2020 | 21.55% |
| Aug 31, 2020 | 34.60% |
| May 31, 2020 | 1.20% |
| Feb 29, 2020 | 5.46% |
| Nov 30, 2019 | 18.62% |
| Aug 31, 2019 | 19.58% |
| May 31, 2019 | 2.46% |
| Feb 28, 2019 | 7.49% |
| Nov 30, 2018 | -1.50% |
API Access
Aeternum Health Operating Income Growth (5y) 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=operating-income-growth-5y&ticker=AETN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income-growth-5y", "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=operating-income-growth-5y&ticker=AETN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();