Opera (OPRA) Net Cash Flow (2016 - 2026)
Opera's (OPRA) quarterly Net Cash Flow came in at $3.5 million in Q2 2026, down 88.4% year-over-year from $29.8 million in Q2 2025, and up 125.11% quarter-over-quarter from -$13.8 million in Q1 2026.
Opera (OPRA) Net Cash Flow (2016 - 2026) Analysis & Trends
Opera has disclosed Net Cash Flow across 11 years of filings, most recently posting $3.5 million for Q2 2026.
- In Q2 2026, Net Cash Flow fell 88.4% year-over-year to $3.5 million; the TTM figure through Jun 2026 stood at $10.7 million (down 61.26% YoY), while the FY2025 annual figure was $26.7 million, down 25.18% from the prior year.
- Net Cash Flow came in at $3.5 million for Q2 2026 at Opera, up from -$13.8 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $36.1 million in Q4 2025 to a low of -$114.2 million in Q4 2022.
- Average Net Cash Flow over 5 years is $2.5 million, with a median of $12.2 million recorded in 2023.
- Year-over-year, Net Cash Flow surged 131.13% in 2022 and plunged 2165.54% in 2025.
- Over 5 years, Net Cash Flow stood at -$114.2 million in 2022, then surged by 108.87% to $10.1 million in 2023, then soared by 88.32% to $19.1 million in 2024, then jumped by 89.17% to $36.1 million in 2025, then slumped by 90.43% to $3.5 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were $3.5 million in Q2 2026, -$13.8 million in Q1 2026, and $36.1 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.46 Mn |
| Mar 31, 2026 | -13.76 Mn |
| Dec 31, 2025 | 36.09 Mn |
| Sep 30, 2025 | -15.09 Mn |
| Jun 30, 2025 | 29.78 Mn |
| Mar 31, 2025 | -24.06 Mn |
| Dec 31, 2024 | 19.08 Mn |
| Sep 30, 2024 | 2.83 Mn |
| Jun 30, 2024 | 14.88 Mn |
| Mar 31, 2024 | -1.06 Mn |
| Dec 31, 2023 | 10.13 Mn |
| Sep 30, 2023 | -13.94 Mn |
| Jun 30, 2023 | 14.32 Mn |
| Mar 31, 2023 | 32.41 Mn |
| Dec 31, 2022 | -114.25 Mn |
| Sep 30, 2022 | 27.44 Mn |
| Jun 30, 2022 | 22.23 Mn |
| Mar 31, 2022 | 15.11 Mn |
| Dec 31, 2021 | 13.44 Mn |
| Sep 30, 2021 | -88.16 Mn |
Opera Net Cash Flow 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=net-cash-flow&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();