Opera (OPRA) Capital Leases (2017 - 2018)
Opera's (OPRA) quarterly Capital Leases came in at $2.3 million in Q4 2018, down 43.68% year-over-year from $4.0 million in Q4 2017, and down 15.73% quarter-over-quarter from $2.7 million in Q3 2018.
Opera (OPRA) Capital Leases (2017 - 2018) Analysis & Trends
Opera has disclosed Capital Leases across 2 years of filings, most recently posting $2.3 million for Q4 2018.
- In Q4 2018, Capital Leases fell 43.68% year-over-year to $2.3 million; the TTM figure through Dec 2018 stood at $2.3 million (down 43.68% YoY), while the FY2018 annual figure was $2.3 million, down 43.68% from the prior year.
- Capital Leases came in at $2.3 million for Q4 2018 at Opera, down from $2.7 million in the prior quarter.
- In the past five years, Capital Leases ranged from a high of $4.0 million in Q4 2017 to a low of $2.3 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 2.27 Mn |
| Sep 30, 2018 | 2.70 Mn |
| Jun 30, 2018 | 3.44 Mn |
| Dec 31, 2017 | 4.03 Mn |
| Sep 30, 2017 | 3.24 Mn |
Opera Capital Leases 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-leases&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-leases", "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-leases&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();