Opera (OPRA) Restructuring Costs (2016 - 2017)
Opera's (OPRA) quarterly Restructuring Costs came in at -$267000.0 in Q4 2017, up 69.06% quarter-over-quarter from -$863000.0 in Q3 2017.
Opera (OPRA) Restructuring Costs (2016 - 2017) Analysis & Trends
Opera has disclosed Restructuring Costs across 2 years of filings, most recently posting -$267000.0 for Q4 2017.
- In Q4 2017, Restructuring Costs changed N/A year-over-year to -$267000.0; the TTM figure through Dec 2017 stood at -$5.4 million (changed N/A YoY), while the FY2017 annual figure was -$3.2 million, changed N/A from the prior year.
- Restructuring Costs came in at -$267000.0 for Q4 2017 at Opera, up from -$863000.0 in the prior quarter.
- In the past five years, Restructuring Costs ranged from a high of -$267000.0 in Q4 2017 to a low of -$3.9 million in Q4 2016.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -267,000.00 |
| Sep 30, 2017 | -863,000.00 |
| Jun 30, 2017 | -370,000.00 |
| Nov 3, 2016 | -3.91 Mn |
Opera Restructuring Costs 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=restructuring-costs&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();