Opera (OPRA) Cash from Investing Activities (2016 - 2026)
Opera's (OPRA) quarterly Cash from Investing Activities came in at -$3.1 million in Q2 2026, down 55.2% year-over-year from -$6.8 million in Q2 2025, and up 47.0% quarter-over-quarter from -$5.8 million in Q1 2026.
Opera (OPRA) Cash from Investing Activities (2016 - 2026) Analysis & Trends
Opera has disclosed Cash from Investing Activities across 11 years of filings, most recently posting -$3.1 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 55.2% year-over-year to -$3.1 million; the TTM figure through Jun 2026 stood at -$17.9 million (down 78.39% YoY), while the FY2025 annual figure was -$14.5 million, up 46.7% from the prior year.
- Cash from Investing Activities came in at -$3.1 million for Q2 2026 at Opera, up from -$5.8 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $28.6 million in Q2 2022 to a low of -$20.8 million in Q1 2024.
- Average Cash from Investing Activities over 5 years is $780833.3, with a median of -$1.8 million recorded in 2024.
- Year-over-year, Cash from Investing Activities soared 286.63% in 2023 and plunged 309.25% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$4.8 million in 2022, then jumped by 76.96% to -$1.1 million in 2023, then decreased by 20.18% to -$1.3 million in 2024, then slumped by 99.4% to -$2.6 million in 2025, then fell by 15.52% to -$3.1 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$3.1 million in Q2 2026, -$5.8 million in Q1 2026, and -$2.6 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.06 Mn |
| Mar 31, 2026 | -5.77 Mn |
| Dec 31, 2025 | -2.65 Mn |
| Sep 30, 2025 | -6.43 Mn |
| Jun 30, 2025 | -1.97 Mn |
| Mar 31, 2025 | -3.40 Mn |
| Dec 31, 2024 | -1.33 Mn |
| Sep 30, 2024 | -3.34 Mn |
| Jun 30, 2024 | -1.59 Mn |
| Mar 31, 2024 | -20.85 Mn |
| Dec 31, 2023 | -1.11 Mn |
| Sep 30, 2023 | -1.09 Mn |
| Jun 30, 2023 | -389,000.00 |
| Mar 31, 2023 | 22.58 Mn |
| Dec 31, 2022 | -4.80 Mn |
| Sep 30, 2022 | 14.80 Mn |
| Jun 30, 2022 | 28.60 Mn |
| Mar 31, 2022 | 5.84 Mn |
| Dec 31, 2021 | -1.54 Mn |
| Sep 30, 2021 | -82.71 Mn |
Opera Cash from Investing Activities 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=cash-from-investing-activities&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();