Magna International (MGA) Income from Non-Controlling Interests (2009 - 2026)
Magna International's (MGA) quarterly Income from Non-Controlling Interests came in at -$10.0 million in Q2 2026, up 33.33% on a YoY basis from -$7.5 million in Q2 2025, and up 9.09% quarter-over-quarter from -$11.0 million in Q1 2026.
Magna International (MGA) Income from Non-Controlling Interests (2009 - 2026) Analysis & Trends
Magna International (MGA) has reported Income from Non-Controlling Interests for 18 consecutive years, with -$10.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Non-Controlling Interests rose 33.33% year-over-year to -$10.0 million; the trailing twelve-month figure through Jun 2026 stood at -$103.0 million (up 22.56% YoY), and the FY2025 full-year result was -$54.0 million, up 37.93% from the prior year.
- Income from Non-Controlling Interests grew to -$10.0 million in Q2 2026 per MGA's latest filing, from -$11.0 million in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at -$7.0 million in Q3 2022 and bottomed at -$87.0 million in Q4 2024.
- Historically, Income from Non-Controlling Interests has averaged -$26.1 million across 5 years, with a median of -$15.0 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Income from Non-Controlling Interests slumped 228.57% in 2023, then surged 58.82% in 2025.
- Over 5 years, Income from Non-Controlling Interests stood at -$49.0 million in 2022, then plunged by 48.98% to -$73.0 million in 2023, then dropped by 19.18% to -$87.0 million in 2024, then soared by 37.93% to -$54.0 million in 2025, then jumped by 81.48% to -$10.0 million in 2026.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered -$10.0 million, -$11.0 million, and -$54.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 14.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 468.54 Mn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 627,675.40 |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 143.70 Mn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 48.00 Mn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 5.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -4.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -10.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 31.38 Mn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | -159,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.00 Mn |
| Mar 31, 2026 | -11.00 Mn |
| Dec 31, 2025 | -54.00 Mn |
| Sep 30, 2025 | -28.00 Mn |
| Jun 30, 2025 | -15.00 Mn |
| Mar 31, 2025 | -7.00 Mn |
| Dec 31, 2024 | -87.00 Mn |
| Sep 30, 2024 | -24.00 Mn |
| Jun 30, 2024 | -15.00 Mn |
| Mar 31, 2024 | -17.00 Mn |
| Dec 31, 2023 | -73.00 Mn |
| Sep 30, 2023 | -23.00 Mn |
| Jun 30, 2023 | -15.00 Mn |
| Mar 31, 2023 | -8.00 Mn |
| Dec 31, 2022 | -49.00 Mn |
| Sep 30, 2022 | -7.00 Mn |
| Jun 30, 2022 | -11.00 Mn |
| Mar 31, 2022 | -15.00 Mn |
| Dec 31, 2021 | -39.00 Mn |
| Sep 30, 2021 | -6.00 Mn |
Magna International Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=MGA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=MGA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();