Opera (OPRA) Other Working Capital Changes (2023 - 2026)
Opera's (OPRA) quarterly Other Working Capital Changes came in at -$720000.0 in Q2 2026, down 92.51% year-over-year from -$9.6 million in Q2 2025, and up 40.2% quarter-over-quarter from -$1.2 million in Q1 2026.
Opera (OPRA) Other Working Capital Changes (2023 - 2026) Analysis & Trends
Opera has disclosed Other Working Capital Changes across 8 years of filings, most recently posting -$720000.0 for Q2 2026.
- In Q2 2026, Other Working Capital Changes fell 92.51% year-over-year to -$720000.0; the TTM figure through Jun 2026 stood at -$1.5 million (up 6.62% YoY), while the FY2025 annual figure was -$516000.0, down 681.82% from the prior year.
- Other Working Capital Changes came in at -$720000.0 for Q2 2026 at Opera, up from -$1.2 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $7.1 million in Q4 2023 to a low of -$2.6 million in Q2 2024.
- Average Other Working Capital Changes over 4 years is -$177833.3, with a median of -$638000.0 recorded in 2025.
- The largest YoY upside for Other Working Capital Changes was 794.05% in 2022 against a maximum downside of 1053.97% in 2022.
- Over 5 years, Other Working Capital Changes stood at -$514000.0 in 2022, then jumped by 63.04% to -$190000.0 in 2023, then tumbled by 86.84% to -$355000.0 in 2024, then jumped by 178.59% to $279000.0 in 2025, then slumped by 358.06% to -$720000.0 in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$720000.0 in Q2 2026, -$1.2 million in Q1 2026, and $279000.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 113,000.00 |
| Jun 30, 2026 | 113,000.00 |
| Mar 31, 2026 | -1.90 Mn |
| Mar 31, 2026 | -1.90 Mn |
| Dec 31, 2025 | 505,000.00 |
| Dec 31, 2025 | 505,000.00 |
| Sep 30, 2025 | -171,000.00 |
| Sep 30, 2025 | -171,000.00 |
| Jun 30, 2025 | -226,000.00 |
| Jun 30, 2025 | -226,000.00 |
| Mar 31, 2025 | -1.05 Mn |
| Mar 31, 2025 | -1.05 Mn |
| Dec 31, 2024 | 1.97 Mn |
| Dec 31, 2024 | 1.97 Mn |
| Sep 30, 2024 | -1.66 Mn |
| Sep 30, 2024 | -1.66 Mn |
| Jun 30, 2024 | -2.57 Mn |
| Jun 30, 2024 | -2.57 Mn |
| Mar 31, 2024 | -2.57 Mn |
| Mar 31, 2024 | -2.57 Mn |
Opera Other Working Capital Changes 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=other-working-capital-changes&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();