Vale S.A. has paid 52 recorded cash distributions, spanning 2003 to 2026.
The highest single cash dividend paid by Vale S.A. is $1.51. The latest distribution of $0.31 was recorded on Sep 10, 2026.
The most recently recorded trailing dividend yield for Vale S.A. stands at -700.43%, peaking at 2,274.50% on Mar 27, 2015, and averaging — across the selected range.
View 52 recorded historical distributions for Vale S.A., covering a time period spanning from 2003 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 13, 2026 | $0.31 | Cash | Sep 10, 2026 |
| 2 | Dec 12, 2025 | $0.23 | Cash | Jan 14, 2026 |
| 3 | Aug 13, 2025 | $0.35 | Cash | Sep 10, 2025 |
| 4 | Dec 12, 2024 | $0.09 | Cash | Mar 21, 2025 |
| 5 | Mar 10, 2025 | $0.37 | Cash | Mar 21, 2025 |
| 6 | Aug 5, 2024 | $0.37 | Cash | Sep 11, 2024 |
| 7 | Mar 12, 2024 | $0.54 | Cash | Mar 26, 2024 |
| 8 | Nov 22, 2023 | $0.32 | Cash | Dec 8, 2023 |
| 9 | Aug 14, 2023 | $0.39 | Cash | Sep 11, 2023 |
| 10 | Dec 13, 2022 | $0.06 | Cash | Mar 29, 2023 |
| 11 | Mar 14, 2023 | $0.35 | Cash | Mar 29, 2023 |
| 12 | Aug 12, 2022 | $0.39 | Cash | Sep 9, 2022 |
| 13 | Mar 9, 2022 | $0.72 | Cash | Mar 23, 2022 |
| 14 | Sep 23, 2021 | $1.51 | Cash | Oct 8, 2021 |
| 15 | Jun 24, 2021 | $0.44 | Cash | Jul 8, 2021 |
| 16 | Mar 5, 2021 | $0.15 | Cash | Mar 22, 2021 |
| 17 | Sep 22, 2020 | $0.25 | Cash | Oct 7, 2020 |
| 18 | Dec 27, 2019 | $0.26 | Cash | Aug 14, 2020 |
| 19 | Aug 3, 2018 | $0.04 | Cash | Sep 27, 2018 |
| 20 | Dec 22, 2017 | $0.13 | Cash | Mar 22, 2018 |
Pull Vale S.A.'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=VALE&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "VALE", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=VALE&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();