ArcelorMittal (MT) Other Non Operating Income (2013 - 2025)
ArcelorMittal's (MT) quarterly Other Non Operating Income came in at -$450.0 million in Q4 2025, down 29.31% on a YoY basis from -$636.6 million in Q4 2024, and down 423.26% quarter-over-quarter from -$86.0 million in Q3 2025.
ArcelorMittal (MT) Other Non Operating Income (2013 - 2025) Analysis & Trends
ArcelorMittal (MT) has reported Other Non Operating Income for 15 consecutive years, with -$450.0 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Other Non Operating Income fell 29.31% year-over-year to -$450.0 million; the trailing twelve-month figure through Dec 2025 stood at -$413.0 million (up 57.9% YoY), and the FY2025 full-year result was -$413.0 million, up 57.9% from the prior year.
- Other Non Operating Income declined to -$450.0 million in Q4 2025 per MT's latest filing, from -$86.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $449.0 million in Q4 2022 and bottomed at -$766.0 million in Q3 2021.
- Historically, Other Non Operating Income has averaged -$176.6 million across 5 years, with a median of -$188.5 million in 2021.
- The sharpest annual moves came in 2021 and 2022: Other Non Operating Income slumped 747.22% in 2021, then soared 504.5% in 2022.
- Over 5 years, Other Non Operating Income stood at -$111.0 million in 2021, then jumped by 504.5% to $449.0 million in 2022, then slumped by 153.45% to -$240.0 million in 2023, then plunged by 45.0% to -$348.0 million in 2024, then retreated by 29.31% to -$450.0 million in 2025.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$450.0 million, -$86.0 million, and $8.0 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn |
| 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 |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -450.00 Mn |
| Sep 30, 2025 | -86.00 Mn |
| Jun 30, 2025 | 8.00 Mn |
| Mar 31, 2025 | 115.00 Mn |
| Dec 31, 2024 | -348.00 Mn |
| Sep 30, 2024 | -112.00 Mn |
| Jun 30, 2024 | -260.00 Mn |
| Mar 31, 2024 | -261.00 Mn |
| Dec 31, 2023 | -240.00 Mn |
| Sep 30, 2023 | -224.00 Mn |
| Jun 30, 2023 | -133.00 Mn |
| Mar 31, 2023 | -117.00 Mn |
| Dec 31, 2022 | 449.00 Mn |
| Sep 30, 2022 | -247.00 Mn |
| Jun 30, 2022 | -183.00 Mn |
| Mar 31, 2022 | -140.00 Mn |
| Dec 31, 2021 | -111.00 Mn |
| Sep 30, 2021 | -339.00 Mn |
| Jun 30, 2021 | -233.00 Mn |
| Mar 31, 2021 | -194.00 Mn |
ArcelorMittal Other Non 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=other-non-operating-income&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();