Vale S.A. (VALE) Preferred Stock Liabilities (2009 - 2012)
Vale's (VALE) quarterly Preferred Stock Liabilities came in at $5.1 billion in Q4 2016, up 63.73% year-over-year from $3.1 billion in Q1 2016, and up 63.73% quarter-over-quarter from $3.1 billion in Q4 2015.
Vale S.A. (VALE) Preferred Stock Liabilities (2009 - 2012) Analysis & Trends
Vale has disclosed Preferred Stock Liabilities across 6 years of filings, most recently posting $5.1 billion for Q4 2016.
- In Q4 2016, Preferred Stock Liabilities rose 63.73% year-over-year to $5.1 billion; the TTM figure through Dec 2016 stood at $5.1 billion (up 63.73% YoY), while the FY2016 annual figure was $5.1 billion, up 39.27% from the prior year.
- Preferred Stock Liabilities came in at $5.1 billion for Q4 2016 at Vale, up from $3.1 billion in the prior quarter.
- In the past five years, Preferred Stock Liabilities ranged from a high of $5.1 billion in Q4 2016 to a low of $644.0 million in Q1 2012.
- Average Preferred Stock Liabilities over 3 years is $2.9 billion, with a median of $3.1 billion recorded in 2015.
- Year-over-year, Preferred Stock Liabilities changed 0.0% in 2012 and surged 63.73% in 2016.
- Over 3 years, Preferred Stock Liabilities stood at $644.0 million in 2012, then soared by 382.5% to $3.1 billion in 2015, then surged by 63.73% to $5.1 billion in 2016.
- Per Business Quant data, the three most recent Preferred Stock Liabilities figures were $5.1 billion in Q4 2016, $3.1 billion in Q4 2015, and $644.0 million in Q1 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2012 | 644.00 Mn |
| Dec 31, 2011 | 443.38 Bn |
| Sep 30, 2011 | 644.00 Mn |
| Jun 30, 2011 | 644.00 Mn |
| Mar 31, 2011 | 644.00 Mn |
| Dec 31, 2010 | 589.56 Mn |
| Sep 30, 2010 | 644.00 Mn |
| Jun 30, 2010 | 644.00 Mn |
| Mar 31, 2010 | 1.23 Bn |
| Dec 31, 2009 | 1.15 Mn |
| Sep 30, 2009 | 689.20 Mn |
| Jun 30, 2009 | 581.00 Mn |
| Mar 31, 2009 | 581.00 Mn |
Vale S.A. Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();