Opera (OPRA) Gains from Investment Securities (2021 - 2022)
Opera's (OPRA) quarterly Gains from Investment Securities came in at $1.6 million in Q3 2022, up 55.85% year-over-year from $1.0 million in Q3 2021, and down 87.82% quarter-over-quarter from $13.3 million in Q2 2022.
Opera (OPRA) Gains from Investment Securities (2021 - 2022) Analysis & Trends
Opera has disclosed Gains from Investment Securities across 2 years of filings, most recently posting $1.6 million for Q3 2022.
- In Q3 2022, Gains from Investment Securities rose 55.85% year-over-year to $1.6 million; the TTM figure through Sep 2022 stood at $20.8 million (changed N/A YoY), while the FY2018 annual figure was $2.9 million, changed N/A from the prior year.
- Gains from Investment Securities came in at $1.6 million for Q3 2022 at Opera, down from $13.3 million in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $13.3 million in Q2 2022 to a low of $1.0 million in Q3 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | 1.62 Mn |
| Jun 30, 2022 | 13.33 Mn |
| Sep 30, 2021 | 1.04 Mn |
| Jun 30, 2021 | 4.77 Mn |
Opera Gains from Investment Securities 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=gains-from-investment-securities&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();