Opera (OPRA) Other Non Operating Income (2016 - 2026)
Opera's (OPRA) quarterly Other Non Operating Income came in at $607000.0 in Q2 2026, up 160.16% year-over-year from $233319.2 in Q2 2025, and up 207.43% quarter-over-quarter from -$565000.0 in Q1 2026.
Opera (OPRA) Other Non Operating Income (2016 - 2026) Analysis & Trends
Opera has disclosed Other Non Operating Income across 11 years of filings, most recently posting $607000.0 for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 160.16% year-over-year to $607000.0; the TTM figure through Jun 2026 stood at -$2.2 million (down 54.45% YoY), while the FY2025 annual figure was -$4.1 million, down 123.38% from the prior year.
- Other Non Operating Income came in at $607000.0 for Q2 2026 at Opera, up from -$565000.0 in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $6.9 billion in Q4 2022 to a low of -$13.3 billion in Q2 2022.
- Average Other Non Operating Income over 5 years is -$180.9 million, with a median of -$571500.0 recorded in 2024.
- The largest YoY upside for Other Non Operating Income was 169834.25% in 2022 against a maximum downside of 279463.08% in 2022.
- Over 5 years, Other Non Operating Income stood at $6.9 billion in 2022, then sank by 100.02% to -$1.6 million in 2023, then soared by 194.85% to $1.5 million in 2024, then plunged by 222.61% to -$1.8 million in 2025, then surged by 133.61% to $607000.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $607000.0 in Q2 2026, -$565000.0 in Q1 2026, and -$1.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 607,000.00 |
| Mar 31, 2026 | -565,000.00 |
| Dec 31, 2025 | -1.81 Mn |
| Sep 30, 2025 | -457,000.00 |
| Jun 30, 2025 | -1.01 Mn |
| Mar 31, 2025 | -835,000.00 |
| Dec 31, 2024 | 1.47 Mn |
| Sep 30, 2024 | -1.07 Mn |
| Jun 30, 2024 | -578,000.00 |
| Mar 31, 2024 | -827,000.00 |
| Dec 31, 2023 | -1.55 Mn |
| Sep 30, 2023 | 976,000.00 |
| Jun 30, 2023 | 2.15 Mn |
| Mar 31, 2023 | 4.80 Bn |
| Dec 31, 2022 | 6.90 Bn |
| Sep 30, 2022 | -1.62 Bn |
| Jun 30, 2022 | -13.33 Bn |
| Mar 31, 2022 | 10.16 Mn |
| Dec 31, 2021 | -4.06 Mn |
| Sep 30, 2021 | 1.04 Mn |
Opera Other Non Operating Income 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-non-operating-income&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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-non-operating-income&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();