Opera (OPRA) FCF Payout Ratio (2023 - 2026)
Opera's (OPRA) quarterly FCF Payout Ratio came in at 0.8 in Q1 2026, up 62.41% year-over-year from 0.5 in Q1 2025, and up 28.78% quarter-over-quarter from 1.13 in Q3 2025.
Opera (OPRA) FCF Payout Ratio (2023 - 2026) Analysis & Trends
Opera has disclosed FCF Payout Ratio across 4 years of filings, most recently posting 0.8 for Q1 2026.
- In Q1 2026, FCF Payout Ratio rose 62.41% year-over-year to 0.8; the TTM figure through Jun 2026 stood at 0.51 (up 12.44% YoY), while the FY2025 annual figure was 0.58, down 97.89% from the prior year.
- FCF Payout Ratio came in at 0.8 for Q1 2026 at Opera, up from 1.13 in the prior quarter.
- In the past five years, FCF Payout Ratio ranged from a high of 0.0 in Q4 2024 to a low of 2.14 in Q1 2025.
- Average FCF Payout Ratio over 4 years is 0.77, with a median of 0.69 recorded in 2023.
- Year-over-year, FCF Payout Ratio slumped 1010.79% in 2025 and jumped 62.41% in 2026.
- Over 4 years, FCF Payout Ratio stood at 0.64 in 2023, then surged by 100.06% to 0.0 in 2024, then sank by 306100.46% to 1.13 in 2025, then advanced by 28.78% to 0.8 in 2026.
- Per Business Quant data, the three most recent FCF Payout Ratio figures were 0.8 in Q1 2026, 1.13 in Q3 2025, and 2.14 in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -0.80 |
| Sep 30, 2025 | -1.13 |
| Mar 31, 2025 | -2.14 |
| Dec 31, 2024 | 0.00 |
| Sep 30, 2024 | -0.75 |
| Mar 31, 2024 | -0.19 |
| Sep 30, 2023 | -0.64 |
| Mar 31, 2023 | -0.47 |
Opera FCF Payout Ratio 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=fcf-payout-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio", "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=fcf-payout-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();