Opera (OPRA) Assets Average (2016 - 2026)
Opera's (OPRA) quarterly Assets Average came in at $1.2 billion in Q2 2026, up 9.01% year-over-year from $1.1 billion in Q2 2025, and up 0.83% quarter-over-quarter from $1.1 billion in Q1 2026.
Opera (OPRA) Assets Average (2016 - 2026) Analysis & Trends
Opera has disclosed Assets Average across 11 years of filings, most recently posting $1.2 billion for Q2 2026.
- In Q2 2026, Assets Average rose 9.01% year-over-year to $1.2 billion; the TTM figure through Jun 2026 stood at $1.2 billion (up 9.01% YoY), while the FY2025 annual figure was $1.1 billion, up 6.4% from the prior year.
- Assets Average 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 Average ranged from a high of $1.2 billion in Q2 2026 to a low of $904.8 million in Q3 2023.
- Average Assets Average over 5 years is $1.0 billion, with a median of $1.0 billion recorded in 2024.
- Year-over-year, Assets Average slipped 14.89% in 2023 and gained 11.66% in 2024.
- Over 5 years, Assets Average stood at $1.0 billion in 2022, then decreased by 6.14% to $956.0 million in 2023, then advanced by 8.18% to $1.0 billion in 2024, then increased by 6.52% to $1.1 billion in 2025, then rose by 4.54% to $1.2 billion in 2026.
- Per Business Quant data, the three most recent Assets Average 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.15 Bn |
| Mar 31, 2026 | 1.14 Bn |
| Dec 31, 2025 | 1.10 Bn |
| Sep 30, 2025 | 1.06 Bn |
| Jun 30, 2025 | 1.06 Bn |
| Mar 31, 2025 | 1.05 Bn |
| Dec 31, 2024 | 1.03 Bn |
| Sep 30, 2024 | 1.01 Bn |
| Jun 30, 2024 | 1.00 Bn |
| Mar 31, 2024 | 1.00 Bn |
| Dec 31, 2023 | 955.95 Mn |
| Sep 30, 2023 | 904.75 Mn |
| Jun 30, 2023 | 910.05 Mn |
| Mar 31, 2023 | 938.12 Mn |
| Dec 31, 2022 | 1.02 Bn |
| Sep 30, 2022 | 1.06 Bn |
| Jun 30, 2022 | 1.06 Bn |
| Mar 31, 2022 | 1.08 Bn |
| Dec 31, 2021 | 1.15 Bn |
| Sep 30, 2021 | 1.20 Bn |
Opera Assets Average 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-average&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();