Opera (OPRA) Change in Intangibles (2021 - 2022)
Opera's (OPRA) quarterly Change in Intangibles came in at $32.9 million in Q2 2022, down 34.24% year-over-year from $50.0 million in Q2 2021, and down 34.24% quarter-over-quarter from $50.0 million in Q2 2021.
Opera (OPRA) Change in Intangibles (2021 - 2022) Analysis & Trends
Opera has disclosed Change in Intangibles across 2 years of filings, most recently posting $32.9 million for Q2 2022.
Peer Comparison
Opera Change in Intangibles 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=change-in-intangibles&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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=change-in-intangibles&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();