Opera (OPRA) Intangibles (2017 - 2025)
Opera's (OPRA) quarterly Intangibles came in at $98.9 million in Q4 2025, up 1.42% year-over-year from $97.5 million in Q4 2024, and up 1.42% quarter-over-quarter from $97.5 million in Q4 2024.
Opera (OPRA) Intangibles (2017 - 2025) Analysis & Trends
Opera has disclosed Intangibles across 9 years of filings, most recently posting $98.9 million for Q4 2025.
- In Q4 2025, Intangibles rose 1.42% year-over-year to $98.9 million; the TTM figure through Dec 2025 stood at $98.9 million (up 1.42% YoY), while the FY2025 annual figure was $98.9 million, up 1.42% from the prior year.
- Intangibles came in at $98.9 million for Q4 2025 at Opera, up from $97.5 million in the prior quarter.
- In the past five years, Intangibles ranged from a high of $103.6 million in Q4 2021 to a low of $645000.0 in Q1 2022.
- Average Intangibles over 5 years is $56.5 million, with a median of $97.5 million recorded in 2024.
- Year-over-year, Intangibles advanced 17.55% in 2021 and sank 58.94% in 2022.
- Over 5 years, Intangibles stood at $103.6 million in 2021, then retreated by 3.52% to $100.0 million in 2022, then retreated by 0.91% to $99.1 million in 2023, then dropped by 1.58% to $97.5 million in 2024, then increased by 1.42% to $98.9 million in 2025.
- Per Business Quant data, the three most recent Intangibles figures were $98.9 million in Q4 2025, $97.5 million in Q4 2024, and $99.1 million in Q4 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 98.90 Mn |
| Dec 31, 2024 | 97.51 Mn |
| Dec 31, 2023 | 99.07 Mn |
| Dec 31, 2022 | 99.98 Mn |
| Mar 31, 2022 | 645,000.00 |
| Dec 31, 2021 | 103.63 Mn |
| Sep 30, 2021 | 4.00 Mn |
| Jun 30, 2021 | 3.14 Mn |
| Mar 31, 2021 | 1.57 Mn |
| Dec 31, 2020 | 111.95 Mn |
| Sep 30, 2020 | 4.01 Mn |
| Jun 30, 2020 | 2.67 Mn |
| Mar 31, 2020 | 1.34 Mn |
| Dec 31, 2019 | 110.81 Mn |
| Sep 30, 2019 | 3.84 Mn |
| Jun 30, 2019 | 2.56 Mn |
| Mar 31, 2019 | 1.28 Mn |
| Dec 31, 2018 | 115.44 Mn |
| Sep 30, 2018 | 3.84 Mn |
| Jun 30, 2018 | 2.56 Mn |
Opera Intangibles 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=intangibles&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();