Magna International (MGA) Short-Term Debt issuances (2009 - 2026)
Magna International's (MGA) quarterly Short-Term Debt issuances came in at -$137.0 million in Q2 2026, up 53.87% on a YoY basis from -$89.0 million in Q2 2025, and down 195.8% quarter-over-quarter from $143.0 million in Q1 2026.
Magna International (MGA) Short-Term Debt issuances (2009 - 2026) Analysis & Trends
Magna International (MGA) has reported Short-Term Debt issuances for 18 consecutive years, with -$137.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Short-Term Debt issuances rose 53.87% year-over-year to -$137.0 million; the trailing twelve-month figure through Jun 2026 stood at -$224.0 million (down 19.79% YoY), and the FY2025 full-year result was -$318.0 million, down 74.73% from the prior year.
- Short-Term Debt issuances retreated to -$137.0 million in Q2 2026 per MGA's latest filing, from $143.0 million in the prior quarter.
- Across five years, Short-Term Debt issuances topped out at $492.0 million in Q4 2023 and bottomed at -$318.0 million in Q4 2025.
- Historically, Short-Term Debt issuances has averaged $26.3 million across 5 years, with a median of $2.0 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Short-Term Debt issuances slumped 7350.0% in 2023, then surged 11466.67% in 2024.
- Over 5 years, Short-Term Debt issuances stood at $8.0 million in 2022, then jumped by 6050.0% to $492.0 million in 2023, then plunged by 136.99% to -$182.0 million in 2024, then plunged by 74.73% to -$318.0 million in 2025, then jumped by 56.92% to -$137.0 million in 2026.
- According to Business Quant data, Short-Term Debt issuances over the past three periods registered -$137.0 million, $143.0 million, and -$318.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | - |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 13.67 Mn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | - |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | - |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | -108.00 Mn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 327.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | - |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -137.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 3.47 Bn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -137.00 Mn |
| Mar 31, 2026 | 143.00 Mn |
| Dec 31, 2025 | -318.00 Mn |
| Sep 30, 2025 | 88.00 Mn |
| Jun 30, 2025 | -297.00 Mn |
| Mar 31, 2025 | 328.00 Mn |
| Dec 31, 2024 | -182.00 Mn |
| Sep 30, 2024 | -36.00 Mn |
| Jun 30, 2024 | 19.00 Mn |
| Mar 31, 2024 | 341.00 Mn |
| Dec 31, 2023 | 492.00 Mn |
| Sep 30, 2023 | -145.00 Mn |
| Jun 30, 2023 | 143.00 Mn |
| Mar 31, 2023 | -3.00 Mn |
| Dec 31, 2022 | 8.00 Mn |
| Sep 30, 2022 | 2.00 Mn |
| Mar 31, 2022 | 1.00 Mn |
| Dec 31, 2021 | -101.00 Mn |
| Mar 31, 2021 | -101.00 Mn |
| Dec 31, 2020 | -31.00 Mn |
Magna International Short-Term Debt issuances 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-debt-issuances&ticker=MGA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "ticker": "MGA", "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-debt-issuances&ticker=MGA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();