Mynd.ai (MYND) Non-Current Debt (2022 - 2026)
Mynd.ai's (MYND) quarterly Non-Current Debt came in at $64.3 million in Q2 2026, up 9.46% year-over-year from $58.7 million in Q2 2025, and up 5.2% quarter-over-quarter from $61.1 million in Q4 2025.
Mynd.ai (MYND) Non-Current Debt (2022 - 2026) Analysis & Trends
Mynd.ai has disclosed Non-Current Debt across 5 years of filings, most recently posting $64.3 million for Q2 2026.
- In Q2 2026, Non-Current Debt rose 9.46% year-over-year to $64.3 million; the TTM figure through Jun 2026 stood at $64.3 million (up 9.46% YoY), while the FY2025 annual figure was $61.1 million, up 5.18% from the prior year.
- Non-Current Debt came in at $64.3 million for Q2 2026 at Mynd.ai, up from $61.1 million in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $64.9 million in Q4 2023 to a low of $4.4 million in Q4 2022.
- Average Non-Current Debt over 5 years is $46.7 million, with a median of $58.4 million recorded in 2024.
- Year-over-year, Non-Current Debt surged 1359.15% in 2023 and decreased 10.46% in 2024.
- Over 5 years, Non-Current Debt stood at $4.4 million in 2022, then surged by 1359.15% to $64.9 million in 2023, then fell by 10.46% to $58.1 million in 2024, then grew by 5.18% to $61.1 million in 2025, then rose by 5.2% to $64.3 million in 2026.
- Per Business Quant data, the three most recent Non-Current Debt figures were $64.3 million in Q2 2026, $61.1 million in Q4 2025, and $58.7 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | - |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | 64.26 Mn |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 64.26 Mn |
| Dec 31, 2025 | 61.08 Mn |
| Jun 30, 2025 | 58.71 Mn |
| Dec 31, 2024 | 58.08 Mn |
| Jun 30, 2024 | 57.74 Mn |
| Dec 31, 2023 | 64.86 Mn |
| Jun 30, 2023 | 4.67 Mn |
| Dec 31, 2022 | 4.45 Mn |
Mynd.ai Non-Current Debt 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=non-current-debt&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();