ArcelorMittal (MT) Net Income towards Common Stockholders (2009 - 2026)
ArcelorMittal's (MT) quarterly Net Income towards Common Stockholders came in at $1.2 billion in Q4 2020, up 164.13% on a YoY basis from $457.0 million in Q1 2020, and up 562.45% quarter-over-quarter from -$261.0 million in Q3 2020.
ArcelorMittal (MT) Net Income towards Common Stockholders (2009 - 2026) Analysis & Trends
ArcelorMittal (MT) has reported Net Income towards Common Stockholders for 10 consecutive years, with $1.2 billion the latest figure, recorded in Q4 2020.
- For the quarter ending Q4 2020, Net Income towards Common Stockholders rose 164.13% year-over-year to $1.2 billion; the trailing twelve-month figure through Sep 2021 stood at $1.2 billion (up 131.58% YoY), and the FY2020 full-year result was -$733.0 million, up 70.13% from the prior year.
- Net Income towards Common Stockholders climbed to $1.2 billion in Q4 2020 per MT's latest filing, from -$261.0 million in the prior quarter.
- Across five years, Net Income towards Common Stockholders topped out at $1.2 billion in Q4 2020 and bottomed at -$1.9 billion in Q4 2019.
- Historically, Net Income towards Common Stockholders has averaged -$502.1 million across 3 years, with a median of -$493.0 million in 2019.
- The widest YoY moves for Net Income towards Common Stockholders: up 164.13% in 2020, down 25.06% in 2020.
- Over 3 years, Net Income towards Common Stockholders stood at -$416.0 million in 2016, then plunged by 352.4% to -$1.9 billion in 2019, then jumped by 164.13% to $1.2 billion in 2020.
- According to Business Quant data, Net Income towards Common Stockholders over the past three periods registered $1.2 billion, -$261.0 million, and -$559.0 million for Q4 2020, Q3 2020, and Q2 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 1.67 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 2.20 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 343.67 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 984.00 Mn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 1.60 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 1.89 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 1.16 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 2.06 Bn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 1.00 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.06 Bn |
| Mar 31, 2026 | 1.68 Bn |
| Dec 31, 2025 | 1.59 Bn |
| Sep 30, 2025 | 1.51 Bn |
| Sep 30, 2024 | 1.58 Bn |
| Jun 30, 2024 | 1.86 Bn |
| Mar 31, 2024 | 1.96 Bn |
| Mar 31, 2023 | 2.14 Bn |
| Dec 31, 2020 | 1.73 Bn |
| Sep 30, 2020 | 901.00 Mn |
| Jun 30, 2020 | 707.00 Mn |
| Mar 31, 2020 | -1.12 Bn |
| Dec 31, 2019 | 925.00 Mn |
| Sep 30, 2019 | -539.00 Mn |
| Jun 30, 2019 | -447.00 Mn |
| Mar 31, 2016 | 927.00 Mn |
| Dec 31, 2015 | -6.69 Bn |
| Sep 30, 2015 | 1.35 Bn |
| Jun 30, 2015 | 1.40 Bn |
| Mar 31, 2015 | 1.38 Bn |
ArcelorMittal Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();