Opera (OPRA) Revenue (2016 - 2026)
Opera's (OPRA) quarterly Revenue came in at $178.1 million in Q2 2026, up 24.56% year-over-year from $143.0 million in Q2 2025, and up 1.31% quarter-over-quarter from $175.8 million in Q1 2026.
Opera (OPRA) Revenue (2016 - 2026) Analysis & Trends
Opera has disclosed Revenue across 11 years of filings, most recently posting $178.1 million for Q2 2026.
- In Q2 2026, Revenue rose 24.56% year-over-year to $178.1 million; the TTM figure through Jun 2026 stood at $683.0 million (up 23.12% YoY), while the FY2025 annual figure was $614.8 million, up 27.92% from the prior year.
- Revenue came in at $178.1 million for Q2 2026 at Opera, up from $175.8 million in the prior quarter.
- In the past five years, Revenue ranged from a high of $178.1 million in Q2 2026 to a low of $71.6 million in Q1 2022.
- Average Revenue over 5 years is $121.0 million, with a median of $111.4 million recorded in 2023.
- Year-over-year, Revenue rose 16.57% in 2024 and jumped 40.1% in 2025.
- Over 5 years, Revenue stood at $96.3 million in 2022, then increased by 17.38% to $113.0 million in 2023, then increased by 29.05% to $145.8 million in 2024, then grew by 21.52% to $177.2 million in 2025, then advanced by 0.48% to $178.1 million in 2026.
- Per Business Quant data, the three most recent Revenue figures were $178.1 million in Q2 2026, $175.8 million in Q1 2026, and $177.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 178.07 Mn |
| Mar 31, 2026 | 175.77 Mn |
| Dec 31, 2025 | 177.21 Mn |
| Sep 30, 2025 | 151.94 Mn |
| Jun 30, 2025 | 142.96 Mn |
| Mar 31, 2025 | 142.72 Mn |
| Dec 31, 2024 | 145.83 Mn |
| Sep 30, 2024 | 123.21 Mn |
| Jun 30, 2024 | 109.73 Mn |
| Mar 31, 2024 | 101.87 Mn |
| Dec 31, 2023 | 113.00 Mn |
| Sep 30, 2023 | 102.64 Mn |
| Jun 30, 2023 | 94.13 Mn |
| Mar 31, 2023 | 87.05 Mn |
| Dec 31, 2022 | 96.27 Mn |
| Sep 30, 2022 | 85.35 Mn |
| Jun 30, 2022 | 77.83 Mn |
| Mar 31, 2022 | 71.58 Mn |
| Dec 31, 2021 | 72.63 Mn |
| Sep 30, 2021 | 66.62 Mn |
Opera Revenue 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=revenue&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();