Opera (OPRA) Change in Acquisitions & Divestments (2024)
Opera's (OPRA) quarterly Change in Acquisitions & Divestments came in at $833000.0 in Q4 2024, up 66.6% quarter-over-quarter from $500000.0 in Q2 2024.
Opera (OPRA) Change in Acquisitions & Divestments (2024) Analysis & Trends
Opera has disclosed Change in Acquisitions & Divestments across 1 years of filings, most recently posting $833000.0 for Q4 2024.
- In Q4 2024, Change in Acquisitions & Divestments changed N/A year-over-year to $833000.0; the TTM figure through Dec 2024 stood at $1.3 million (changed N/A YoY), while the FY2024 annual figure was $1.3 million, down 94.31% from the prior year.
- Change in Acquisitions & Divestments came in at $833000.0 for Q4 2024 at Opera, up from $500000.0 in the prior quarter.
- In the past five years, Change in Acquisitions & Divestments ranged from a high of $833000.0 in Q4 2024 to a low of $500000.0 in Q2 2024.
Peer Comparison
Opera Change in Acquisitions & Divestments 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-acquisitions-and-divestments&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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-acquisitions-and-divestments&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();