Logitech International (LOGI) Short-term Investments (2011 - 2017)
Logitech International (LOGI) posted Short-term Investments of $6.8 million for Q3 2017, up 166.24% on a QoQ basis from $2.6 million in Q4 2014.
Logitech International (LOGI) Short-term Investments (2011 - 2017) Analysis & Trends
Logitech International has reported Short-term Investments for 4 years, with the latest figure at $6.8 million in Q3 2017.
- On a quarterly basis, Short-term Investments changed N/A year-over-year to $6.8 million in Q3 2017; TTM through Sep 2017 was $6.8 million, a N/A change from a year earlier, with the FY2014 full-year figure at $16.6 million, changed N/A from the prior year.
- Short-term Investments was $6.8 million for Q3 2017 at Logitech International, up from $2.6 million in the prior quarter.
- The five-year high for Short-term Investments was $17.6 million in Q3 2014, with the low at $2.6 million in Q4 2014.
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 |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2017 | 6.79 Mn |
| Dec 31, 2014 | 2.55 Mn |
| Sep 30, 2014 | 17.60 Mn |
| Mar 31, 2014 | 16.61 Mn |
| Sep 30, 2012 | 14.81 Mn |
| Jun 30, 2012 | 14.17 Mn |
| Mar 31, 2012 | 14.30 Mn |
| Dec 31, 2011 | 13.66 Mn |
| Sep 30, 2011 | 13.17 Mn |
| Jun 30, 2011 | 13.78 Mn |
| Mar 31, 2011 | 13.11 Mn |
Logitech International Short-term Investments 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=short-term-investments&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();