ArcelorMittal (MT) Convertible Debt (2009 - 2026)
ArcelorMittal's (MT) quarterly Convertible Debt came in at $2.7 billion in Q4 2025, little changed on a YoY basis from $2.7 billion in Q4 2024, and little changed quarter-over-quarter from $2.7 billion in Q4 2024.
ArcelorMittal (MT) Convertible Debt (2009 - 2026) Analysis & Trends
ArcelorMittal (MT) has reported Convertible Debt for 13 consecutive years, with $2.7 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Convertible Debt changed 0.33% year-over-year to $2.7 billion; the trailing twelve-month figure through Dec 2025 stood at $2.7 billion (changed 0.33% YoY), and the FY2025 full-year result was $2.7 billion, changed 0.33% from the prior year.
- Convertible Debt steadied at $2.7 billion in Q4 2025 per MT's latest filing, from $2.7 billion in the prior quarter.
- Across five years, Convertible Debt topped out at $9.1 billion in Q4 2022 and bottomed at $5.0 million in Q2 2022.
- Historically, Convertible Debt has averaged $3.4 billion across 5 years, with a median of $2.7 billion in 2025.
- The widest YoY moves for Convertible Debt: up 39.75% in 2022, down 94.79% in 2022.
- Over 5 years, Convertible Debt stood at $6.5 billion in 2021, then jumped by 39.75% to $9.1 billion in 2022, then slumped by 74.5% to $2.3 billion in 2023, then increased by 18.86% to $2.7 billion in 2024, then fell by 0.33% to $2.7 billion in 2025.
- According to Business Quant data, Convertible Debt over the past three periods registered $2.7 billion, $2.7 billion, and $2.3 billion for Q4 2025, Q4 2024, and Q4 2023 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 |
|---|---|
| Jun 30, 2026 | -1.00 Mn |
| Dec 31, 2025 | 50.00 Mn |
| Jun 30, 2025 | 42.00 Mn |
| Dec 31, 2024 | -82.00 Mn |
| Jun 30, 2024 | -82.00 Mn |
| Dec 31, 2023 | -15.00 Mn |
| Jun 30, 2023 | -10.00 Mn |
| Dec 31, 2022 | -44.00 Mn |
| Jun 30, 2022 | 37.00 Mn |
| Dec 31, 2020 | 392.00 Mn |
| Dec 31, 2019 | -929.00 Mn |
| Jun 30, 2019 | -90.00 Mn |
| Dec 31, 2018 | 809.00 Mn |
| Jun 30, 2018 | 308.00 Mn |
| Dec 31, 2017 | 171.00 Mn |
| Mar 31, 2014 | 2.50 Bn |
| Jun 30, 2010 | 634.00 Bn |
| Dec 31, 2009 | 617.00 Bn |
| Jun 30, 2009 | 1.90 Bn |
ArcelorMittal Convertible Debt 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=convertible-debt&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "convertible-debt", "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=convertible-debt&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();