Opera (OPRA) Assets (2016 - 2026)
Opera's (OPRA) quarterly Assets came in at $1.2 billion in Q2 2026, up 8.64% year-over-year from $1.1 billion in Q2 2025, and up 1.86% quarter-over-quarter from $1.1 billion in Q1 2026.
Opera (OPRA) Assets (2016 - 2026) Analysis & Trends
Opera has disclosed Assets across 11 years of filings, most recently posting $1.2 billion for Q2 2026.
- In Q2 2026, Assets rose 8.64% year-over-year to $1.2 billion; the TTM figure through Jun 2026 stood at $1.2 billion (up 8.64% YoY), while the FY2025 annual figure was $1.1 billion, up 8.3% from the prior year.
- Assets came in at $1.2 billion for Q2 2026 at Opera, up from $1.1 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $1.2 billion in Q2 2026 to a low of $901.0 million in Q3 2023.
- Average Assets over 5 years is $1.0 billion, with a median of $1.0 billion recorded in 2022.
- Year-over-year, Assets declined 15.98% in 2023 and climbed 12.4% in 2024.
- Over 5 years, Assets stood at $964.7 million in 2022, then rose by 4.8% to $1.0 billion in 2023, then gained by 4.42% to $1.1 billion in 2024, then gained by 8.3% to $1.1 billion in 2025, then gained by 1.65% to $1.2 billion in 2026.
- Per Business Quant data, the three most recent Assets figures were $1.2 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.16 Bn |
| Mar 31, 2026 | 1.14 Bn |
| Dec 31, 2025 | 1.14 Bn |
| Sep 30, 2025 | 1.06 Bn |
| Jun 30, 2025 | 1.07 Bn |
| Mar 31, 2025 | 1.04 Bn |
| Dec 31, 2024 | 1.06 Bn |
| Sep 30, 2024 | 1.01 Bn |
| Jun 30, 2024 | 1.01 Bn |
| Mar 31, 2024 | 997.98 Mn |
| Dec 31, 2023 | 1.01 Bn |
| Sep 30, 2023 | 900.96 Mn |
| Jun 30, 2023 | 908.54 Mn |
| Mar 31, 2023 | 911.55 Mn |
| Dec 31, 2022 | 964.69 Mn |
| Sep 30, 2022 | 1.07 Bn |
| Jun 30, 2022 | 1.05 Bn |
| Mar 31, 2022 | 1.07 Bn |
| Dec 31, 2021 | 1.09 Bn |
| Sep 30, 2021 | 1.21 Bn |
Opera Assets 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=assets&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();