Vale S.A. (VALE) Dividends Paid - Common and Prefferd (2010 - 2023)
Analysis
Vale S.A. (VALE) Dividends Paid - Common and Prefferd (2010 - 2023) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | -1.80 Bn |
| Sep 30, 2022 | -3.12 Bn |
| Mar 31, 2022 | -3.48 Bn |
| Sep 30, 2021 | -7.39 Bn |
| Jun 30, 2021 | -2.21 Bn |
| Mar 31, 2021 | -3.88 Bn |
| Dec 31, 2020 | -26.86 Mn |
| Sep 30, 2020 | 3.35 Bn |
| Sep 30, 2018 | -1.88 Bn |
| Mar 31, 2018 | -1.44 Bn |
| Dec 31, 2017 | -2.88 Bn |
| Jun 30, 2017 | -1.45 Bn |
| Dec 31, 2015 | 2.11 Bn |
| Jun 30, 2015 | -1.00 Bn |
| Dec 31, 2014 | 2.01 Bn |
| Dec 31, 2013 | 2.14 Bn |
| Jun 30, 2013 | 2.25 Bn |
| Dec 31, 2012 | 2.98 Bn |
| Jun 30, 2012 | 2,808.37 Bn |
| Dec 31, 2011 | -2,930.29 Bn |
API Access
Vale S.A. Dividends Paid - Common and Prefferd 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-and-prefferd&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-and-prefferd", "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-and-prefferd&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();