Vale S.A. (VALE) Non-cash Items (2009 - 2017)
Vale's (VALE) quarterly Non-cash Items came in at $4.1 billion in Q4 2017, down 12.98% year-over-year from $4.7 billion in Q4 2016, and down 1.98% quarter-over-quarter from $4.2 billion in Q3 2017.
Vale S.A. (VALE) Non-cash Items (2009 - 2017) Analysis & Trends
Vale has disclosed Non-cash Items across 4 years of filings, most recently posting $4.1 billion for Q4 2017.
- In Q4 2017, Non-cash Items fell 12.98% year-over-year to $4.1 billion; the TTM figure through Dec 2017 stood at $2342.4 billion (down 34.21% YoY), while the FY2024 annual figure was $153.0 million, down 19.47% from the prior year.
- Non-cash Items came in at $4.1 billion for Q4 2017 at Vale, down from $4.2 billion in the prior quarter.
- In the past five years, Non-cash Items ranged from a high of $4.7 billion in Q4 2016 to a low of $4.1 billion in Q4 2017.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 11.22 Bn |
| Sep 30, 2017 | 3.18 Bn |
| Dec 31, 2016 | 8.29 Bn |
| Dec 31, 2013 | 17.54 Bn |
| Sep 30, 2013 | 4.78 Bn |
| Dec 31, 2012 | 14.43 Bn |
| Sep 30, 2012 | 2.65 Bn |
| Jun 30, 2012 | 3.92 Bn |
| Mar 31, 2012 | 3.85 Bn |
| Dec 31, 2011 | 6.02 Bn |
| Sep 30, 2011 | 8.37 Bn |
| Jun 30, 2011 | 7.75 Bn |
| Mar 31, 2011 | 7.97 Bn |
| Sep 30, 2010 | 7.84 Bn |
| Jun 30, 2010 | 4.63 Bn |
| Mar 31, 2010 | 2.06 Bn |
| Dec 31, 2009 | 1,219.96 Bn |
| Sep 30, 2009 | 6.37 Bn |
| Jun 30, 2009 | 976.00 Mn |
| Mar 31, 2009 | 1.69 Bn |
Vale S.A. Non-cash Items 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=non-cash-items&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();