Opera (OPRA) Asset Utilization Ratio (2017 - 2026)
Opera's (OPRA) quarterly Asset Utilization Ratio came in at 0.59 in Q2 2026, up 12.95% year-over-year from 0.53 in Q2 2025, and up 4.55% quarter-over-quarter from 0.57 in Q1 2026.
Opera (OPRA) Asset Utilization Ratio (2017 - 2026) Analysis & Trends
Opera has disclosed Asset Utilization Ratio across 10 years of filings, most recently posting 0.59 for Q2 2026.
- In Q2 2026, Asset Utilization Ratio rose 12.95% year-over-year to 0.59; the TTM figure through Jun 2026 stood at 0.59 (up 12.95% YoY), while the FY2025 annual figure was 0.56, up 20.22% from the prior year.
- Asset Utilization Ratio came in at 0.59 for Q2 2026 at Opera, up from 0.57 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 0.59 in Q2 2026 to a low of 0.25 in Q1 2022.
- Average Asset Utilization Ratio over 5 years is 0.43, with a median of 0.42 recorded in 2023.
- Year-over-year, Asset Utilization Ratio surged 58.5% in 2022 and grew 5.51% in 2024.
- Over 5 years, Asset Utilization Ratio stood at 0.33 in 2022, then climbed by 27.72% to 0.42 in 2023, then advanced by 11.97% to 0.46 in 2024, then climbed by 20.09% to 0.56 in 2025, then rose by 6.26% to 0.59 in 2026.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 0.59 in Q2 2026, 0.57 in Q1 2026, and 0.56 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.59 |
| Mar 31, 2026 | 0.57 |
| Dec 31, 2025 | 0.56 |
| Sep 30, 2025 | 0.55 |
| Jun 30, 2025 | 0.53 |
| Mar 31, 2025 | 0.50 |
| Dec 31, 2024 | 0.46 |
| Sep 30, 2024 | 0.44 |
| Jun 30, 2024 | 0.43 |
| Mar 31, 2024 | 0.41 |
| Dec 31, 2023 | 0.42 |
| Sep 30, 2023 | 0.42 |
| Jun 30, 2023 | 0.40 |
| Mar 31, 2023 | 0.37 |
| Dec 31, 2022 | 0.33 |
| Sep 30, 2022 | 0.29 |
| Jun 30, 2022 | 0.27 |
| Mar 31, 2022 | 0.25 |
| Dec 31, 2021 | 0.22 |
| Sep 30, 2021 | 0.19 |
Opera Asset Utilization Ratio 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=asset-utilization-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();