Opera (OPRA) Non Operating Interest Expenses (2016 - 2026)
Opera's (OPRA) quarterly Non Operating Interest Expenses came in at -$607000.0 in Q2 2026, down 279.59% year-over-year from $338000.0 in Q2 2025, and down 324.48% quarter-over-quarter from -$143000.0 in Q1 2026.
Opera (OPRA) Non Operating Interest Expenses (2016 - 2026) Analysis & Trends
Opera has disclosed Non Operating Interest Expenses across 11 years of filings, most recently posting -$607000.0 for Q2 2026.
- In Q2 2026, Non Operating Interest Expenses fell 279.59% year-over-year to -$607000.0; the TTM figure through Jun 2026 stood at $59000.0 (up 112.88% YoY), while the FY2025 annual figure was $1.4 million, up 223.61% from the prior year.
- Non Operating Interest Expenses came in at -$607000.0 for Q2 2026 at Opera, down from -$143000.0 in the prior quarter.
- In the past five years, Non Operating Interest Expenses ranged from a high of $10.2 million in Q1 2022 to a low of -$35.6 billion in Q4 2022.
- Average Non Operating Interest Expenses over 5 years is -$3.1 billion, with a median of -$203500.0 recorded in 2024.
- The largest YoY upside for Non Operating Interest Expenses was 2399.55% in 2022 against a maximum downside of 876576.38% in 2022.
- Over 5 years, Non Operating Interest Expenses stood at -$35.6 billion in 2022, then jumped by 100.0% to $653000.0 in 2023, then slumped by 325.57% to -$1.5 million in 2024, then soared by 169.99% to $1.0 million in 2025, then sank by 158.87% to -$607000.0 in 2026.
- Per Business Quant data, the three most recent Non Operating Interest Expenses figures were -$607000.0 in Q2 2026, -$143000.0 in Q1 2026, and $1.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -607,000.00 |
| Mar 31, 2026 | -143,000.00 |
| Dec 31, 2025 | 1.03 Mn |
| Sep 30, 2025 | -222,000.00 |
| Jun 30, 2025 | 338,000.00 |
| Mar 31, 2025 | 277,000.00 |
| Dec 31, 2024 | -1.47 Mn |
| Sep 30, 2024 | 400,000.00 |
| Jun 30, 2024 | -185,000.00 |
| Mar 31, 2024 | -142,000.00 |
| Dec 31, 2023 | 653,000.00 |
| Sep 30, 2023 | -976,000.00 |
| Jun 30, 2023 | -2.15 Mn |
| Mar 31, 2023 | -372.00 Mn |
| Dec 31, 2022 | -35.62 Bn |
| Sep 30, 2022 | -4.75 Bn |
| Jun 30, 2022 | -15.34 Bn |
| Mar 31, 2022 | 10.16 Mn |
| Dec 31, 2021 | 4.06 Mn |
| Sep 30, 2021 | -779,000.00 |
Opera Non Operating Interest Expenses 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-operating-interest-expenses&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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-operating-interest-expenses&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();