Opera (OPRA) Change in Receivables (2016 - 2026)
Opera's (OPRA) quarterly Change in Receivables came in at -$14.4 million in Q2 2026, down 371.42% year-over-year from $5.3 million in Q2 2025, and down 361.0% quarter-over-quarter from $5.5 million in Q1 2026.
Opera (OPRA) Change in Receivables (2016 - 2026) Analysis & Trends
Opera has disclosed Change in Receivables across 9 years of filings, most recently posting -$14.4 million for Q2 2026.
- In Q2 2026, Change in Receivables fell 371.42% year-over-year to -$14.4 million; the TTM figure through Jun 2026 stood at -$25.9 million (up 20.24% YoY), while the FY2025 annual figure was -$22.7 million, down 12.46% from the prior year.
- Change in Receivables came in at -$14.4 million for Q2 2026 at Opera, down from $5.5 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $8.3 million in Q1 2024 to a low of -$18.2 million in Q4 2024.
- Average Change in Receivables over 5 years is -$4.8 million, with a median of -$5.3 million recorded in 2023.
- Year-over-year, Change in Receivables plunged 1499.45% in 2022 and jumped 791.84% in 2023.
- Over 5 years, Change in Receivables stood at -$7.6 million in 2022, then slumped by 96.74% to -$14.9 million in 2023, then decreased by 22.27% to -$18.2 million in 2024, then surged by 36.92% to -$11.5 million in 2025, then dropped by 25.47% to -$14.4 million in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were -$14.4 million in Q2 2026, $5.5 million in Q1 2026, and -$11.5 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -14.42 Mn |
| Mar 31, 2026 | 5.52 Mn |
| Dec 31, 2025 | -11.49 Mn |
| Sep 30, 2025 | -5.50 Mn |
| Jun 30, 2025 | 5.31 Mn |
| Mar 31, 2025 | -11.03 Mn |
| Dec 31, 2024 | -18.21 Mn |
| Sep 30, 2024 | -8.52 Mn |
| Jun 30, 2024 | -1.76 Mn |
| Mar 31, 2024 | 8.29 Mn |
| Dec 31, 2023 | -14.90 Mn |
| Sep 30, 2023 | -5.10 Mn |
| Jun 30, 2023 | -3.85 Mn |
| Mar 31, 2023 | 6.34 Mn |
| Dec 31, 2022 | -7.57 Mn |
| Sep 30, 2022 | -4.96 Mn |
| Jun 30, 2022 | -6.03 Mn |
| Mar 31, 2022 | 711,000.00 |
| Dec 31, 2021 | 541,000.00 |
| Sep 30, 2021 | -3.75 Mn |
Opera Change in Receivables 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=change-in-receivables&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();