Vale S.A. (VALE) Notes Payables (2009 - 2016)
Vale's (VALE) quarterly Notes Payables came in at $1.6 billion in Q1 2019, up 1.08% year-over-year from $1.6 billion in Q1 2018, and down 2.69% quarter-over-quarter from $1.6 billion in Q4 2018.
Vale S.A. (VALE) Notes Payables (2009 - 2016) Analysis & Trends
Vale has disclosed Notes Payables across 11 years of filings, most recently posting $1.6 billion for Q1 2019.
- In Q1 2019, Notes Payables rose 1.08% year-over-year to $1.6 billion; the TTM figure through Mar 2019 stood at $1.6 billion (up 1.08% YoY), while the FY2018 annual figure was $1.6 billion, down 38.66% from the prior year.
- Notes Payables came in at $1.6 billion for Q1 2019 at Vale, down from $1.6 billion in the prior quarter.
- In the past five years, Notes Payables ranged from a high of $1.7 billion in Q4 2016 to a low of $2680.8 in Q4 2017.
- Average Notes Payables over 5 years is $759.8 million, with a median of $797.5 million recorded in 2016.
- Year-over-year, Notes Payables plunged 100.0% in 2017 and jumped 61220204.91% in 2018.
- Over 5 years, Notes Payables stood at $981.1 million in 2015, then surged by 73.38% to $1.7 billion in 2016, then sank by 100.0% to $2680.8 in 2017, then jumped by 61220204.91% to $1.6 billion in 2018, then dropped by 2.69% to $1.6 billion in 2019.
- Per Business Quant data, the three most recent Notes Payables figures were $1.6 billion in Q1 2019, $1.6 billion in Q4 2018, and $35.0 million in Q3 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | 1.64 Bn |
| Dec 31, 2015 | 2.55 Bn |
| Sep 30, 2015 | 3.03 Bn |
| Jun 30, 2015 | 220.00 Mn |
| Mar 31, 2015 | 217.00 Mn |
| Dec 31, 2014 | 240.14 Bn |
| Sep 30, 2014 | 2.04 Bn |
| Jun 30, 2014 | 1.80 Bn |
| Mar 31, 2014 | 1.77 Bn |
| Dec 31, 2013 | 1.83 Bn |
| Mar 31, 2013 | 194.00 Mn |
| Dec 31, 2012 | 244.30 Mn |
| Sep 30, 2012 | 505.00 Mn |
| Jun 30, 2012 | 503.00 Mn |
| Mar 31, 2012 | 500.00 Mn |
| Dec 31, 2011 | 279.62 Mn |
| Sep 30, 2011 | 59.00 Mn |
| Jun 30, 2011 | 100.00 Mn |
| Mar 31, 2011 | 149.00 Mn |
| Dec 31, 2010 | 161.60 Mn |
Vale S.A. Notes 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=notes-payables&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-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=notes-payables&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();