Eco Wave Power Global AB (publ) (WAVE) Retained Earnings (2020 - 2026)
Eco Wave Power Global AB (publ)'s (WAVE) quarterly Retained Earnings came in at -$20.4 million in Q2 2026, down 20.59% year-over-year from -$25.7 million in Q2 2025, and down 5.02% quarter-over-quarter from -$19.5 million in Q1 2026.
Eco Wave Power Global AB (publ) (WAVE) Retained Earnings (2020 - 2026) Analysis & Trends
Eco Wave Power Global AB (publ) (WAVE) has reported Retained Earnings for 7 consecutive years, with -$20.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings fell 20.59% year-over-year to -$20.4 million in Q2 2026; TTM through Jun 2026 was -$20.4 million, a 20.59% decrease from a year earlier, with the FY2025 full-year figure at -$18.8 million, down 24.53% from the prior year.
- Retained Earnings was -$20.4 million for Q2 2026 at Eco Wave Power Global AB (publ), down from -$19.5 million in the prior quarter.
- Over five years, Retained Earnings peaked at -$9.8 million in Q2 2022 and troughed at -$20.4 million in Q2 2026.
- A 5-year average of -$14.5 million and a median of -$14.0 million in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings sank 34.86% in 2022 and fell 14.46% in 2024, its largest moves.
- Over 5 years, Retained Earnings stood at -$11.3 million in 2022, then decreased by 15.15% to -$13.0 million in 2023, then decreased by 15.98% to -$15.1 million in 2024, then fell by 24.53% to -$18.8 million in 2025, then fell by 8.9% to -$20.4 million in 2026.
- The last three Retained Earnings figures came in at -$20.4 million (Q2 2026), -$19.5 million (Q1 2026), and -$18.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 1.08 Bn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -1.01 Bn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 2.37 Bn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 2.53 Bn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 100.11 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 3.60 Bn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 1.73 Bn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 965.78 Mn |
| 10 | Eco Wave Power Global AB (publ) | 304.13 Mn | 295.80 Mn | - | -20.44 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.44 Mn |
| Mar 31, 2026 | -19.46 Mn |
| Dec 31, 2025 | -18.77 Mn |
| Sep 30, 2025 | -17.93 Mn |
| Jun 30, 2025 | -16.95 Mn |
| Mar 31, 2025 | -15.57 Mn |
| Dec 31, 2024 | -15.07 Mn |
| Sep 30, 2024 | -14.54 Mn |
| Jun 30, 2024 | -14.00 Mn |
| Mar 31, 2024 | -13.51 Mn |
| Dec 31, 2023 | -12.99 Mn |
| Sep 30, 2023 | -12.34 Mn |
| Jun 30, 2023 | -12.14 Mn |
| Mar 31, 2023 | -11.81 Mn |
| Dec 31, 2022 | -11.28 Mn |
| Sep 30, 2022 | -10.39 Mn |
| Jun 30, 2022 | -9.81 Mn |
| Dec 31, 2021 | -8.38 Mn |
| Sep 30, 2021 | -7.79 Mn |
| Jun 30, 2021 | -7.28 Mn |
Eco Wave Power Global AB (publ) 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=WAVE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "WAVE", "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=WAVE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();