Opera (OPRA) Acquisitions (2020 - 2024)
Opera's (OPRA) quarterly Acquisitions came in at $500000.0 in Q2 2024, up 105.55% quarter-over-quarter from -$9.0 million in Q1 2021.
Analysis
Opera (OPRA) Acquisitions (2020 - 2024) Analysis & Trends
Opera has disclosed Acquisitions across 3 years of filings, most recently posting $500000.0 for Q2 2024.
- In Q2 2024, Acquisitions changed N/A year-over-year to $500000.0; the TTM figure through Jun 2024 stood at $500000.0 (changed N/A YoY), while the FY2021 annual figure was -$9.0 million, down 84.51% from the prior year.
- Acquisitions came in at $500000.0 for Q2 2024 at Opera, up from -$9.0 million in the prior quarter.
- In the past five years, Acquisitions ranged from a high of $500000.0 in Q2 2024 to a low of -$9.0 million in Q1 2021.
- Average Acquisitions over 3 years is -$4.5 million, with a median of -$4.9 million recorded in 2020.
- The largest YoY upside for Acquisitions was 84.51% in 2021 against a maximum downside of 84.51% in 2021.
- Over 3 years, Acquisitions stood at -$4.9 million in 2020, then sank by 84.51% to -$9.0 million in 2021, then jumped by 105.55% to $500000.0 in 2024.
- Per Business Quant data, the three most recent Acquisitions figures were $500000.0 in Q2 2024, -$9.0 million in Q1 2021, and -$4.9 million in Q1 2020.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | 500,000.00 |
| Mar 31, 2021 | -9.01 Mn |
| Mar 31, 2020 | -4.88 Mn |
API Access
Opera Acquisitions 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=acquisitions&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();