Opera (OPRA) Other Operating Expenses (2016 - 2026)
Opera's (OPRA) quarterly Other Operating Expenses came in at -$116.0 million in Q2 2026, down 27.67% year-over-year from -$160.4 million in Q2 2025, and down 7.89% quarter-over-quarter from -$107.5 million in Q1 2026.
Opera (OPRA) Other Operating Expenses (2016 - 2026) Analysis & Trends
Opera has disclosed Other Operating Expenses across 11 years of filings, most recently posting -$116.0 million for Q2 2026.
- In Q2 2026, Other Operating Expenses fell 27.67% year-over-year to -$116.0 million; the TTM figure through Jun 2026 stood at -$427.4 million (down 31.97% YoY), while the FY2025 annual figure was -$378000.0, down 115.97% from the prior year.
- Other Operating Expenses came in at -$116.0 million for Q2 2026 at Opera, down from -$107.5 million in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of -$36.3 million in Q1 2022 to a low of -$55.0 billion in Q4 2022.
- Average Other Operating Expenses over 5 years is -$10.5 billion, with a median of -$89.1 million recorded in 2025.
- Year-over-year, Other Operating Expenses slumped 140523.64% in 2022 and soared 99.89% in 2024.
- Over 5 years, Other Operating Expenses stood at -$55.0 billion in 2022, then jumped by 99.89% to -$63.0 million in 2023, then decreased by 22.88% to -$77.4 million in 2024, then sank by 42.1% to -$110.0 million in 2025, then retreated by 5.46% to -$116.0 million in 2026.
- Per Business Quant data, the three most recent Other Operating Expenses figures were -$116.0 million in Q2 2026, -$107.5 million in Q1 2026, and -$110.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -116.02 Mn |
| Mar 31, 2026 | -107.54 Mn |
| Dec 31, 2025 | -110.02 Mn |
| Sep 30, 2025 | -93.84 Mn |
| Jun 30, 2025 | -90.88 Mn |
| Mar 31, 2025 | -87.42 Mn |
| Dec 31, 2024 | -77.42 Mn |
| Sep 30, 2024 | -68.16 Mn |
| Jun 30, 2024 | -60.05 Mn |
| Mar 31, 2024 | -53.17 Mn |
| Dec 31, 2023 | -63.01 Mn |
| Sep 30, 2023 | -58.16 Mn |
| Jun 30, 2023 | -54.65 Mn |
| Mar 31, 2023 | -48.83 Bn |
| Dec 31, 2022 | -55.02 Bn |
| Sep 30, 2022 | -43.25 Bn |
| Jun 30, 2022 | -41.38 Bn |
| Mar 31, 2022 | -36.27 Mn |
| Dec 31, 2021 | -39.13 Mn |
| Sep 30, 2021 | -34.99 Mn |
Opera Other Operating Expenses 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=other-operating-expenses&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();