Opera (OPRA) Non Operating Income (2017 - 2021)
Opera's (OPRA) quarterly Non Operating Income came in at -$248000.0 in Q4 2021, up 95.85% year-over-year from -$126628.4 in Q4 2020, and down 287.5% quarter-over-quarter from -$64000.0 in Q3 2021.
Opera (OPRA) Non Operating Income (2017 - 2021) Analysis & Trends
Opera has disclosed Non Operating Income across 3 years of filings, most recently posting -$248000.0 for Q4 2021.
- In Q4 2021, Non Operating Income rose 95.85% year-over-year to -$248000.0; the TTM figure through Dec 2021 stood at -$466000.0 (up 97.26% YoY), while the FY2021 annual figure was -$466000.0, up 95.96% from the prior year.
- Non Operating Income came in at -$248000.0 for Q4 2021 at Opera, down from -$64000.0 in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $426000.0 in Q3 2020 to a low of -$6.0 million in Q2 2020.
- Average Non Operating Income over 3 years is -$2.2 million, with a median of -$172000.0 recorded in 2021.
- The largest YoY upside for Non Operating Income was 98.4% in 2021 against a maximum downside of 115.02% in 2021.
- Over 3 years, Non Operating Income stood at -$5.5 million in 2017, then dropped by 9.41% to -$6.0 million in 2020, then jumped by 95.85% to -$248000.0 in 2021.
- Per Business Quant data, the three most recent Non Operating Income figures were -$248000.0 in Q4 2021, -$64000.0 in Q3 2021, and -$96000.0 in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | -248,000.00 |
| Sep 30, 2021 | -64,000.00 |
| Jun 30, 2021 | -96,000.00 |
| Mar 31, 2021 | -58,000.00 |
| Dec 31, 2020 | -5.97 Mn |
| Sep 30, 2020 | 426,000.00 |
| Jun 30, 2020 | -5.99 Mn |
| Sep 30, 2017 | -5.46 Mn |
Opera 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=non-operating-income&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-operating-income&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();