Vale S.A. (VALE) Construction in Progress (2009 - 2019)
Vale's (VALE) quarterly Construction in Progress came in at $4.3 billion in Q4 2019, up 501.75% quarter-over-quarter from $712.5 million in Q1 2019.
Vale S.A. (VALE) Construction in Progress (2009 - 2019) Analysis & Trends
Vale has disclosed Construction in Progress across 4 years of filings, most recently posting $4.3 billion for Q4 2019.
- In Q4 2019, Construction in Progress changed N/A year-over-year to $4.3 billion; the TTM figure through Dec 2019 stood at $4.3 billion (changed N/A YoY), while the FY2019 annual figure was $4.5 billion, changed N/A from the prior year.
- Construction in Progress came in at $4.3 billion for Q4 2019 at Vale, up from $712.5 million in the prior quarter.
- In the past five years, Construction in Progress ranged from a high of $4.3 billion in Q4 2019 to a low of $712.5 million in Q1 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 4.29 Bn |
| Mar 31, 2019 | 712.45 Mn |
| Mar 31, 2018 | 742.01 Mn |
| Mar 31, 2017 | 580.06 Mn |
| Dec 31, 2014 | 10.94 Bn |
| Dec 31, 2013 | 9.16 Bn |
| Dec 31, 2012 | 14.44 Bn |
| Dec 31, 2010 | 804.00 Mn |
| Dec 31, 2009 | 19.24 Mn |
Vale S.A. Construction in Progress 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=construction-in-progress&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();