Opera (OPRA) Share-based Compensation (QoQ) (2019 - 2024)
Analysis
Opera (OPRA) Share-based Compensation (QoQ) (2019 - 2024) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -75.91% |
| Sep 30, 2024 | 72.19% |
| Jun 30, 2024 | -4.36% |
| Mar 31, 2024 | -45.20% |
| Dec 31, 2023 | 3.22% |
| Sep 30, 2023 | 1.98% |
| Jun 30, 2023 | 8.97% |
| Mar 31, 2023 | -10.74% |
| Dec 31, 2022 | 121.03% |
| Sep 30, 2022 | 14.47% |
| Jun 30, 2022 | -22.72% |
| Mar 31, 2022 | -46.42% |
| Dec 31, 2021 | 0.22% |
| Sep 30, 2021 | 113.34% |
| Jun 30, 2021 | 134.24% |
| Mar 31, 2021 | -17.27% |
| Dec 31, 2020 | -36.76% |
| Sep 30, 2020 | 9.71% |
| Jun 30, 2020 | 33.44% |
| Mar 31, 2020 | -35.25% |
API Access
Opera Share-based Compensation (QoQ) 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=share-based-compensation-qoq&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-qoq", "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=share-based-compensation-qoq&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();