Eco Wave Power Global AB (publ) (WAVE) Tax Rate (2020 - 2022)
Eco Wave Power Global AB (publ)'s (WAVE) quarterly Tax Rate came in at 1.91% in Q2 2022, up 66.0% year-over-year from 1.15% in Q2 2021, and down 101.74% quarter-over-quarter from 109.24% in Q4 2021.
Eco Wave Power Global AB (publ) (WAVE) Tax Rate (2020 - 2022) Analysis & Trends
Eco Wave Power Global AB (publ) (WAVE) has reported Tax Rate for 3 consecutive years, with 1.91% the latest figure, recorded in Q2 2022.
- On a quarterly basis, Tax Rate rose 66.0% year-over-year to 1.91% in Q2 2022; TTM through Jun 2022 was 35.21%, a 1269.0% decrease from a year earlier, with the FY2022 full-year figure at 100.0%, changed 0.0% from the prior year.
- Tax Rate was 1.91% for Q2 2022 at Eco Wave Power Global AB (publ), down from 109.24% in the prior quarter.
- Over five years, Tax Rate peaked at 116.34% in Q2 2020 and troughed at 2.57% in Q2 2021.
- A 3-year average of 58.79% and a median of 47.09% in 2020 frame the typical range for Tax Rate.
- The widest YoY moves for Tax Rate: up 6215 bps in 2021, down 11890 bps in 2021.
- Over 3 years, Tax Rate stood at 47.09% in 2020, then soared by 132 bps to 109.24% in 2021, then tumbled by 102 bps to 1.91% in 2022.
- The last three Tax Rate figures came in at 1.91% (Q2 2022), 109.24% (Q4 2021), and 45.15% (Q3 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 28.57% |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 2.17% |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 23.68% |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 28.68% |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -24.44% |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 4.26% |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 6.10% |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -11.11% |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -56.33% |
| 10 | Eco Wave Power Global AB (publ) | 304.13 Mn | 295.80 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -1.91% |
| Dec 31, 2021 | 109.24% |
| Sep 30, 2021 | 45.15% |
| Jun 30, 2021 | -2.57% |
| Dec 31, 2020 | 47.09% |
| Sep 30, 2020 | 98.21% |
| Jun 30, 2020 | 116.34% |
Eco Wave Power Global AB (publ) Tax Rate 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=tax-rate&ticker=WAVE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=WAVE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();