Eco Wave Power Global AB (publ) (WAVE) Minority Interest (2023 - 2026)
Eco Wave Power Global AB (publ)'s (WAVE) quarterly Minority Interest came in at -$180000.0 in Q2 2026, down 1.12% year-over-year from -$182045.5 in Q2 2025, and up 3.23% quarter-over-quarter from -$186000.0 in Q1 2026.
Eco Wave Power Global AB (publ) (WAVE) Minority Interest (2023 - 2026) Analysis & Trends
Eco Wave Power Global AB (publ) (WAVE) has reported Minority Interest for 4 consecutive years, with -$180000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Minority Interest fell 1.12% year-over-year to -$180000.0 in Q2 2026; TTM through Jun 2026 was -$180000.0, a 1.12% decrease from a year earlier, with the FY2025 full-year figure at -$186000.0, down 17.72% from the prior year.
- Minority Interest was -$180000.0 for Q2 2026 at Eco Wave Power Global AB (publ), up from -$186000.0 in the prior quarter.
- Over five years, Minority Interest peaked at -$149000.0 in Q4 2023 and troughed at -$190000.0 in Q3 2025.
- A 4-year average of -$171818.2 and a median of -$170000.0 in 2025 frame the typical range for Minority Interest.
- Across the five-year window, Minority Interest slipped 18.01% in 2025 and retreated 1.12% in 2026, its largest moves.
- Over 4 years, Minority Interest stood at -$149000.0 in 2023, then retreated by 6.04% to -$158000.0 in 2024, then dropped by 17.72% to -$186000.0 in 2025, then rose by 3.23% to -$180000.0 in 2026.
- The last three Minority Interest figures came in at -$180000.0 (Q2 2026), -$186000.0 (Q1 2026), and -$186000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn |
| 10 | Eco Wave Power Global AB (publ) | 304.13 Mn | 295.80 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -180,000.00 |
| Mar 31, 2026 | -186,000.00 |
| Dec 31, 2025 | -186,000.00 |
| Sep 30, 2025 | -190,000.00 |
| Jun 30, 2025 | -178,000.00 |
| Mar 31, 2025 | -170,000.00 |
| Dec 31, 2024 | -158,000.00 |
| Sep 30, 2024 | -161,000.00 |
| Jun 30, 2024 | -168,000.00 |
| Mar 31, 2024 | -164,000.00 |
| Dec 31, 2023 | -149,000.00 |
Eco Wave Power Global AB (publ) Minority Interest 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=minority-interest&ticker=WAVE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=WAVE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();