ArcelorMittal (MT) EPS (Basic) (2009 - 2026)
ArcelorMittal's (MT) quarterly EPS (Basic) came in at $1.06 in Q4 2020, up 156.99% on a YoY basis from $0.41 in Q1 2020, and up 510.93% quarter-over-quarter from -$0.26 in Q3 2020.
ArcelorMittal (MT) EPS (Basic) (2009 - 2026) Analysis & Trends
ArcelorMittal (MT) has reported EPS (Basic) for 10 consecutive years, with $1.06 the latest figure, recorded in Q4 2020.
- For the quarter ending Q4 2020, EPS (Basic) rose 156.99% year-over-year to $1.06; the trailing twelve-month figure through Sep 2021 stood at $1.06 (up 128.06% YoY), and the FY2020 full-year result was -$0.64, up 73.46% from the prior year.
- EPS (Basic) rose to $1.06 in Q4 2020 per MT's latest filing, from -$0.26 in the prior quarter.
- Across five years, EPS (Basic) topped out at $1.06 in Q4 2020 and bottomed at -$1.86 in Q4 2019.
- Historically, EPS (Basic) has averaged -$0.53 across 3 years, with a median of -$0.53 in 2016.
- The widest YoY moves for EPS (Basic): up 156.99% in 2020, down 25.3% in 2020.
- Over 3 years, EPS (Basic) stood at -$0.54 in 2016, then sank by 244.77% to -$1.86 in 2019, then surged by 156.99% to $1.06 in 2020.
- According to Business Quant data, EPS (Basic) over the past three periods registered $1.06, -$0.26, and -$0.55 for Q4 2020, Q3 2020, and Q2 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 2.01 |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 2.07 |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 0.18 |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 0.68 |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 3.19 |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 1.11 |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 5.07 |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 2.71 |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 1.97 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.71 |
| Mar 31, 2026 | 2.20 |
| Dec 31, 2025 | 2.09 |
| Sep 30, 2025 | 1.91 |
| Sep 30, 2024 | 1.88 |
| Jun 30, 2024 | 2.21 |
| Mar 31, 2024 | 2.32 |
| Mar 31, 2023 | 2.35 |
| Dec 31, 2020 | 1.51 |
| Sep 30, 2020 | 0.89 |
| Jun 30, 2020 | 0.70 |
| Mar 31, 2020 | -1.11 |
| Dec 31, 2019 | 0.91 |
| Sep 30, 2019 | -0.53 |
| Jun 30, 2019 | -0.44 |
| Mar 31, 2016 | 1.20 |
| Dec 31, 2015 | -8.66 |
| Sep 30, 2015 | 2.26 |
| Jun 30, 2015 | 2.34 |
| Mar 31, 2015 | 2.31 |
ArcelorMittal EPS (Basic) 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=eps-basic&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();