Logitech International (LOGI) Gains from Investment Securities (2016 - 2021)
Logitech International (LOGI) posted Gains from Investment Securities of -$1.1 million for Q4 2021, down 20.0% on a QoQ basis from -$925000.0 in Q3 2021.
Logitech International (LOGI) Gains from Investment Securities (2016 - 2021) Analysis & Trends
Logitech International has reported Gains from Investment Securities for 4 years, with the latest figure at -$1.1 million in Q4 2021.
- On a quarterly basis, Gains from Investment Securities changed N/A year-over-year to -$1.1 million in Q4 2021; TTM through Sep 2022 was -$1.1 million, a 53.73% increase from a year earlier, with the FY2024 full-year figure at -$250000.0, changed N/A from the prior year.
- Gains from Investment Securities was -$1.1 million for Q4 2021 at Logitech International, down from -$925000.0 in the prior quarter.
- The five-year high for Gains from Investment Securities was $23.2 million in Q1 2020, with the low at -$2.9 million in Q3 2017.
- Average Gains from Investment Securities over 3 years is $2.8 million, with a median of -$1.0 million recorded in 2021.
- The largest YoY upside for Gains from Investment Securities was 125.79% in 2021 against a maximum downside of 125.79% in 2021.
- Over 3 years, Gains from Investment Securities stood at -$2.9 million in 2017, then soared by 295.09% to $5.7 million in 2020, then sank by 119.42% to -$1.1 million in 2021.
- The last three Gains from Investment Securities figures came in at -$1.1 million (Q4 2021), -$925000.0 (Q3 2021), and -$1.5 million (Q2 2021), per Business Quant data.
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 |
|---|---|
| Dec 31, 2021 | -1.11 Mn |
| Sep 30, 2021 | -925,000.00 |
| Jun 30, 2021 | -1.47 Mn |
| Jun 30, 2020 | 5.72 Mn |
| Mar 31, 2020 | 23.25 Mn |
| Sep 30, 2017 | -2.93 Mn |
| Jun 30, 2017 | -1.98 Mn |
| Mar 31, 2017 | 1.83 Mn |
| Dec 31, 2016 | -9.93 Mn |
Logitech International Gains from Investment Securities 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=gains-from-investment-securities&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();