Opera (OPRA) Other Accumulated Expenses (2017 - 2021)
Opera's (OPRA) quarterly Other Accumulated Expenses came in at -$1.1 million in Q3 2021, up 65.08% year-over-year from -$676630.0 in Q3 2020, and up 31.47% quarter-over-quarter from -$1.6 million in Q2 2021.
Opera (OPRA) Other Accumulated Expenses (2017 - 2021) Analysis & Trends
Opera has disclosed Other Accumulated Expenses across 5 years of filings, most recently posting -$1.1 million for Q3 2021.
- In Q3 2021, Other Accumulated Expenses rose 65.08% year-over-year to -$1.1 million; the TTM figure through Sep 2021 stood at -$1.1 million (up 65.08% YoY), while the FY2020 annual figure was $1.6 million, up 128.9% from the prior year.
- Other Accumulated Expenses came in at -$1.1 million for Q3 2021 at Opera, up from -$1.6 million in the prior quarter.
- In the past five years, Other Accumulated Expenses ranged from a high of $7.0 million in Q2 2019 to a low of -$4.8 million in Q1 2020.
- Average Other Accumulated Expenses over 5 years is $1.1 million, with a median of $1.8 million recorded in 2017.
- The largest YoY upside for Other Accumulated Expenses was 131.08% in 2019 against a maximum downside of 217.58% in 2019.
- Over 5 years, Other Accumulated Expenses stood at $2.1 million in 2017, then climbed by 20.12% to $2.5 million in 2018, then tumbled by 71.65% to $706000.0 in 2019, then surged by 128.9% to $1.6 million in 2020, then plunged by 169.12% to -$1.1 million in 2021.
- Per Business Quant data, the three most recent Other Accumulated Expenses figures were -$1.1 million in Q3 2021, -$1.6 million in Q2 2021, and $248000.0 in Q1 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | -1.12 Mn |
| Jun 30, 2021 | -1.63 Mn |
| Mar 31, 2021 | 248,000.00 |
| Dec 31, 2020 | 1.62 Mn |
| Sep 30, 2020 | -3.20 Mn |
| Jun 30, 2020 | 3.21 Mn |
| Mar 31, 2020 | -4.78 Mn |
| Dec 31, 2019 | 706,000.00 |
| Sep 30, 2019 | -2.72 Mn |
| Jun 30, 2019 | 6.99 Mn |
| Mar 31, 2019 | 6.36 Mn |
| Dec 31, 2018 | 2.49 Mn |
| Sep 30, 2018 | 2.31 Mn |
| Jun 30, 2018 | 3.02 Mn |
| Dec 31, 2017 | 2.07 Mn |
| Sep 30, 2017 | 2.45 Mn |
Opera Other Accumulated Expenses 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-accumulated-expenses&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-accumulated-expenses", "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-accumulated-expenses&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();