Opera (OPRA) Non-Current Assets (2016 - 2026)
Opera's (OPRA) quarterly Non-Current Assets came in at $881.2 million in Q2 2026, up 6.59% year-over-year from $826.7 million in Q2 2025, and little changed quarter-over-quarter from $877.8 million in Q1 2026.
Opera (OPRA) Non-Current Assets (2016 - 2026) Analysis & Trends
Opera has disclosed Non-Current Assets across 11 years of filings, most recently posting $881.2 million for Q2 2026.
- In Q2 2026, Non-Current Assets rose 6.59% year-over-year to $881.2 million; the TTM figure through Jun 2026 stood at $881.2 million (up 6.59% YoY), while the FY2025 annual figure was $863.8 million, up 4.87% from the prior year.
- Non-Current Assets came in at $881.2 million for Q2 2026 at Opera, roughly flat from $877.8 million in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $881.2 million in Q2 2026 to a low of $546.1 million in Q3 2023.
- Average Non-Current Assets over 5 years is $746.1 million, with a median of $820.2 million recorded in 2024.
- Year-over-year, Non-Current Assets slumped 35.18% in 2022 and soared 50.02% in 2024.
- Over 5 years, Non-Current Assets stood at $624.5 million in 2022, then grew by 28.51% to $802.5 million in 2023, then increased by 2.64% to $823.7 million in 2024, then rose by 4.87% to $863.8 million in 2025, then grew by 2.01% to $881.2 million in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $881.2 million in Q2 2026, $877.8 million in Q1 2026, and $863.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 881.16 Mn |
| Mar 31, 2026 | 877.85 Mn |
| Dec 31, 2025 | 863.79 Mn |
| Sep 30, 2025 | 826.57 Mn |
| Jun 30, 2025 | 826.68 Mn |
| Mar 31, 2025 | 824.52 Mn |
| Dec 31, 2024 | 823.68 Mn |
| Sep 30, 2024 | 819.24 Mn |
| Jun 30, 2024 | 821.22 Mn |
| Mar 31, 2024 | 822.79 Mn |
| Dec 31, 2023 | 802.48 Mn |
| Sep 30, 2023 | 546.08 Mn |
| Jun 30, 2023 | 554.00 Mn |
| Mar 31, 2023 | 573.77 Mn |
| Dec 31, 2022 | 624.47 Mn |
| Sep 30, 2022 | 684.41 Mn |
| Jun 30, 2022 | 648.67 Mn |
| Mar 31, 2022 | 607.75 Mn |
| Dec 31, 2021 | 551.48 Mn |
| Sep 30, 2021 | 958.11 Mn |
Opera Non-Current 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=non-current-assets&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-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=non-current-assets&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();