Opera (OPRA) Enterprise Value (2018 - 2026)
Opera's (OPRA) quarterly Enterprise Value came in at $1.6 billion in Q2 2026, up 6.13% year-over-year from $1.5 billion in Q2 2025, and up 43.71% quarter-over-quarter from $1.1 billion in Q1 2026.
Opera (OPRA) Enterprise Value (2018 - 2026) Analysis & Trends
Opera has disclosed Enterprise Value across 9 years of filings, most recently posting $1.6 billion for Q2 2026.
- In Q2 2026, Enterprise Value rose 6.13% year-over-year to $1.6 billion; the TTM figure through Jun 2026 stood at $1.6 billion (up 6.13% YoY), while the FY2025 annual figure was $1.1 billion, down 28.11% from the prior year.
- Enterprise Value came in at $1.6 billion for Q2 2026 at Opera, up from $1.1 billion in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $3.4 billion in Q2 2023 to a low of $798.1 million in Q3 2022.
- Average Enterprise Value over 5 years is $1.7 billion, with a median of $1.6 billion recorded in 2024.
- Year-over-year, Enterprise Value sank 61.25% in 2022 and surged 315.66% in 2023.
- Over 5 years, Enterprise Value stood at $1.0 billion in 2022, then surged by 121.07% to $2.2 billion in 2023, then sank by 30.27% to $1.5 billion in 2024, then declined by 28.11% to $1.1 billion in 2025, then surged by 46.61% to $1.6 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $1.6 billion in Q2 2026, $1.1 billion in Q1 2026, and $1.1 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.63 Bn |
| Mar 31, 2026 | 1.13 Bn |
| Dec 31, 2025 | 1.11 Bn |
| Sep 30, 2025 | 1.71 Bn |
| Jun 30, 2025 | 1.54 Bn |
| Mar 31, 2025 | 1.30 Bn |
| Dec 31, 2024 | 1.55 Bn |
| Sep 30, 2024 | 2.60 Bn |
| Jun 30, 2024 | 2.35 Bn |
| Mar 31, 2024 | 2.67 Bn |
| Dec 31, 2023 | 2.22 Bn |
| Sep 30, 2023 | 1.92 Bn |
| Jun 30, 2023 | 3.44 Bn |
| Mar 31, 2023 | 1.73 Bn |
| Dec 31, 2022 | 1.00 Bn |
| Sep 30, 2022 | 798.12 Mn |
| Jun 30, 2022 | 828.71 Mn |
| Mar 31, 2022 | 1.18 Bn |
| Dec 31, 2021 | 1.44 Bn |
| Sep 30, 2021 | 1.83 Bn |
Opera Enterprise Value 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=enterprise-value&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();