Vale S.A. (VALE) Dividends payables (2009 - 2026)
Vale's (VALE) quarterly Dividends payables came in at $21.0 million in Q2 2026, little changed quarter-over-quarter from $21.0 million in Q1 2026.
Vale S.A. (VALE) Dividends payables (2009 - 2026) Analysis & Trends
Vale has disclosed Dividends payables across 10 years of filings, most recently posting $21.0 million for Q2 2026.
- In Q2 2026, Dividends payables changed N/A year-over-year to $21.0 million; the TTM figure through Jun 2026 stood at $21.0 million (changed N/A YoY), while the FY2025 annual figure was $2.7 billion, up 703.33% from the prior year.
- Dividends payables came in at $21.0 million for Q2 2026 at Vale, roughly flat from $21.0 million in the prior quarter.
- In the past five years, Dividends payables ranged from a high of $2.7 billion in Q4 2025 to a low of $21.0 million in Q1 2026.
- Average Dividends payables over 5 years is $905.3 million, with a median of $718.0 million recorded in 2022.
- Year-over-year, Dividends payables soared 6238.1% in 2022 and slumped 73.71% in 2024.
- Over 5 years, Dividends payables stood at $1.4 billion in 2022, then declined by 9.26% to $1.3 billion in 2023, then tumbled by 73.71% to $330.0 million in 2024, then soared by 703.33% to $2.7 billion in 2025, then slumped by 99.21% to $21.0 million in 2026.
- Per Business Quant data, the three most recent Dividends payables figures were $21.0 million in Q2 2026, $21.0 million in Q1 2026, and $2.7 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 21.00 Mn |
| Mar 31, 2026 | 21.00 Mn |
| Dec 31, 2025 | 2.65 Bn |
| Dec 31, 2024 | 330.00 Mn |
| Mar 31, 2024 | 1.23 Bn |
| Dec 31, 2023 | 1.26 Bn |
| Sep 30, 2023 | 500.00 Mn |
| Jun 30, 2023 | 514.00 Mn |
| Dec 31, 2022 | 1.38 Bn |
| Sep 30, 2022 | 718.00 Mn |
| Mar 31, 2022 | 1.33 Bn |
| Sep 30, 2021 | 35.00 Mn |
| Jun 30, 2021 | 27.00 Mn |
| Mar 31, 2021 | 21.00 Mn |
| Dec 31, 2020 | 1.17 Bn |
| Dec 31, 2019 | 1.53 Bn |
| Sep 30, 2010 | 420.00 Mn |
| Jun 30, 2010 | 421.00 Mn |
| Mar 31, 2010 | 1.43 Bn |
| Dec 31, 2009 | 1.68 Bn |
Vale S.A. Dividends payables 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-payables&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-payables", "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-payables&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();