ArcelorMittal (MT) Retained Earnings (2009 - 2025)
ArcelorMittal's (MT) quarterly Retained Earnings came in at -$2.0 million in Q4 2025, down 100.0% on a YoY basis from $47.3 billion in Q4 2024, and down 100.0% quarter-over-quarter from $47.3 billion in Q4 2024.
ArcelorMittal (MT) Retained Earnings (2009 - 2025) Analysis & Trends
ArcelorMittal (MT) has reported Retained Earnings for 17 consecutive years, with -$2.0 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Retained Earnings fell 100.0% year-over-year to -$2.0 million; the trailing twelve-month figure through Dec 2025 stood at -$2.0 million (down 100.0% YoY), and the FY2025 full-year result was -$2.0 million, down 100.0% from the prior year.
- Retained Earnings fell to -$2.0 million in Q4 2025 per MT's latest filing, from $47.3 billion in the prior quarter.
- Across five years, Retained Earnings topped out at $47.3 billion in Q4 2024 and bottomed at -$2.0 million in Q4 2025.
- Historically, Retained Earnings has averaged $35.0 billion across 5 years, with a median of $45.2 billion in 2022.
- The sharpest annual moves came in 2022 and 2025: Retained Earnings rose 23.81% in 2022, then slumped 100.0% in 2025.
- Over 5 years, Retained Earnings stood at $36.7 billion in 2021, then rose by 23.81% to $45.4 billion in 2022, then gained by 1.81% to $46.3 billion in 2023, then gained by 2.14% to $47.3 billion in 2024, then tumbled by 100.0% to -$2.0 million in 2025.
- According to Business Quant data, Retained Earnings over the past three periods registered -$2.0 million, $47.3 billion, and $46.3 billion for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | 49.29 Bn |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 4.59 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 5.72 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | - |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 2.82 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 8.13 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 582.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 33.15 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 | 49.92 Bn |
| Dec 31, 2024 | 47.25 Bn |
| Dec 31, 2023 | 46.26 Bn |
| Dec 31, 2022 | 45.44 Bn |
| Sep 30, 2022 | 45.21 Bn |
| Dec 31, 2021 | 36.70 Bn |
| Mar 31, 2021 | 24.48 Bn |
| Dec 31, 2020 | 22.10 Bn |
| Dec 31, 2019 | 22.88 Bn |
| Dec 31, 2018 | 25.61 Bn |
| Dec 31, 2017 | 20.64 Bn |
| Dec 31, 2016 | 16.05 Bn |
| Dec 31, 2015 | 13.90 Bn |
| Jun 30, 2015 | 21.30 Bn |
| Dec 31, 2014 | 22.18 Bn |
| Dec 31, 2013 | 24.04 Bn |
| Dec 31, 2012 | 26.19 Bn |
| Dec 31, 2011 | 30.71 Bn |
| Dec 31, 2010 | 31.65 Bn |
| Dec 31, 2009 | 29.78 Bn |
ArcelorMittal Retained Earnings 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=retained-earnings&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();