Opera (OPRA) Share-based Compensation (2016 - 2024)
Opera's (OPRA) quarterly Share-based Compensation came in at $856000.0 in Q4 2024, down 78.26% year-over-year from $3.9 million in Q1 2024, and down 75.91% quarter-over-quarter from $3.6 million in Q3 2024.
Opera (OPRA) Share-based Compensation (2016 - 2024) Analysis & Trends
Opera has disclosed Share-based Compensation across 8 years of filings, most recently posting $856000.0 for Q4 2024.
- In Q4 2024, Share-based Compensation fell 78.26% year-over-year to $856000.0; the TTM figure through Dec 2024 stood at $8.6 million (down 42.17% YoY), while the FY2024 annual figure was $8.6 million, down 42.17% from the prior year.
- Share-based Compensation came in at $856000.0 for Q4 2024 at Opera, down from $3.6 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $3.9 million in Q4 2023 to a low of $733000.0 in Q1 2021.
- Average Share-based Compensation over 5 years is $2.3 million, with a median of $2.0 million recorded in 2022.
- Year-over-year, Share-based Compensation surged 314.33% in 2021 and sank 78.26% in 2024.
- Over 5 years, Share-based Compensation stood at $886000.0 in 2020, then surged by 314.33% to $3.7 million in 2021, then climbed by 4.77% to $3.8 million in 2022, then gained by 2.39% to $3.9 million in 2023, then plunged by 78.26% to $856000.0 in 2024.
- Per Business Quant data, the three most recent Share-based Compensation figures were $856000.0 in Q4 2024, $3.6 million in Q3 2024, and $2.1 million in Q2 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 856,000.00 |
| Sep 30, 2024 | 3.55 Mn |
| Jun 30, 2024 | 2.06 Mn |
| Mar 31, 2024 | 2.16 Mn |
| Dec 31, 2023 | 3.94 Mn |
| Sep 30, 2023 | 3.82 Mn |
| Jun 30, 2023 | 3.74 Mn |
| Mar 31, 2023 | 3.43 Mn |
| Dec 31, 2022 | 3.85 Mn |
| Sep 30, 2022 | 1.74 Mn |
| Jun 30, 2022 | 1.52 Mn |
| Mar 31, 2022 | 1.97 Mn |
| Dec 31, 2021 | 3.67 Mn |
| Sep 30, 2021 | 3.66 Mn |
| Jun 30, 2021 | 1.72 Mn |
| Mar 31, 2021 | 733,000.00 |
| Dec 31, 2020 | 886,000.00 |
| Sep 30, 2020 | 1.40 Mn |
| Jun 30, 2020 | 1.28 Mn |
| Mar 31, 2020 | 957,000.00 |
Opera Share-based Compensation 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&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();