Opera (OPRA) Long-Term Deferred Tax (2017 - 2026)
Opera's (OPRA) quarterly Long-Term Deferred Tax came in at $1.6 million in Q2 2026, up 22.09% year-over-year from $1.3 million in Q2 2025, and down 2.05% quarter-over-quarter from $1.6 million in Q1 2026.
Opera (OPRA) Long-Term Deferred Tax (2017 - 2026) Analysis & Trends
Opera has disclosed Long-Term Deferred Tax across 10 years of filings, most recently posting $1.6 million for Q2 2026.
- In Q2 2026, Long-Term Deferred Tax rose 22.09% year-over-year to $1.6 million; the TTM figure through Jun 2026 stood at $1.6 million (up 22.09% YoY), while the FY2025 annual figure was $1.6 million, up 49.11% from the prior year.
- Long-Term Deferred Tax came in at $1.6 million for Q2 2026 at Opera, down from $1.6 million in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $2.3 million in Q1 2022 to a low of $1.1 million in Q4 2024.
- Average Long-Term Deferred Tax over 5 years is $1.5 million, with a median of $1.4 million recorded in 2022.
- Year-over-year, Long-Term Deferred Tax plunged 43.39% in 2022 and soared 49.11% in 2025.
- Over 5 years, Long-Term Deferred Tax stood at $1.5 million in 2022, then slipped by 23.08% to $1.1 million in 2023, then fell by 6.18% to $1.1 million in 2024, then soared by 49.11% to $1.6 million in 2025, then slipped by 0.63% to $1.6 million in 2026.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $1.6 million in Q2 2026, $1.6 million in Q1 2026, and $1.6 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.58 Mn |
| Mar 31, 2026 | 1.61 Mn |
| Dec 31, 2025 | 1.59 Mn |
| Sep 30, 2025 | 1.27 Mn |
| Jun 30, 2025 | 1.29 Mn |
| Mar 31, 2025 | 1.14 Mn |
| Dec 31, 2024 | 1.06 Mn |
| Sep 30, 2024 | 1.10 Mn |
| Jun 30, 2024 | 1.23 Mn |
| Mar 31, 2024 | 1.16 Mn |
| Dec 31, 2023 | 1.13 Mn |
| Sep 30, 2023 | 1.71 Mn |
| Jun 30, 2023 | 1.39 Mn |
| Mar 31, 2023 | 1.49 Mn |
| Dec 31, 2022 | 1.47 Mn |
| Sep 30, 2022 | 2.07 Mn |
| Jun 30, 2022 | 2.21 Mn |
| Mar 31, 2022 | 2.33 Mn |
| Dec 31, 2021 | 2.32 Mn |
| Sep 30, 2021 | 3.65 Mn |
Opera Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();