Opera (OPRA) Tax Provisions (2017 - 2026)
Opera's (OPRA) quarterly Tax Provisions came in at -$6.1 million in Q2 2026, down 194.15% year-over-year from $6.5 million in Q2 2025, and down 20.37% quarter-over-quarter from -$5.1 million in Q1 2026.
Opera (OPRA) Tax Provisions (2017 - 2026) Analysis & Trends
Opera has disclosed Tax Provisions across 10 years of filings, most recently posting -$6.1 million for Q2 2026.
- In Q2 2026, Tax Provisions fell 194.15% year-over-year to -$6.1 million; the TTM figure through Jun 2026 stood at -$23.6 million (down 59.49% YoY), while the FY2025 annual figure was -$16.9 million, up 4.01% from the prior year.
- Tax Provisions came in at -$6.1 million for Q2 2026 at Opera, down from -$5.1 million in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of $681.0 million in Q4 2022 to a low of -$5.2 billion in Q3 2022.
- Average Tax Provisions over 5 years is -$641.5 million, with a median of -$4.3 million recorded in 2024.
- The largest YoY upside for Tax Provisions was 28067.15% in 2022 against a maximum downside of 1331601.03% in 2022.
- Over 5 years, Tax Provisions stood at $681.0 million in 2022, then slumped by 100.3% to -$2.1 million in 2023, then tumbled by 159.07% to -$5.3 million in 2024, then tumbled by 56.74% to -$8.4 million in 2025, then climbed by 26.68% to -$6.1 million in 2026.
- Per Business Quant data, the three most recent Tax Provisions figures were -$6.1 million in Q2 2026, -$5.1 million in Q1 2026, and -$8.4 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.14 Mn |
| Mar 31, 2026 | -5.10 Mn |
| Dec 31, 2025 | -8.37 Mn |
| Sep 30, 2025 | -3.97 Mn |
| Jun 30, 2025 | -2.09 Mn |
| Mar 31, 2025 | -2.51 Mn |
| Dec 31, 2024 | -5.34 Mn |
| Sep 30, 2024 | -4.85 Mn |
| Jun 30, 2024 | -2.83 Mn |
| Mar 31, 2024 | -4.63 Mn |
| Dec 31, 2023 | -2.06 Mn |
| Sep 30, 2023 | -218,000.00 |
| Jun 30, 2023 | -1.15 Mn |
| Mar 31, 2023 | -3.27 Bn |
| Dec 31, 2022 | 681.00 Mn |
| Sep 30, 2022 | -5.17 Bn |
| Jun 30, 2022 | -3.74 Bn |
| Mar 31, 2022 | -608,000.00 |
| Dec 31, 2021 | -2.44 Mn |
| Sep 30, 2021 | -388,000.00 |
Opera Tax Provisions 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-provisions&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();