Mynd.ai (MYND) Debt Ratio (2019 - 2026)
Mynd.ai's (MYND) quarterly Debt Ratio came in at 0.39 in Q2 2026, up 23.23% year-over-year from 0.32 in Q2 2025, and up 11.58% quarter-over-quarter from 0.35 in Q4 2025.
Mynd.ai (MYND) Debt Ratio (2019 - 2026) Analysis & Trends
Mynd.ai has disclosed Debt Ratio across 8 years of filings, most recently posting 0.39 for Q2 2026.
- In Q2 2026, Debt Ratio rose 23.23% year-over-year to 0.39; the TTM figure through Jun 2026 stood at 0.39 (up 23.23% YoY), while the FY2025 annual figure was 0.35, up 28.32% from the prior year.
- Debt Ratio came in at 0.39 for Q2 2026 at Mynd.ai, up from 0.35 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.39 in Q2 2026 to a low of 0.02 in Q2 2022.
- Average Debt Ratio over 5 years is 0.23, with a median of 0.24 recorded in 2024.
- Year-over-year, Debt Ratio jumped 266.87% in 2023 and advanced 14.86% in 2024.
- Over 5 years, Debt Ratio stood at 0.14 in 2022, then jumped by 66.4% to 0.24 in 2023, then increased by 14.86% to 0.27 in 2024, then advanced by 28.32% to 0.35 in 2025, then gained by 11.58% to 0.39 in 2026.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.39 in Q2 2026, 0.35 in Q4 2025, and 0.32 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | - |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | 0.39 |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 0.44 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.39 |
| Dec 31, 2025 | 0.35 |
| Jun 30, 2025 | 0.32 |
| Dec 31, 2024 | 0.27 |
| Jun 30, 2024 | 0.24 |
| Dec 31, 2023 | 0.24 |
| Jun 30, 2023 | 0.07 |
| Dec 31, 2022 | 0.14 |
| Jun 30, 2022 | 0.02 |
| Dec 31, 2021 | 0.12 |
| Dec 31, 2020 | 0.00 |
| Sep 30, 2020 | 0.00 |
| Dec 31, 2019 | 0.00 |
Mynd.ai Debt Ratio 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=debt-ratio&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "ticker": "MYND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=debt-ratio&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();