Opera (OPRA) Cash from Operations (2016 - 2026)
Opera's (OPRA) quarterly Cash from Operations came in at $22.2 million in Q2 2026, down 32.99% year-over-year from $33.1 million in Q2 2025, and down 47.34% quarter-over-quarter from $42.1 million in Q1 2026.
Opera (OPRA) Cash from Operations (2016 - 2026) Analysis & Trends
Opera has disclosed Cash from Operations across 11 years of filings, most recently posting $22.2 million for Q2 2026.
- In Q2 2026, Cash from Operations fell 32.99% year-over-year to $22.2 million; the TTM figure through Jun 2026 stood at $133.0 million (up 25.94% YoY), while the FY2025 annual figure was $117.7 million, up 12.15% from the prior year.
- Cash from Operations came in at $22.2 million for Q2 2026 at Opera, down from $42.1 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $42.1 million in Q1 2026 to a low of $1.6 million in Q2 2022.
- Average Cash from Operations over 5 years is $23.7 million, with a median of $22.9 million recorded in 2022.
- Year-over-year, Cash from Operations slumped 74.02% in 2022 and jumped 855.48% in 2023.
- Over 5 years, Cash from Operations stood at $23.5 million in 2022, then advanced by 7.4% to $25.3 million in 2023, then slipped by 14.4% to $21.6 million in 2024, then surged by 85.79% to $40.2 million in 2025, then plunged by 44.81% to $22.2 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $22.2 million in Q2 2026, $42.1 million in Q1 2026, and $40.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 22.19 Mn |
| Mar 31, 2026 | 42.15 Mn |
| Dec 31, 2025 | 40.21 Mn |
| Sep 30, 2025 | 28.45 Mn |
| Jun 30, 2025 | 33.12 Mn |
| Mar 31, 2025 | 15.95 Mn |
| Dec 31, 2024 | 21.64 Mn |
| Sep 30, 2024 | 34.90 Mn |
| Jun 30, 2024 | 17.42 Mn |
| Mar 31, 2024 | 31.02 Mn |
| Dec 31, 2023 | 25.28 Mn |
| Sep 30, 2023 | 16.23 Mn |
| Jun 30, 2023 | 15.52 Mn |
| Mar 31, 2023 | 25.73 Mn |
| Dec 31, 2022 | 23.54 Mn |
| Sep 30, 2022 | 18.03 Mn |
| Jun 30, 2022 | 1.62 Mn |
| Mar 31, 2022 | 13.46 Mn |
| Dec 31, 2021 | 16.47 Mn |
| Sep 30, 2021 | -3.44 Mn |
Opera Cash from Operations 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-operations&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-operations&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();