Opera (OPRA) Short-term Investments (2017 - 2026)
Opera's (OPRA) quarterly Short-term Investments came in at $1.7 million in Q2 2026, down 10.81% year-over-year from $1.9 million in Q2 2025, and up 3.31% quarter-over-quarter from $1.7 million in Q1 2026.
Opera (OPRA) Short-term Investments (2017 - 2026) Analysis & Trends
Opera has disclosed Short-term Investments across 10 years of filings, most recently posting $1.7 million for Q2 2026.
- In Q2 2026, Short-term Investments fell 10.81% year-over-year to $1.7 million; the TTM figure through Jun 2026 stood at $1.7 million (down 10.81% YoY), while the FY2025 annual figure was $1.6 million, down 7.67% from the prior year.
- Short-term Investments came in at $1.7 million for Q2 2026 at Opera, up from $1.7 million in the prior quarter.
- In the past five years, Short-term Investments ranged from a high of $66.2 million in Q4 2022 to a low of $1.6 million in Q4 2025.
- Average Short-term Investments over 5 years is $13.6 million, with a median of $2.6 million recorded in 2023.
- Year-over-year, Short-term Investments jumped 108.44% in 2022 and slumped 96.01% in 2023.
- Over 5 years, Short-term Investments stood at $66.2 million in 2022, then tumbled by 95.4% to $3.0 million in 2023, then sank by 42.28% to $1.8 million in 2024, then fell by 7.67% to $1.6 million in 2025, then gained by 5.66% to $1.7 million in 2026.
- Per Business Quant data, the three most recent Short-term Investments figures were $1.7 million in Q2 2026, $1.7 million in Q1 2026, and $1.6 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.72 Mn |
| Mar 31, 2026 | 1.66 Mn |
| Dec 31, 2025 | 1.63 Mn |
| Sep 30, 2025 | 1.65 Mn |
| Jun 30, 2025 | 1.93 Mn |
| Mar 31, 2025 | 1.84 Mn |
| Dec 31, 2024 | 1.76 Mn |
| Sep 30, 2024 | 2.63 Mn |
| Jun 30, 2024 | 2.59 Mn |
| Mar 31, 2024 | 3.06 Mn |
| Dec 31, 2023 | 3.05 Mn |
| Sep 30, 2023 | 2.53 Mn |
| Jun 30, 2023 | 2.59 Mn |
| Mar 31, 2023 | 2.57 Mn |
| Dec 31, 2022 | 66.25 Mn |
| Sep 30, 2022 | 35.27 Mn |
| Jun 30, 2022 | 47.47 Mn |
| Mar 31, 2022 | 64.57 Mn |
| Dec 31, 2021 | 78.14 Mn |
| Sep 30, 2021 | 103.26 Mn |
Opera Short-term Investments 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=short-term-investments&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();