ArcelorMittal (MT) Operating Income (2009 - 2026)
ArcelorMittal's (MT) quarterly Operating Income came in at $1.1 billion in Q2 2026, down 45.39% on a YoY basis from $1.9 billion in Q2 2025, and up 40.11% quarter-over-quarter from $753.0 million in Q1 2026.
ArcelorMittal (MT) Operating Income (2009 - 2026) Analysis & Trends
ArcelorMittal (MT) has reported Operating Income for 18 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Income fell 45.39% year-over-year to $1.1 billion; the trailing twelve-month figure through Jun 2026 stood at $2.7 billion (down 32.16% YoY), and the FY2025 full-year result was $3.6 billion, up 9.61% from the prior year.
- Operating Income advanced to $1.1 billion in Q2 2026 per MT's latest filing, from $753.0 million in the prior quarter.
- Across five years, Operating Income topped out at $4.5 billion in Q2 2022 and bottomed at -$2.0 billion in Q4 2023.
- Historically, Operating Income has averaged $1.2 billion across 5 years, with a median of $1.1 billion in 2024.
- The sharpest annual moves came in 2023 and 2024: Operating Income sank 547.06% in 2023, then soared 126.72% in 2024.
- Over 5 years, Operating Income stood at -$306.0 million in 2022, then tumbled by 547.06% to -$2.0 billion in 2023, then surged by 126.72% to $529.0 million in 2024, then slumped by 38.19% to $327.0 million in 2025, then surged by 222.63% to $1.1 billion in 2026.
- According to Business Quant data, Operating Income over the past three periods registered $1.1 billion, $753.0 million, and $327.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 2.62 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 1.01 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 528.41 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 2.00 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 3.80 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 2.73 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 1.63 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 1.06 Bn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 1.79 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.06 Bn |
| Mar 31, 2026 | 753.00 Mn |
| Dec 31, 2025 | 327.00 Mn |
| Sep 30, 2025 | 544.00 Mn |
| Jun 30, 2025 | 1.93 Bn |
| Mar 31, 2025 | 825.00 Mn |
| Dec 31, 2024 | 529.00 Mn |
| Sep 30, 2024 | 663.00 Mn |
| Jun 30, 2024 | 1.05 Bn |
| Mar 31, 2024 | 1.07 Bn |
| Dec 31, 2023 | -1.98 Bn |
| Sep 30, 2023 | 1.20 Bn |
| Jun 30, 2023 | 1.93 Bn |
| Mar 31, 2023 | 1.19 Bn |
| Dec 31, 2022 | -306.00 Mn |
| Sep 30, 2022 | 1.65 Bn |
| Jun 30, 2022 | 4.49 Bn |
| Mar 31, 2022 | 4.43 Bn |
| Dec 31, 2021 | 4.56 Bn |
| Sep 30, 2021 | 5.35 Bn |
ArcelorMittal Operating 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=operating-income&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();