Opera (OPRA) Asset Writedowns and Impairment (2023 - 2026)
Opera's (OPRA) quarterly Asset Writedowns and Impairment came in at -$3.3 million in Q2 2026, down 445.12% year-over-year from $955598.7 in Q2 2025, and down 392.24% quarter-over-quarter from -$670000.0 in Q1 2026.
Opera (OPRA) Asset Writedowns and Impairment (2023 - 2026) Analysis & Trends
Opera has disclosed Asset Writedowns and Impairment across 4 years of filings, most recently posting -$3.3 million for Q2 2026.
- In Q2 2026, Asset Writedowns and Impairment fell 445.12% year-over-year to -$3.3 million; the TTM figure through Jun 2026 stood at -$4.6 million (down 215.3% YoY), while the FY2025 annual figure was -$1.9 million, down 1622.12% from the prior year.
- Asset Writedowns and Impairment came in at -$3.3 million for Q2 2026 at Opera, down from -$670000.0 in the prior quarter.
- In the past five years, Asset Writedowns and Impairment ranged from a high of -$4000.0 in Q3 2024 to a low of -$3.3 million in Q2 2026.
- Average Asset Writedowns and Impairment over 4 years is -$670700.0, with a median of -$495000.0 recorded in 2023.
- Year-over-year, Asset Writedowns and Impairment surged 99.29% in 2024 and tumbled 4450.0% in 2025.
- Over 4 years, Asset Writedowns and Impairment stood at -$116000.0 in 2023, then rose by 6.03% to -$109000.0 in 2024, then slumped by 289.91% to -$425000.0 in 2025, then tumbled by 676.0% to -$3.3 million in 2026.
- Per Business Quant data, the three most recent Asset Writedowns and Impairment figures were -$3.3 million in Q2 2026, -$670000.0 in Q1 2026, and -$425000.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.30 Mn |
| Mar 31, 2026 | -670,000.00 |
| Dec 31, 2025 | -425,000.00 |
| Sep 30, 2025 | -182,000.00 |
| Jun 30, 2025 | -605,000.00 |
| Mar 31, 2025 | -733,000.00 |
| Dec 31, 2024 | -109,000.00 |
| Sep 30, 2024 | -4,000.00 |
| Dec 31, 2023 | -116,000.00 |
| Sep 30, 2023 | -565,000.00 |
Opera Asset Writedowns and Impairment 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-writedowns-and-impairment&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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-writedowns-and-impairment&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();