Opera (OPRA) Current Assets (2016 - 2026)
Opera's (OPRA) quarterly Current Assets came in at $281.0 million in Q2 2026, up 15.62% year-over-year from $243.0 million in Q2 2025, and up 6.79% quarter-over-quarter from $263.1 million in Q1 2026.
Opera (OPRA) Current Assets (2016 - 2026) Analysis & Trends
Opera has disclosed Current Assets across 11 years of filings, most recently posting $281.0 million for Q2 2026.
- In Q2 2026, Current Assets rose 15.62% year-over-year to $281.0 million; the TTM figure through Jun 2026 stood at $281.0 million (up 15.62% YoY), while the FY2025 annual figure was $279.5 million, up 20.51% from the prior year.
- Current Assets came in at $281.0 million for Q2 2026 at Opera, up from $263.1 million in the prior quarter.
- In the past five years, Current Assets ranged from a high of $466.5 million in Q1 2022 to a low of $175.2 million in Q1 2024.
- Average Current Assets over 5 years is $286.7 million, with a median of $271.3 million recorded in 2025.
- Year-over-year, Current Assets surged 147.03% in 2022 and sank 48.14% in 2024.
- Over 5 years, Current Assets stood at $340.2 million in 2022, then plunged by 38.73% to $208.5 million in 2023, then grew by 11.25% to $231.9 million in 2024, then gained by 20.51% to $279.5 million in 2025, then rose by 0.54% to $281.0 million in 2026.
- Per Business Quant data, the three most recent Current Assets figures were $281.0 million in Q2 2026, $263.1 million in Q1 2026, and $279.5 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 280.97 Mn |
| Mar 31, 2026 | 263.10 Mn |
| Dec 31, 2025 | 279.46 Mn |
| Sep 30, 2025 | 233.22 Mn |
| Jun 30, 2025 | 243.01 Mn |
| Mar 31, 2025 | 218.58 Mn |
| Dec 31, 2024 | 231.90 Mn |
| Sep 30, 2024 | 193.42 Mn |
| Jun 30, 2024 | 186.68 Mn |
| Mar 31, 2024 | 175.19 Mn |
| Dec 31, 2023 | 208.46 Mn |
| Sep 30, 2023 | 354.88 Mn |
| Jun 30, 2023 | 354.55 Mn |
| Mar 31, 2023 | 337.78 Mn |
| Dec 31, 2022 | 340.21 Mn |
| Sep 30, 2022 | 387.86 Mn |
| Jun 30, 2022 | 405.08 Mn |
| Mar 31, 2022 | 466.53 Mn |
| Dec 31, 2021 | 540.99 Mn |
| Sep 30, 2021 | 254.39 Mn |
Opera 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=current-assets&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=current-assets&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();