Opera (OPRA) Other financing activities (2018 - 2023)
Opera's (OPRA) quarterly Other financing activities came in at $394000.0 in Q2 2023, down 99.76% quarter-over-quarter from $167.1 million in Q4 2018.
Opera (OPRA) Other financing activities (2018 - 2023) Analysis & Trends
Opera has disclosed Other financing activities across 2 years of filings, most recently posting $394000.0 for Q2 2023.
- In Q2 2023, Other financing activities changed N/A year-over-year to $394000.0; the TTM figure through Dec 2023 stood at $167.4 million (changed N/A YoY), while the FY2023 annual figure was $394000.0, changed N/A from the prior year.
- Other financing activities came in at $394000.0 for Q2 2023 at Opera, down from $167.1 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $394000.0 in Q2 2023 to a low of $394000.0 in Q2 2023.
Peer Comparison
Opera Other 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=other-financing-activities&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();