Eco Wave Power Global AB (publ) (WAVE) EPS (Basic) (2020 - 2026)
Eco Wave Power Global AB (publ)'s (WAVE) quarterly EPS (Basic) came in at -$0.02 in Q2 2026, up 32.47% year-over-year from -$0.02 in Q2 2025, and down 40.98% quarter-over-quarter from -$0.01 in Q1 2026.
Eco Wave Power Global AB (publ) (WAVE) EPS (Basic) (2020 - 2026) Analysis & Trends
Eco Wave Power Global AB (publ) (WAVE) has reported EPS (Basic) for 7 consecutive years, with -$0.02 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 32.47% year-over-year to -$0.02 in Q2 2026; TTM through Jun 2026 was -$0.07, a 12.56% decrease from a year earlier, with the FY2025 full-year figure at -$0.08, down 69.53% from the prior year.
- EPS (Basic) was -$0.02 for Q2 2026 at Eco Wave Power Global AB (publ), down from -$0.01 in the prior quarter.
- Over five years, EPS (Basic) peaked at -$0.0 in Q3 2023 and troughed at -$0.03 in Q2 2025.
- A 5-year average of -$0.02 and a median of -$0.01 in 2023 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) jumped 70.14% in 2023 and slumped 185.8% in 2025, its largest moves.
- Over 5 years, EPS (Basic) stood at -$0.02 in 2022, then rose by 26.07% to -$0.01 in 2023, then rose by 20.1% to -$0.01 in 2024, then slumped by 51.09% to -$0.02 in 2025, then decreased by 16.87% to -$0.02 in 2026.
- The last three EPS (Basic) figures came in at -$0.02 (Q2 2026), -$0.01 (Q1 2026), and -$0.02 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 0.77 |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 0.27 |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 2.32 |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -2.00 |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 0.24 |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 1.67 |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -0.28 |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 0.27 |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 0.44 |
| 10 | Eco Wave Power Global AB (publ) | 304.13 Mn | 295.80 Mn | - | -0.02 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.02 |
| Mar 31, 2026 | -0.01 |
| Dec 31, 2025 | -0.02 |
| Sep 30, 2025 | -0.02 |
| Jun 30, 2025 | -0.03 |
| Mar 31, 2025 | -0.01 |
| Dec 31, 2024 | -0.01 |
| Sep 30, 2024 | -0.01 |
| Jun 30, 2024 | -0.01 |
| Mar 31, 2024 | -0.01 |
| Dec 31, 2023 | -0.01 |
| Sep 30, 2023 | 0.00 |
| Jun 30, 2023 | -0.01 |
| Mar 31, 2023 | -0.01 |
| Dec 31, 2022 | -0.02 |
| Sep 30, 2022 | -0.01 |
| Jun 30, 2022 | -0.02 |
| Mar 31, 2022 | -0.02 |
| Dec 31, 2021 | -0.01 |
| Sep 30, 2021 | -0.01 |
Eco Wave Power Global AB (publ) EPS (Basic) 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=eps-basic&ticker=WAVE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=WAVE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();