Aeternum Health (AETN) Retained Earnings (2011 - 2026)
Aeternum Health's (AETN) quarterly Retained Earnings came in at -$1.7 million in Q2 2026, up 42.93% year-over-year from -$1.2 million in Q2 2025, and up 49.22% quarter-over-quarter from -$3.4 million in Q1 2026.
Aeternum Health (AETN) Retained Earnings (2011 - 2026) Analysis & Trends
Aeternum Health (AETN) has reported Retained Earnings for 16 consecutive years, with -$1.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 42.93% year-over-year to -$1.7 million in Q2 2026; TTM through Jun 2026 was -$1.7 million, a 42.93% increase from a year earlier, with the FY2025 full-year figure at -$3.3 million, down 11.46% from the prior year.
- Retained Earnings was -$1.7 million for Q2 2026 at Aeternum Health, up from -$3.4 million in the prior quarter.
- Over five years, Retained Earnings peaked at $7.7 million in Q4 2022 and troughed at -$7.2 million in Q1 2022.
- A 5-year average of -$1.1 million and a median of -$2.6 million in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings jumped 242.97% in 2022 and plunged 131.93% in 2023, its largest moves.
- Over 5 years, Retained Earnings stood at $7.7 million in 2022, then sank by 131.66% to -$2.4 million in 2023, then retreated by 20.06% to -$2.9 million in 2024, then dropped by 11.46% to -$3.3 million in 2025, then jumped by 47.06% to -$1.7 million in 2026.
- The last three Retained Earnings figures came in at -$1.7 million (Q2 2026), -$3.4 million (Q1 2026), and -$3.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 678.70 Mn | 678.70 Mn | -18.95 Mn | -336.59 Mn |
| 2 | NaaS Technology | 667.55 Mn | 662.84 Mn | - | 1.16 Bn |
| 3 | Wallbox | 471.59 Mn | 460.71 Mn | - | -785.56 Mn |
| 4 | EVgo | 468.63 Mn | 615.17 Mn | 7.34 Mn | -20.44 Mn |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn | -2.19 Bn |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | -233.58 Mn |
| 7 | Blink Charging | 83.39 Mn | 49.39 Mn | 8.44 Mn | 897.53 Mn |
| 8 | Pioneer Power Solutions | 37.62 Mn | 26.95 Mn | - | 35.32 Mn |
| 9 | Beam Global | 29.84 Mn | 28.81 Mn | 1.53 Mn | 162.35 Mn |
| 10 | Aeternum Health | 7.92 Mn | 5.99 Mn | - | -1.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.74 Mn |
| Mar 31, 2026 | -3.42 Mn |
| Dec 31, 2025 | -3.28 Mn |
| Sep 30, 2025 | -3.18 Mn |
| Jun 30, 2025 | -3.04 Mn |
| Mar 31, 2025 | -2.94 Mn |
| Dec 31, 2024 | -2.94 Mn |
| Sep 30, 2024 | -2.80 Mn |
| Feb 29, 2024 | -2.58 Mn |
| Nov 30, 2023 | -2.45 Mn |
| Aug 31, 2023 | -2.35 Mn |
| May 31, 2023 | -2.03 Mn |
| Feb 28, 2023 | -1.91 Mn |
| Nov 30, 2022 | 7.74 Mn |
| Aug 31, 2022 | 7.35 Mn |
| May 31, 2022 | 7.35 Mn |
| Feb 28, 2022 | -7.19 Mn |
| Nov 30, 2021 | 5.65 Mn |
| Aug 31, 2021 | 5.65 Mn |
| May 31, 2021 | -5.14 Mn |
Aeternum Health Retained Earnings 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=retained-earnings&ticker=AETN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=AETN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();