Opera (OPRA) Tax Rate (2017 - 2026)
Opera's (OPRA) quarterly Tax Rate came in at 18.22% in Q2 2026, down 647.0% year-over-year from 3.33% in Q2 2025, and down 6.78% quarter-over-quarter from 17.06% in Q1 2026.
Opera (OPRA) Tax Rate (2017 - 2026) Analysis & Trends
Opera has disclosed Tax Rate across 10 years of filings, most recently posting 18.22% for Q2 2026.
- In Q2 2026, Tax Rate fell 647.0% year-over-year to 18.22%; the TTM figure through Jun 2026 stood at 15.69% (down 19.0% YoY), while the FY2025 annual figure was 13.52%, up 440.0% from the prior year.
- Tax Rate came in at 18.22% for Q2 2026 at Opera, down from 17.06% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 178701.05% in Q2 2022 to a low of 35509.59% in Q3 2022.
- Average Tax Rate over 5 years is 7945.0%, with a median of 12.92% recorded in 2024.
- Year-over-year, Tax Rate surged 17869644 bps in 2022 and sank 17870887 bps in 2023.
- Over 5 years, Tax Rate stood at 3.36% in 2022, then slumped by 156 bps to 1.88% in 2023, then tumbled by 734 bps to 15.7% in 2024, then climbed by 17 bps to 13.07% in 2025, then tumbled by 39 bps to 18.22% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 18.22% in Q2 2026, 17.06% in Q1 2026, and 13.07% in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -18.22% |
| Mar 31, 2026 | -17.06% |
| Dec 31, 2025 | -13.07% |
| Sep 30, 2025 | -17.56% |
| Jun 30, 2025 | -11.75% |
| Mar 31, 2025 | -12.06% |
| Dec 31, 2024 | -15.70% |
| Sep 30, 2024 | -21.27% |
| Jun 30, 2024 | -12.77% |
| Mar 31, 2024 | -23.78% |
| Dec 31, 2023 | -1.88% |
| Sep 30, 2023 | -1.28% |
| Jun 30, 2023 | -7.82% |
| Mar 31, 2023 | -17.44% |
| Dec 31, 2022 | 3.36% |
| Sep 30, 2022 | -35,509.59% |
| Jun 30, 2022 | 178,701.05% |
| Mar 31, 2022 | 6.89% |
| Dec 31, 2021 | 2.23% |
| Sep 30, 2021 | -1.62% |
Opera 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=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "ticker": "OPRA", "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=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();