Analysts expect Eco Wave Power Global AB (publ) to report revenue of 91,585.37 for Q3 26, against a range of 86,451.64 to 96,719.10. The most recent reported quarter, Q2 26, came in at 0.00.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.00 | 200,000.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | - | - | - | - | - | - | - | - | ||
| High Estimate | - | 54,292.84 | 105,660.56 | 98,028.52 | 205,337.35 | 0.00 | 0.00 | 0.00 | 96,719.10 | 88,053.86 | 13,233.05 | 19,863.43 | 105,348.15 | 126,362.34 | 15,771.65 | 19,073.11 | ||
| Low Estimate | - | 50,010.16 | 87,082.44 | 89,244.48 | 168,588.65 | 0.00 | 0.00 | 0.00 | 86,451.64 | 77,638.76 | 12,159.51 | 17,183.11 | 86,551.75 | 106,636.00 | 14,266.81 | 15,736.85 | ||
| Consensus Estimate | - | 52,151.50 | 96,371.50 | 93,636.50 | 186,963.00 | 0.00 | 0.00 | 0.00 | 91,585.37 | 82,846.31 | 12,696.28 | 18,523.27 | 95,949.95 | 116,499.17 | 15,019.23 | 17,404.98 |
Analysts expect Eco Wave Power Global AB (publ) to report earnings per share of -0.23 for Q3 26, against a range of -0.25 to -0.21. The most recent reported quarter, Q2 26, came in at -0.02, a 88.2% beat against the -0.17 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | -0.01 | -0.01 | -0.09 | -0.13 | -0.17 | -0.14 | -0.12 | -0.02 | - | - | - | - | - | - | - | - | ||
| High Estimate | - | -0.01 | -0.06 | -0.13 | -0.08 | -0.15 | -0.15 | -0.15 | -0.21 | -0.25 | -0.17 | -0.04 | -0.22 | -0.27 | -0.24 | -0.04 | ||
| Low Estimate | - | -0.01 | -0.06 | -0.15 | -0.10 | -0.17 | -0.15 | -0.19 | -0.25 | -0.29 | -0.19 | -0.04 | -0.24 | -0.29 | -0.28 | -0.04 | ||
| Consensus Estimate | - | -0.01 | -0.06 | -0.14 | -0.09 | -0.16 | -0.15 | -0.17 | -0.23 | -0.27 | -0.18 | -0.04 | -0.23 | -0.28 | -0.26 | -0.04 |
Pull Wall Street consensus for Eco Wave Power Global AB (publ) (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=WAVE&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "WAVE", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=WAVE&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();