Opera (OPRA) Capital Expenditures (2016 - 2026)
Opera's (OPRA) quarterly Capital Expenditures came in at -$953000.0 in Q2 2026, down 144.99% year-over-year from $2.1 million in Q2 2025, and up 61.34% quarter-over-quarter from -$2.5 million in Q1 2026.
Opera (OPRA) Capital Expenditures (2016 - 2026) Analysis & Trends
Opera has disclosed Capital Expenditures across 9 years of filings, most recently posting -$953000.0 for Q2 2026.
- In Q2 2026, Capital Expenditures fell 144.99% year-over-year to -$953000.0; the TTM figure through Jun 2026 stood at -$8.0 million (down 178.6% YoY), while the FY2025 annual figure was -$5.5 million, up 76.24% from the prior year.
- Capital Expenditures came in at -$953000.0 for Q2 2026 at Opera, up from -$2.5 million in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of -$34000.0 in Q4 2024 to a low of -$20.2 million in Q1 2024.
- Average Capital Expenditures over 5 years is -$2.1 million, with a median of -$668500.0 recorded in 2023.
- Year-over-year, Capital Expenditures plunged 6262.89% in 2024 and soared 97.05% in 2025.
- Over 5 years, Capital Expenditures stood at -$429000.0 in 2022, then plunged by 38.46% to -$594000.0 in 2023, then surged by 94.28% to -$34000.0 in 2024, then slumped by 3838.24% to -$1.3 million in 2025, then advanced by 28.83% to -$953000.0 in 2026.
- Per Business Quant data, the three most recent Capital Expenditures figures were -$953000.0 in Q2 2026, -$2.5 million in Q1 2026, and -$1.3 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -953,000.00 |
| Mar 31, 2026 | -2.47 Mn |
| Dec 31, 2025 | -1.34 Mn |
| Sep 30, 2025 | -3.22 Mn |
| Jun 30, 2025 | -389,000.00 |
| Mar 31, 2025 | -596,000.00 |
| Dec 31, 2024 | -34,000.00 |
| Sep 30, 2024 | -1.85 Mn |
| Jun 30, 2024 | -1.23 Mn |
| Mar 31, 2024 | -20.23 Mn |
| Dec 31, 2023 | -594,000.00 |
| Sep 30, 2023 | -741,000.00 |
| Jun 30, 2023 | -219,000.00 |
| Mar 31, 2023 | -318,000.00 |
| Dec 31, 2022 | -429,000.00 |
| Sep 30, 2022 | -165,000.00 |
| Jun 30, 2022 | -2.48 Mn |
| Mar 31, 2022 | -116,000.00 |
| Dec 31, 2021 | -75,000.00 |
| Sep 30, 2021 | -100,000.00 |
Opera Capital Expenditures 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=capital-expenditures&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();