Opera (OPRA) Cash from Financing Activities (2016 - 2026)
Opera's (OPRA) quarterly Cash from Financing Activities came in at -$15.7 million in Q2 2026, down 1044.38% year-over-year from $1.7 million in Q2 2025, and up 68.73% quarter-over-quarter from -$50.1 million in Q1 2026.
Opera (OPRA) Cash from Financing Activities (2016 - 2026) Analysis & Trends
Opera has disclosed Cash from Financing Activities across 11 years of filings, most recently posting -$15.7 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities fell 1044.38% year-over-year to -$15.7 million; the TTM figure through Jun 2026 stood at -$104.4 million (down 53.65% YoY), while the FY2025 annual figure was -$76.6 million, down 81.64% from the prior year.
- Cash from Financing Activities came in at -$15.7 million for Q2 2026 at Opera, up from -$50.1 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of -$806000.0 in Q2 2023 to a low of -$133.0 million in Q4 2022.
- Average Cash from Financing Activities over 5 years is -$21.9 million, with a median of -$12.6 million recorded in 2023.
- Year-over-year, Cash from Financing Activities slumped 8795.85% in 2022 and jumped 91.2% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$133.0 million in 2022, then surged by 89.44% to -$14.0 million in 2023, then jumped by 91.2% to -$1.2 million in 2024, then retreated by 18.93% to -$1.5 million in 2025, then plunged by 966.53% to -$15.7 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$15.7 million in Q2 2026, -$50.1 million in Q1 2026, and -$1.5 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.68 Mn |
| Mar 31, 2026 | -50.13 Mn |
| Dec 31, 2025 | -1.47 Mn |
| Sep 30, 2025 | -37.11 Mn |
| Jun 30, 2025 | -1.37 Mn |
| Mar 31, 2025 | -36.61 Mn |
| Dec 31, 2024 | -1.24 Mn |
| Sep 30, 2024 | -28.73 Mn |
| Jun 30, 2024 | -949,000.00 |
| Mar 31, 2024 | -11.24 Mn |
| Dec 31, 2023 | -14.05 Mn |
| Sep 30, 2023 | -29.08 Mn |
| Jun 30, 2023 | -806,000.00 |
| Mar 31, 2023 | -15.91 Mn |
| Dec 31, 2022 | -132.99 Mn |
| Sep 30, 2022 | -5.39 Mn |
| Jun 30, 2022 | -7.99 Mn |
| Mar 31, 2022 | -4.20 Mn |
| Dec 31, 2021 | -1.50 Mn |
| Sep 30, 2021 | -2.02 Mn |
Opera Cash from Financing 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-financing-activities&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();