Vale S.A. (VALE) Treasury Shares (2009 - 2020)
Vale's (VALE) quarterly Treasury Shares came in at $4.5 billion in Q4 2012, up 257.85% year-over-year from $1.3 billion in Q1 2012, and little changed quarter-over-quarter from $4.5 billion in Q3 2012.
Vale S.A. (VALE) Treasury Shares (2009 - 2020) Analysis & Trends
Vale has disclosed Treasury Shares across 4 years of filings, most recently posting $4.5 billion for Q4 2012.
- In Q4 2012, Treasury Shares rose 257.85% year-over-year to $4.5 billion; the TTM figure through Dec 2012 stood at $4.5 billion (up 257.85% YoY), while the FY2012 annual figure was $4.5 billion, down 20.93% from the prior year.
- Treasury Shares came in at $4.5 billion for Q4 2012 at Vale, roughly flat from $4.5 billion in the prior quarter.
- In the past five years, Treasury Shares ranged from a high of $102.5 million in Q1 2012 to a low of -$1.2 billion in Q2 2009.
- Average Treasury Shares over 4 years is -$111.8 million, with a median of $43.2 million recorded in 2010.
- Year-over-year, Treasury Shares plunged 210966.46% in 2010 and jumped 257.85% in 2012.
- Over 4 years, Treasury Shares stood at -$2.8 million in 2009, then sank by 210966.46% to -$5.9 billion in 2010, then surged by 51.68% to -$2.8 billion in 2011, then surged by 257.85% to $4.5 billion in 2012.
- Per Business Quant data, the three most recent Treasury Shares figures were $4.5 billion in Q4 2012, $4.5 billion in Q3 2012, and $4.5 billion in Q2 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 950.19 Mn |
| Dec 31, 2020 | 950.19 Mn |
| Dec 31, 2019 | 1.25 Bn |
| Dec 31, 2019 | 1.25 Bn |
| Dec 31, 2018 | 1.35 Bn |
| Dec 31, 2018 | 1.35 Bn |
| Dec 31, 2017 | 1.60 Bn |
| Dec 31, 2017 | 1.60 Bn |
| Dec 31, 2016 | 1.58 Bn |
| Dec 31, 2016 | 1.58 Bn |
| Dec 31, 2015 | 1.35 Bn |
| Dec 31, 2015 | 1.35 Bn |
| Mar 31, 2015 | -1.48 Bn |
| Mar 31, 2015 | -1.48 Bn |
| Dec 31, 2014 | 1.48 Bn |
| Dec 31, 2014 | 1.48 Bn |
| Dec 31, 2013 | 3.45 Bn |
| Dec 31, 2013 | 3.45 Bn |
| Sep 30, 2013 | -1.48 Bn |
| Sep 30, 2013 | -1.48 Bn |
Vale S.A. Treasury Shares 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=treasury-shares&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();