ArcelorMittal (MT) Divestments (2009 - 2026)
ArcelorMittal's (MT) quarterly Divestments came in at -$105.0 million in Q1 2011, down 303.85% on a YoY basis from $51.5 million in Q1 2010, and down 208.82% quarter-over-quarter from -$34.0 million in Q4 2010.
ArcelorMittal (MT) Divestments (2009 - 2026) Analysis & Trends
ArcelorMittal (MT) has reported Divestments for 3 consecutive years, with -$105.0 million the latest figure, recorded in Q1 2011.
- For the quarter ending Q1 2011, Divestments fell 303.85% year-over-year to -$105.0 million; the trailing twelve-month figure through Dec 2011 stood at -$105.0 million (down 2.94% YoY), and the FY2025 full-year result was -$563.0 million, down 48.55% from the prior year.
- Divestments eased to -$105.0 million in Q1 2011 per MT's latest filing, from -$34.0 million in the prior quarter.
- Across five years, Divestments topped out at -$20.0 million in Q2 2010 and bottomed at -$105.0 million in Q1 2011.
- Historically, Divestments has averaged -$41.3 million across 3 years, with a median of -$30.0 million in 2010.
- The sharpest annual moves came in 2010 and 2011: Divestments grew 17.07% in 2010, then sank 303.85% in 2011.
- Over 3 years, Divestments stood at -$41.0 million in 2009, then rose by 17.07% to -$34.0 million in 2010, then tumbled by 208.82% to -$105.0 million in 2011.
- According to Business Quant data, Divestments over the past three periods registered -$105.0 million, -$34.0 million, and -$22.0 million for Q1 2011, Q4 2010, and Q3 2010 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | 260.65 Mn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 41.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | - |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 597.00 Mn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 597.00 Mn |
| Mar 31, 2026 | -53.00 Mn |
| Dec 31, 2025 | -1.00 Mn |
| Sep 30, 2025 | -274.00 Mn |
| Jun 30, 2025 | 123.00 Mn |
| Mar 31, 2025 | -62.00 Mn |
| Dec 31, 2024 | 15.00 Mn |
| Sep 30, 2024 | -814.00 Mn |
| Jun 30, 2024 | -57.00 Mn |
| Mar 31, 2024 | 274.00 Mn |
| Dec 31, 2023 | 464.00 Mn |
| Sep 30, 2023 | 187.00 Mn |
| Jun 30, 2023 | 45.00 Mn |
| Mar 31, 2023 | -1.93 Bn |
| Dec 31, 2022 | -33.00 Mn |
| Sep 30, 2022 | -19.00 Mn |
| Jun 30, 2022 | -886.00 Mn |
| Mar 31, 2022 | -77.00 Mn |
| Dec 31, 2021 | -90.00 Mn |
| Sep 30, 2021 | 1.18 Bn |
ArcelorMittal Divestments 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=divestments&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();