Opera (OPRA) Operating Leases (2018 - 2026)
Opera's (OPRA) quarterly Operating Leases came in at $3.2 million in Q2 2026, down 38.36% year-over-year from $5.3 million in Q2 2025, and down 19.13% quarter-over-quarter from $4.0 million in Q1 2026.
Opera (OPRA) Operating Leases (2018 - 2026) Analysis & Trends
Opera has disclosed Operating Leases across 6 years of filings, most recently posting $3.2 million for Q2 2026.
- In Q2 2026, Operating Leases fell 38.36% year-over-year to $3.2 million; the TTM figure through Jun 2026 stood at $3.2 million (down 38.36% YoY), while the FY2025 annual figure was $4.5 million, down 19.3% from the prior year.
- Operating Leases came in at $3.2 million for Q2 2026 at Opera, down from $4.0 million in the prior quarter.
- In the past five years, Operating Leases ranged from a high of $6.8 million in Q4 2023 to a low of $3.2 million in Q2 2026.
- Average Operating Leases over 4 years is $5.1 million, with a median of $5.3 million recorded in 2024.
- Year-over-year, Operating Leases fell 13.0% in 2025 and sank 38.36% in 2026.
- Over 4 years, Operating Leases stood at $6.8 million in 2023, then slipped by 16.9% to $5.6 million in 2024, then retreated by 19.3% to $4.5 million in 2025, then retreated by 28.74% to $3.2 million in 2026.
- Per Business Quant data, the three most recent Operating Leases figures were $3.2 million in Q2 2026, $4.0 million in Q1 2026, and $4.5 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.24 Mn |
| Mar 31, 2026 | 4.00 Mn |
| Dec 31, 2025 | 4.54 Mn |
| Sep 30, 2025 | 4.66 Mn |
| Jun 30, 2025 | 5.25 Mn |
| Mar 31, 2025 | 5.46 Mn |
| Dec 31, 2024 | 5.63 Mn |
| Sep 30, 2024 | 5.44 Mn |
| Jun 30, 2024 | 6.04 Mn |
| Dec 31, 2023 | 6.78 Mn |
| Jun 30, 2019 | 10.05 Mn |
| Mar 31, 2019 | 11.98 Mn |
| Dec 31, 2018 | 2.27 Mn |
Opera Operating Leases 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=operating-leases&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();