Logitech International (LOGI) Operating Leases (2014)
Logitech International (LOGI) posted Operating Leases of $5.4 million for Q1 2014.
Analysis
Logitech International (LOGI) Operating Leases (2014) Analysis & Trends
Logitech International has reported Operating Leases for 1 years, with the latest figure at $5.4 million in Q1 2014.
- On a quarterly basis, Operating Leases changed N/A year-over-year to $5.4 million in Q1 2014; TTM through Mar 2014 was $5.4 million, a N/A change from a year earlier, with the FY2014 full-year figure at $5.4 million, changed N/A from the prior year.
- Operating Leases was $5.4 million for Q1 2014 at Logitech International.
- The five-year high for Operating Leases was $5.4 million in Q1 2014, with the low at $5.4 million in Q1 2014.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn |
API Access
Logitech International Operating 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=operating-leases&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "ticker": "LOGI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=operating-leases&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();