Opera (OPRA) Receivables (2017 - 2026)
Opera's (OPRA) quarterly Receivables came in at $129.1 million in Q2 2026, up 24.99% year-over-year from $103.3 million in Q2 2025, and up 12.81% quarter-over-quarter from $114.4 million in Q1 2026.
Opera (OPRA) Receivables (2017 - 2026) Analysis & Trends
Opera has disclosed Receivables across 10 years of filings, most recently posting $129.1 million for Q2 2026.
- In Q2 2026, Receivables rose 24.99% year-over-year to $129.1 million; the TTM figure through Jun 2026 stood at $129.1 million (up 24.99% YoY), while the FY2025 annual figure was $119.6 million, up 22.84% from the prior year.
- Receivables came in at $129.1 million for Q2 2026 at Opera, up from $114.4 million in the prior quarter.
- In the past five years, Receivables ranged from a high of $129.1 million in Q2 2026 to a low of $46.8 million in Q1 2022.
- Average Receivables over 5 years is $83.1 million, with a median of $76.2 million recorded in 2022.
- Year-over-year, Receivables climbed 2.62% in 2023 and jumped 57.51% in 2025.
- Over 5 years, Receivables stood at $75.2 million in 2022, then climbed by 2.62% to $77.1 million in 2023, then grew by 26.24% to $97.4 million in 2024, then increased by 22.84% to $119.6 million in 2025, then climbed by 7.92% to $129.1 million in 2026.
- Per Business Quant data, the three most recent Receivables figures were $129.1 million in Q2 2026, $114.4 million in Q1 2026, and $119.6 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 129.10 Mn |
| Mar 31, 2026 | 114.44 Mn |
| Dec 31, 2025 | 119.63 Mn |
| Sep 30, 2025 | 108.25 Mn |
| Jun 30, 2025 | 103.29 Mn |
| Mar 31, 2025 | 108.48 Mn |
| Dec 31, 2024 | 97.38 Mn |
| Sep 30, 2024 | 79.16 Mn |
| Jun 30, 2024 | 70.64 Mn |
| Mar 31, 2024 | 68.87 Mn |
| Dec 31, 2023 | 77.14 Mn |
| Sep 30, 2023 | 65.24 Mn |
| Jun 30, 2023 | 60.14 Mn |
| Mar 31, 2023 | 56.29 Mn |
| Dec 31, 2022 | 75.17 Mn |
| Sep 30, 2022 | 62.74 Mn |
| Jun 30, 2022 | 52.96 Mn |
| Mar 31, 2022 | 46.81 Mn |
| Dec 31, 2021 | 62.40 Mn |
| Sep 30, 2021 | 47.48 Mn |
Opera Receivables 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=receivables&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();