Opera (OPRA) Change in Taxes (2019 - 2026)
Opera's (OPRA) quarterly Change in Taxes came in at -$7.1 million in Q2 2026, down 30.49% year-over-year from -$10.3 million in Q2 2025, and down 162.53% quarter-over-quarter from -$2.7 million in Q1 2026.
Opera (OPRA) Change in Taxes (2019 - 2026) Analysis & Trends
Opera has disclosed Change in Taxes across 8 years of filings, most recently posting -$7.1 million for Q2 2026.
- In Q2 2026, Change in Taxes fell 30.49% year-over-year to -$7.1 million; the TTM figure through Jun 2026 stood at -$16.9 million (down 83.94% YoY), while the FY2025 annual figure was -$12.9 million, down 68.05% from the prior year.
- Change in Taxes came in at -$7.1 million for Q2 2026 at Opera, down from -$2.7 million in the prior quarter.
- In the past five years, Change in Taxes ranged from a high of -$87000.0 in Q3 2024 to a low of -$7.1 million in Q2 2026.
- Average Change in Taxes over 5 years is -$2.8 million, with a median of -$3.0 million recorded in 2022.
- Year-over-year, Change in Taxes surged 81.49% in 2024 and tumbled 988.51% in 2025.
- Over 5 years, Change in Taxes stood at -$3.2 million in 2022, then surged by 40.95% to -$1.9 million in 2023, then slumped by 76.5% to -$3.4 million in 2024, then tumbled by 82.25% to -$6.2 million in 2025, then decreased by 15.67% to -$7.1 million in 2026.
- Per Business Quant data, the three most recent Change in Taxes figures were -$7.1 million in Q2 2026, -$2.7 million in Q1 2026, and -$6.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.13 Mn |
| Mar 31, 2026 | -2.71 Mn |
| Dec 31, 2025 | -6.16 Mn |
| Sep 30, 2025 | -947,000.00 |
| Jun 30, 2025 | -5.46 Mn |
| Mar 31, 2025 | -286,000.00 |
| Dec 31, 2024 | -3.38 Mn |
| Sep 30, 2024 | -87,000.00 |
| Jun 30, 2024 | -4.02 Mn |
| Mar 31, 2024 | -162,000.00 |
| Dec 31, 2023 | -1.92 Mn |
| Sep 30, 2023 | -470,000.00 |
| Jun 30, 2023 | -3.40 Mn |
| Dec 31, 2022 | -3.24 Mn |
| Dec 31, 2021 | -4.11 Mn |
| Sep 30, 2021 | -134,000.00 |
| Jun 30, 2021 | -448,000.00 |
| Mar 31, 2021 | -759,000.00 |
| Dec 31, 2020 | -1.89 Mn |
| Sep 30, 2020 | -899,000.00 |
Opera Change in Taxes 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=change-in-taxes&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();