Opera (OPRA) Debt Ratio (2017 - 2026)
Opera's (OPRA) quarterly Debt Ratio came in at 0.02 in Q2 2026, up 75.51% year-over-year from 0.01 in Q2 2025, and down 12.5% quarter-over-quarter from 0.02 in Q1 2026.
Opera (OPRA) Debt Ratio (2017 - 2026) Analysis & Trends
Opera has disclosed Debt Ratio across 10 years of filings, most recently posting 0.02 for Q2 2026.
- In Q2 2026, Debt Ratio rose 75.51% year-over-year to 0.02; the TTM figure through Jun 2026 stood at 0.02 (up 75.51% YoY), while the FY2025 annual figure was 0.01, down 31.46% from the prior year.
- Debt Ratio came in at 0.02 for Q2 2026 at Opera, down from 0.02 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.02 in Q4 2023 to a low of 0.01 in Q1 2022.
- Average Debt Ratio over 5 years is 0.01, with a median of 0.01 recorded in 2024.
- Year-over-year, Debt Ratio slumped 66.62% in 2022 and jumped 75.51% in 2026.
- Over 5 years, Debt Ratio stood at 0.02 in 2022, then increased by 12.15% to 0.02 in 2023, then declined by 9.7% to 0.02 in 2024, then sank by 31.46% to 0.01 in 2025, then rose by 29.73% to 0.02 in 2026.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.02 in Q2 2026, 0.02 in Q1 2026, and 0.01 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.02 |
| Mar 31, 2026 | 0.02 |
| Dec 31, 2025 | 0.01 |
| Sep 30, 2025 | 0.01 |
| Jun 30, 2025 | 0.01 |
| Mar 31, 2025 | 0.02 |
| Dec 31, 2024 | 0.02 |
| Sep 30, 2024 | 0.01 |
| Jun 30, 2024 | 0.01 |
| Mar 31, 2024 | 0.01 |
| Dec 31, 2023 | 0.02 |
| Sep 30, 2023 | 0.01 |
| Jun 30, 2023 | 0.01 |
| Mar 31, 2023 | 0.01 |
| Dec 31, 2022 | 0.02 |
| Sep 30, 2022 | 0.02 |
| Jun 30, 2022 | 0.01 |
| Mar 31, 2022 | 0.01 |
| Dec 31, 2021 | 0.02 |
| Sep 30, 2021 | 0.01 |
Opera Debt 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=debt-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();