ArcelorMittal has paid 39 recorded cash distributions, spanning 2006 to 2026.
The highest single cash dividend paid by ArcelorMittal is $2.37. The latest distribution of $0.15 was recorded on Dec 2, 2026.
The most recently recorded trailing dividend yield for ArcelorMittal stands at 0.00%, peaking at 781.70% on Feb 11, 2016, and averaging — across the selected range.
View 39 recorded historical distributions for ArcelorMittal, covering a time period spanning from 2006 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Nov 13, 2026 | $0.15 | Cash | Dec 2, 2026 |
| 2 | Aug 7, 2026 | $0.15 | Cash | Sep 9, 2026 |
| 3 | May 13, 2026 | $0.15 | Cash | Jun 10, 2026 |
| 4 | Feb 20, 2026 | $0.15 | Cash | Mar 18, 2026 |
| 5 | Nov 13, 2025 | $0.28 | Cash | Dec 3, 2025 |
| 6 | May 16, 2025 | $0.28 | Cash | Jun 11, 2025 |
| 7 | Nov 12, 2024 | $0.25 | Cash | Dec 4, 2024 |
| 8 | May 16, 2024 | $0.25 | Cash | Jun 12, 2024 |
| 9 | Nov 13, 2023 | $0.22 | Cash | Dec 7, 2023 |
| 10 | May 22, 2023 | $0.22 | Cash | Jun 15, 2023 |
| 11 | May 13, 2022 | $0.38 | Cash | Jun 10, 2022 |
| 12 | Jun 10, 2021 | $0.30 | Cash | Jun 15, 2021 |
| 13 | May 16, 2019 | $0.20 | Cash | Jun 13, 2019 |
| 14 | May 17, 2018 | $0.10 | Cash | Jun 13, 2018 |
| 15 | May 7, 2015 | $0.20 | Cash | Jun 15, 2015 |
| 16 | May 12, 2014 | $0.20 | Cash | Jul 15, 2014 |
| 17 | May 10, 2013 | $0.20 | Cash | Jul 15, 2013 |
| 18 | Nov 19, 2012 | $0.19 | Cash | Dec 10, 2012 |
| 19 | Aug 20, 2012 | $0.19 | Cash | Sep 10, 2012 |
| 20 | May 23, 2012 | $0.19 | Cash | Jun 14, 2012 |
Pull ArcelorMittal's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=MT&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "MT", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=MT&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();