ArcelorMittal (MT) Equity Income (2009 - 2013)
ArcelorMittal's (MT) quarterly Equity Income came in at -$229.0 million in Q2 2026, down 15.08% on a YoY basis from -$269.7 million in Q2 2025, and down 29.38% quarter-over-quarter from -$177.0 million in Q1 2026.
ArcelorMittal (MT) Equity Income (2009 - 2013) Analysis & Trends
ArcelorMittal (MT) has reported Equity Income for 18 consecutive years, with -$229.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Equity Income fell 15.08% year-over-year to -$229.0 million; the trailing twelve-month figure through Jun 2026 stood at -$743.0 million (down 13.61% YoY), and the FY2025 full-year result was -$635.0 million, up 18.49% from the prior year.
- Equity Income fell to -$229.0 million in Q2 2026 per MT's latest filing, from -$177.0 million in the prior quarter.
- Across five years, Equity Income topped out at -$59.0 million in Q3 2022 and bottomed at -$1.4 billion in Q4 2023.
- Historically, Equity Income has averaged -$307.7 million across 5 years, with a median of -$202.5 million in 2025.
- The sharpest annual moves came in 2022 and 2023: Equity Income surged 96.76% in 2022, then slumped 1061.16% in 2023.
- Over 5 years, Equity Income stood at -$121.0 million in 2022, then plunged by 1061.16% to -$1.4 billion in 2023, then soared by 86.19% to -$194.0 million in 2024, then slipped by 6.19% to -$206.0 million in 2025, then retreated by 11.17% to -$229.0 million in 2026.
- According to Business Quant data, Equity Income over the past three periods registered -$229.0 million, -$177.0 million, and -$206.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 20.50 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 204.00 Mn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 344.00 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 5.00 Mn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | - |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | -155.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 8.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 98.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 53.00 Mn |
| Jun 30, 2013 | -24.00 Mn |
| Mar 31, 2013 | -18.00 Mn |
| Dec 31, 2012 | 138.00 Mn |
| Sep 30, 2012 | -56.00 Mn |
| Jun 30, 2012 | 118.00 Mn |
| Mar 31, 2012 | -15.00 Mn |
| Dec 31, 2011 | 177.00 Mn |
| Sep 30, 2011 | 6.00 Mn |
| Jun 30, 2011 | 289.00 Mn |
| Mar 31, 2011 | 148.00 Mn |
| Dec 31, 2010 | 74.00 Mn |
| Sep 30, 2010 | 107.00 Mn |
| Jun 30, 2010 | 177.00 Mn |
| Mar 31, 2010 | 94.00 Mn |
| Dec 31, 2009 | 101.00 Mn |
| Sep 30, 2009 | 99.00 Mn |
| Jun 30, 2009 | 11.00 Mn |
| Mar 31, 2009 | -153.00 Mn |
ArcelorMittal Equity Income 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=equity-income&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "ticker": "MT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=equity-income&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();