Vale S.A. (VALE) Dividends Paid - Common (2009 - 2026)
Vale's (VALE) quarterly Dividends Paid - Common came in at -$2.7 billion in Q1 2026, down 38.71% year-over-year from -$4.5 billion in Q1 2025, and down 2729.9% quarter-over-quarter from -$97.0 million in Q4 2025.
Vale S.A. (VALE) Dividends Paid - Common (2009 - 2026) Analysis & Trends
Vale has disclosed Dividends Paid - Common across 18 years of filings, most recently posting -$2.7 billion for Q1 2026.
- In Q1 2026, Dividends Paid - Common fell 38.71% year-over-year to -$2.7 billion; the TTM figure through Jun 2026 stood at -$4.3 billion (down 21.37% YoY), while the FY2025 annual figure was -$3.6 billion, down 323.12% from the prior year.
- Dividends Paid - Common came in at -$2.7 billion for Q1 2026 at Vale, down from -$97.0 million in the prior quarter.
- In the past five years, Dividends Paid - Common ranged from a high of $4.7 billion in Q2 2024 to a low of -$3.5 billion in Q1 2022.
- Average Dividends Paid - Common over 5 years is -$1.2 billion, with a median of -$1.7 billion recorded in 2023.
- Year-over-year, Dividends Paid - Common slumped 101900.0% in 2023 and soared 93220.0% in 2024.
- Over 5 years, Dividends Paid - Common stood at -$2.0 million in 2022, then tumbled by 101900.0% to -$2.0 billion in 2023, then rose by 22.25% to -$1.6 billion in 2024, then soared by 93.88% to -$97.0 million in 2025, then slumped by 2729.9% to -$2.7 billion in 2026.
- Per Business Quant data, the three most recent Dividends Paid - Common figures were -$2.7 billion in Q1 2026, -$97.0 million in Q4 2025, and -$1.5 billion in Q3 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -2.75 Bn |
| Dec 31, 2025 | -97.00 Mn |
| Sep 30, 2025 | -1.48 Bn |
| Mar 31, 2025 | -1.98 Bn |
| Dec 31, 2024 | 5.51 Bn |
| Sep 30, 2024 | -1.61 Bn |
| Jun 30, 2024 | 4.66 Bn |
| Mar 31, 2024 | -2.33 Bn |
| Jun 30, 2021 | 2.21 Bn |
| Dec 31, 2020 | -2.19 Bn |
| Sep 30, 2020 | 3.35 Bn |
| Sep 30, 2018 | 1.88 Bn |
| Mar 31, 2010 | -1.24 Bn |
| Dec 31, 2009 | -1.26 Bn |
| Sep 30, 2009 | -1.93 Bn |
| Jun 30, 2009 | -1.32 Bn |
Vale S.A. Dividends Paid - Common 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=dividends-paid-common&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "ticker": "VALE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividends-paid-common&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();