Opera (OPRA) Gross Margin (2016 - 2026)
Opera's (OPRA) quarterly Gross Margin came in at 0.01% in Q2 2026, little changed year-over-year from 0.01% in Q2 2025, and down 12.9% quarter-over-quarter from 0.01% in Q1 2026.
Opera (OPRA) Gross Margin (2016 - 2026) Analysis & Trends
Opera has disclosed Gross Margin across 11 years of filings, most recently posting 0.01% for Q2 2026.
- In Q2 2026, Gross Margin changed 0.0% year-over-year to 0.01%; the TTM figure through Jun 2026 stood at 45.86% (up 19.0% YoY), while the FY2025 annual figure was 94.91%, up 150.0% from the prior year.
- Gross Margin came in at 0.01% for Q2 2026 at Opera, down from 0.01% in the prior quarter.
- In the past five years, Gross Margin ranged from a high of 95.67% in Q3 2025 to a low of 8221.56% in Q2 2022.
- Average Gross Margin over 5 years is 420.49%, with a median of 0.03% recorded in 2023.
- Year-over-year, Gross Margin tumbled 831099 bps in 2022 and surged 831379 bps in 2023.
- Over 5 years, Gross Margin stood at 0.02% in 2022, then surged by 293 bps to 0.1% in 2023, then jumped by 97653 bps to 94.55% in 2024, then advanced by 0 bps to 94.72% in 2025, then plunged by 100 bps to 0.01% in 2026.
- Per Business Quant data, the three most recent Gross Margin figures were 0.01% in Q2 2026, 0.01% in Q1 2026, and 94.72% in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.01% |
| Mar 31, 2026 | 0.01% |
| Dec 31, 2025 | 94.72% |
| Sep 30, 2025 | 95.67% |
| Jun 30, 2025 | 0.01% |
| Mar 31, 2025 | 0.01% |
| Dec 31, 2024 | 94.55% |
| Sep 30, 2024 | 93.70% |
| Jun 30, 2024 | 92.03% |
| Mar 31, 2024 | 0.02% |
| Dec 31, 2023 | 0.10% |
| Sep 30, 2023 | 0.02% |
| Jun 30, 2023 | 92.23% |
| Mar 31, 2023 | 0.03% |
| Dec 31, 2022 | 0.02% |
| Sep 30, 2022 | 0.03% |
| Jun 30, 2022 | -8,221.56% |
| Mar 31, 2022 | 89.58% |
| Dec 31, 2021 | 92.33% |
| Sep 30, 2021 | 91.87% |
Opera Gross Margin 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=gross-margin&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-margin", "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=gross-margin&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();