Vale S.A. (VALE) Current Leases (2013 - 2017)
Vale's (VALE) quarterly Current Leases came in at $13.1 billion in Q4 2017, up 16.76% year-over-year from $11.2 billion in Q4 2016, and up 16.76% quarter-over-quarter from $11.2 billion in Q4 2016.
Vale S.A. (VALE) Current Leases (2013 - 2017) Analysis & Trends
Vale has disclosed Current Leases across 2 years of filings, most recently posting $13.1 billion for Q4 2017.
- In Q4 2017, Current Leases rose 16.76% year-over-year to $13.1 billion; the TTM figure through Dec 2017 stood at $13.1 billion (up 16.76% YoY), while the FY2017 annual figure was $13.1 billion, up 16.76% from the prior year.
- Current Leases came in at $13.1 billion for Q4 2017 at Vale, up from $11.2 billion in the prior quarter.
- In the past five years, Current Leases ranged from a high of $13.1 billion in Q4 2017 to a low of $11.2 billion in Q4 2016.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 13.11 Bn |
| Dec 31, 2016 | 11.23 Bn |
| Dec 31, 2015 | 26.35 Bn |
| Sep 30, 2015 | 25.65 Bn |
| Dec 31, 2014 | 27.39 Bn |
| Sep 30, 2014 | 27.25 Bn |
| Dec 31, 2013 | 27.67 Bn |
Vale S.A. Current Leases 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=current-leases&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-leases", "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=current-leases&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();