Opera (OPRA) Equity Income (2016 - 2026)
Opera's (OPRA) quarterly Equity Income came in at -$872000.0 in Q2 2026, down 11000.0% year-over-year from N/an in Q2 2025, and down 4260.0% quarter-over-quarter from -$20000.0 in Q1 2026.
Opera (OPRA) Equity Income (2016 - 2026) Analysis & Trends
Opera has disclosed Equity Income across 7 years of filings, most recently posting -$872000.0 for Q2 2026.
- In Q2 2026, Equity Income fell 11000.0% year-over-year to -$872000.0; the TTM figure through Jun 2026 stood at -$1.2 million (down 120400.0% YoY), while the FY2025 annual figure was -$268000.0, down 13500.0% from the prior year.
- Equity Income came in at -$872000.0 for Q2 2026 at Opera, down from -$20000.0 in the prior quarter.
- In the past five years, Equity Income ranged from a high of $8000.0 in Q2 2025 to a low of -$872000.0 in Q2 2026.
- Average Equity Income over 4 years is -$151500.0, with a median of -$11000.0 recorded in 2025.
- Year-over-year, Equity Income soared 95.86% in 2022 and slumped 14800.0% in 2025.
- Over 4 years, Equity Income stood at -$6000.0 in 2022, then jumped by 66.67% to -$2000.0 in 2024, then tumbled by 14800.0% to -$298000.0 in 2025, then tumbled by 192.62% to -$872000.0 in 2026.
- Per Business Quant data, the three most recent Equity Income figures were -$872000.0 in Q2 2026, -$20000.0 in Q1 2026, and -$298000.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -872,000.00 |
| Mar 31, 2026 | -20,000.00 |
| Dec 31, 2025 | -298,000.00 |
| Sep 30, 2025 | -15,000.00 |
| Jun 30, 2025 | 8,000.00 |
| Mar 31, 2025 | -7,000.00 |
| Dec 31, 2024 | -2,000.00 |
| Mar 31, 2022 | -6,000.00 |
| Dec 31, 2021 | -24.48 Mn |
| Sep 30, 2021 | -2.41 Mn |
| Jun 30, 2021 | 2.63 Mn |
| Mar 31, 2021 | -145,000.00 |
| Dec 31, 2020 | -18.00 Mn |
| Jun 30, 2020 | -6.00 Mn |
| Dec 31, 2016 | -237,000.00 |
| Nov 3, 2016 | -2.66 Mn |
Opera Equity 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=equity-income&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();