Opera (OPRA) Income from Non-Controlling Interests (2017 - 2026)
Opera's (OPRA) quarterly Income from Non-Controlling Interests came in at -$23.1 million in Q2 2026, down 23.64% year-over-year from -$30.2 million in Q2 2025, and down 7.06% quarter-over-quarter from -$21.5 million in Q1 2026.
Opera (OPRA) Income from Non-Controlling Interests (2017 - 2026) Analysis & Trends
Opera has disclosed Income from Non-Controlling Interests across 6 years of filings, most recently posting -$23.1 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests fell 23.64% year-over-year to -$23.1 million; the TTM figure through Jun 2026 stood at -$87.4 million (down 21.36% YoY), while the FY2025 annual figure was -$79.0 million, down 12.95% from the prior year.
- Income from Non-Controlling Interests came in at -$23.1 million for Q2 2026 at Opera, down from -$21.5 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of -$16.3 million in Q1 2024 to a low of -$23.1 million in Q2 2026.
- Average Income from Non-Controlling Interests over 4 years is -$19.7 million, with a median of -$20.6 million recorded in 2023.
- Year-over-year, Income from Non-Controlling Interests rose 18.96% in 2024 and plunged 31.09% in 2025.
- Over 4 years, Income from Non-Controlling Interests stood at -$20.6 million in 2023, then increased by 18.96% to -$16.7 million in 2024, then sank by 31.09% to -$21.9 million in 2025, then decreased by 5.32% to -$23.1 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$23.1 million in Q2 2026, -$21.5 million in Q1 2026, and -$21.9 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -23.07 Mn |
| Mar 31, 2026 | -21.55 Mn |
| Dec 31, 2025 | -21.90 Mn |
| Sep 30, 2025 | -20.87 Mn |
| Jun 30, 2025 | -18.66 Mn |
| Mar 31, 2025 | -17.57 Mn |
| Dec 31, 2024 | -16.71 Mn |
| Sep 30, 2024 | -19.07 Mn |
| Jun 30, 2024 | -17.85 Mn |
| Mar 31, 2024 | -16.31 Mn |
| Dec 31, 2023 | -20.62 Mn |
| Sep 30, 2023 | -20.71 Mn |
| Jun 30, 2023 | -21.37 Mn |
| Dec 31, 2018 | 11.41 Mn |
| Dec 31, 2017 | 1.25 Mn |
Opera Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();