Opera (OPRA) Change in Account Payables (2016 - 2026)
Opera's (OPRA) quarterly Change in Account Payables came in at $2.1 million in Q2 2026, down 75.2% year-over-year from $8.6 million in Q2 2025, and up 523.91% quarter-over-quarter from $343000.0 in Q1 2026.
Opera (OPRA) Change in Account Payables (2016 - 2026) Analysis & Trends
Opera has disclosed Change in Account Payables across 9 years of filings, most recently posting $2.1 million for Q2 2026.
- In Q2 2026, Change in Account Payables fell 75.2% year-over-year to $2.1 million; the TTM figure through Jun 2026 stood at $14.1 million (down 41.65% YoY), while the FY2025 annual figure was $13.6 million, down 41.0% from the prior year.
- Change in Account Payables came in at $2.1 million for Q2 2026 at Opera, up from $343000.0 in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $13.8 million in Q4 2025 to a low of -$9.2 million in Q2 2022.
- Average Change in Account Payables over 5 years is $2.9 million, with a median of $2.2 million recorded in 2022.
- The largest YoY upside for Change in Account Payables was 3026.81% in 2025 against a maximum downside of 1524.04% in 2025.
- Over 5 years, Change in Account Payables stood at $5.9 million in 2022, then decreased by 8.67% to $5.4 million in 2023, then surged by 114.47% to $11.6 million in 2024, then rose by 18.57% to $13.8 million in 2025, then tumbled by 84.45% to $2.1 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were $2.1 million in Q2 2026, $343000.0 in Q1 2026, and $13.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.14 Mn |
| Mar 31, 2026 | 343,000.00 |
| Dec 31, 2025 | 13.76 Mn |
| Sep 30, 2025 | -2.11 Mn |
| Jun 30, 2025 | 8.63 Mn |
| Mar 31, 2025 | -6.69 Mn |
| Dec 31, 2024 | 11.61 Mn |
| Sep 30, 2024 | 10.69 Mn |
| Jun 30, 2024 | 276,000.00 |
| Mar 31, 2024 | 470,000.00 |
| Dec 31, 2023 | 5.41 Mn |
| Sep 30, 2023 | -407,000.00 |
| Jun 30, 2023 | 4.38 Mn |
| Mar 31, 2023 | -4.08 Mn |
| Dec 31, 2022 | 5.93 Mn |
| Sep 30, 2022 | 2.26 Mn |
| Jun 30, 2022 | -9.16 Mn |
| Mar 31, 2022 | 9.54 Mn |
| Dec 31, 2021 | 1.79 Mn |
| Sep 30, 2021 | -6.46 Mn |
Opera Change in Account Payables 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-account-payables&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();