Eco Wave Power Global AB (publ) growth metrics data for the quarter ended Jun 2026. These growth metrics cover 23 quarters of results from Sep 2020 through Jun 2026, standardized by Business Quant from the company’s SEC filings.
| Growth Metrics | Sep2020 | Dec2020 | Jun2021 | Sep2021 | Dec2021 | Mar2022 | Jun2022 | Sep2022 | Dec2022 | Mar2023 | Jun2023 | Sep2023 | Dec2023 | Mar2024 | Jun2024 | Sep2024 | Dec2024 | Mar2025 | Jun2025 | Sep2025 | Dec2025 | Mar2026 | Jun2026 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Growth Ratios | |||||||||||||||||||||||
| EBITDA Margin (QoQ) | 158,853.00 | ||||||||||||||||||||||
| EBIT Margin (QoQ) | 158,853.00 | ||||||||||||||||||||||
| EBT Margin (QoQ) | 32,198.00 | ||||||||||||||||||||||
| Gross Margin (QoQ) | 5,603.00 | ||||||||||||||||||||||
| Interest Coverage Ratio Growth (1y)Interest Cover Growth (1y) | 98.13% | 216.62% | 43.34% | 2,425.00% | 25.46% | 14.34% | -47.46% | -48.06% | -16.51% | -22.81% | 17.01% | -82.58% | -86.09% | -8.35% | -97.66% | -18.39% | -47.49% | -60.61% | 147.15% | ||||
| Interest Coverage Ratio Growth (3y)Interest Cover Growth (3y) | 54.21% | 30.56% | 49.13% | -4.13% | 60.10% | -47.39% | -6.83% | -75.67% | -58.05% | -60.64% | -34.68% | -59.24% | |||||||||||
| Interest Coverage Ratio Growth (5y)Interest Cover Growth (5y) | -36.84% | 15.24% | -24.70% | -44.85% | |||||||||||||||||||
| Interest Coverage Ratio (QoQ)Interest Cover (QoQ) | -104.09% | 1,529.50% | 30.58% | 87.91% | -33.72% | -22.87% | 19.01% | -13.66% | -34.48% | 24.00% | 10.03% | 30.88% | -90.25% | -1.01% | 625.17% | -96.65% | 239.82% | -36.30% | 443.99% | -79.01% | |||
| Net Margin (QoQ) | 47,897.00 | ||||||||||||||||||||||
| Operating Margin (QoQ) | 158,853.00 | ||||||||||||||||||||||
| Return on Assets [ROA] Growth (1y)ROA Growth (1y) | -417.00 | -1474.00 | -290.00 | 575.00 | 428.00 | -110.00 | -717.00 | -64.00 | 220.00 | 727.00 | 628.00 | -145.00 | -716.00 | -1055.00 | |||||||||
| Return on Assets [ROA] Growth (3y)ROA Growth (3y) | -1412.00 | -1425.00 | -963.00 | -379.00 | 366.00 | -68.00 | -438.00 | ||||||||||||||||
| Return on Assets [ROA] Growth (5y)ROA Growth (5y) | -1739.00 | ||||||||||||||||||||||
| Return on Assets [ROA] (QoQ)ROA (QoQ) | -316.00 | 197.00 | -860.00 | 60.00 | 232.00 | 278.00 | 6.00 | -87.00 | -306.00 | -329.00 | 659.00 | 196.00 | 201.00 | -428.00 | -115.00 | -374.00 | -138.00 | ||||||
| Return on Capital Employed [ROCE] Growth (1y)ROCE Growth (1y) | -506.00 | -843.00 | 179.00 | 504.00 | 318.00 | -299.00 | -845.00 | -222.00 | 163.00 | 31.00 | -367.00 | -2208.00 | -2696.00 | -1384.00 | |||||||||
| Return on Capital Employed [ROCE] Growth (3y)ROCE Growth (3y) | -440.00 | -1172.00 | -562.00 | -1033.00 | -1926.00 | -2216.00 | -1652.00 | ||||||||||||||||
| Return on Capital Employed [ROCE] Growth (5y)ROCE Growth (5y) | -1792.00 | ||||||||||||||||||||||
| Return on Capital Employed [ROCE] (QoQ)ROCE (QoQ) | 235.00 | 166.00 | -172.00 | -3.00 | 304.00 | 49.00 | 153.00 | -189.00 | -312.00 | -497.00 | 776.00 | 195.00 | -443.00 | -895.00 | -1065.00 | -293.00 | 869.00 | ||||||
| Return on Invested Capital [ROIC] (QoQ)ROIC (QoQ) | -28.00 | 150.00 | |||||||||||||||||||||
| Return on Sales [ROS] (QoQ)ROS (QoQ) | 158,853.00 |
Pull Eco Wave Power Global AB (publ)'s standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=WAVE&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "WAVE", "statement": "Growth", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=WAVE&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();