Vale S.A. (VALE) Dividends Paid - Common (QoQ) (2009 - 2026)
Analysis
Vale S.A. (VALE) Dividends Paid - Common (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -2,729.90% |
| Dec 31, 2025 | 93.47% |
| Mar 31, 2025 | -135.92% |
| Dec 31, 2024 | 441.76% |
| Sep 30, 2024 | -134.63% |
| Jun 30, 2024 | 300.00% |
| Dec 31, 2020 | -165.40% |
| Mar 31, 2010 | 1.82% |
| Dec 31, 2009 | 34.46% |
| Sep 30, 2009 | -46.09% |
API Access
Vale S.A. Dividends Paid - Common (QoQ) 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-qoq&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-qoq", "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-qoq&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();