Logitech International (LOGI) Other financing activities (2009 - 2025)
Logitech International (LOGI) posted Other financing activities of -$436000.0 for Q1 2025, down 103.47% on a QoQ basis from $12.6 million in Q2 2017.
Logitech International (LOGI) Other financing activities (2009 - 2025) Analysis & Trends
Logitech International has reported Other financing activities for 10 years, with the latest figure at -$436000.0 in Q1 2025.
- On a quarterly basis, Other financing activities changed N/A year-over-year to -$436000.0 in Q1 2025; TTM through Mar 2026 was -$436000.0, a 0.0% change from a year earlier, with the FY2025 full-year figure at -$3.3 million, down 199.64% from the prior year.
- Other financing activities was -$436000.0 for Q1 2025 at Logitech International, down from $12.6 million in the prior quarter.
- The five-year high for Other financing activities was -$436000.0 in Q1 2025, with the low at -$436000.0 in Q1 2025.
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 |
|---|---|
| Mar 31, 2025 | -436,000.00 |
| Jun 30, 2017 | 12.57 Mn |
| Mar 31, 2017 | 19.22 Mn |
| Dec 31, 2016 | 5.87 Mn |
| Sep 30, 2016 | 13.89 Mn |
| Jun 30, 2016 | 599,000.00 |
| Mar 31, 2016 | 7.21 Mn |
| Dec 31, 2015 | 1.46 Mn |
| Sep 30, 2015 | 7.04 Mn |
| Jun 30, 2015 | 4.07 Mn |
| Mar 31, 2015 | 1.61 Mn |
| Dec 31, 2014 | 1.00 Mn |
| Sep 30, 2014 | 959,000.00 |
| Jun 30, 2014 | 574,000.00 |
| Mar 31, 2014 | 8.45 Mn |
| Dec 31, 2013 | 2.33 Mn |
| Sep 30, 2013 | 6.12 Mn |
| Jun 30, 2013 | 12,000.00 |
| Mar 31, 2013 | 7.14 Mn |
| Dec 31, 2012 | -165,000.00 |
Logitech International 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=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();