Opera (OPRA) Income from Discontinued Operations (2019 - 2021)
Opera's (OPRA) quarterly Income from Discontinued Operations came in at -$1.1 million in Q4 2021, up 53.73% year-over-year from -$684946.6 in Q4 2020, and up 53.73% quarter-over-quarter from -$2.3 million in Q4 2020.
Opera (OPRA) Income from Discontinued Operations (2019 - 2021) Analysis & Trends
Opera has disclosed Income from Discontinued Operations across 3 years of filings, most recently posting -$1.1 million for Q4 2021.
- In Q4 2021, Income from Discontinued Operations rose 53.73% year-over-year to -$1.1 million; the TTM figure through Dec 2021 stood at $147.8 million (up 2.67% YoY), while the FY2021 annual figure was -$1.1 million, down 100.74% from the prior year.
- Income from Discontinued Operations came in at -$1.1 million for Q4 2021 at Opera, up from -$2.3 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $148.1 million in Q3 2020 to a low of -$4.9 million in Q1 2020.
- Average Income from Discontinued Operations over 3 years is $22.8 million, with a median of $3.0 million recorded in 2020.
- The largest YoY upside for Income from Discontinued Operations was 3279.26% in 2020 against a maximum downside of 118.03% in 2020.
- Over 3 years, Income from Discontinued Operations stood at $12.6 million in 2019, then sank by 118.03% to -$2.3 million in 2020, then surged by 53.73% to -$1.1 million in 2021.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$1.1 million in Q4 2021, -$2.3 million in Q4 2020, and $148.1 million in Q3 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | -1.05 Mn |
| Dec 31, 2020 | -2.28 Mn |
| Sep 30, 2020 | 148.11 Mn |
| Jun 30, 2020 | 2.98 Mn |
| Mar 31, 2020 | -4.89 Mn |
| Dec 31, 2019 | 12.62 Mn |
| Sep 30, 2019 | 4.38 Mn |
Opera Income from Discontinued Operations 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-discontinued-operations&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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-discontinued-operations&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();