Vale S.A. (VALE) Raw Materials (2009 - 2012)
Vale's (VALE) quarterly Raw Materials came in at $311.0 million in Q4 2012, up 12.27% year-over-year from $277.0 million in Q1 2012, and up 4.71% quarter-over-quarter from $297.0 million in Q3 2012.
Vale S.A. (VALE) Raw Materials (2009 - 2012) Analysis & Trends
Vale has disclosed Raw Materials across 4 years of filings, most recently posting $311.0 million for Q4 2012.
- In Q4 2012, Raw Materials rose 12.27% year-over-year to $311.0 million; the TTM figure through Dec 2012 stood at $311.0 million (up 12.27% YoY), while the FY2012 annual figure was $311.0 million, up 12.27% from the prior year.
- Raw Materials came in at $311.0 million for Q4 2012 at Vale, up from $297.0 million in the prior quarter.
- In the past five years, Raw Materials ranged from a high of $8.2 billion in Q1 2012 to a low of $134.0 million in Q1 2009.
- Average Raw Materials over 4 years is $1.3 billion, with a median of $553.2 million recorded in 2009.
- Year-over-year, Raw Materials slumped 75.24% in 2010 and jumped 779.4% in 2012.
- Over 4 years, Raw Materials stood at $577.4 million in 2009, then slumped by 75.24% to $143.0 million in 2010, then surged by 93.71% to $277.0 million in 2011, then increased by 12.27% to $311.0 million in 2012.
- Per Business Quant data, the three most recent Raw Materials figures were $311.0 million in Q4 2012, $297.0 million in Q3 2012, and $2.1 billion in Q2 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | 1.46 Bn |
| Sep 30, 2012 | 1.31 Bn |
| Jun 30, 2012 | 1.09 Bn |
| Mar 31, 2012 | 1.01 Bn |
| Dec 31, 2011 | 1.28 Bn |
| Sep 30, 2011 | 1.03 Bn |
| Jun 30, 2011 | 909.00 Mn |
| Mar 31, 2011 | 937.00 Mn |
| Dec 31, 2010 | 1.54 Bn |
| Sep 30, 2010 | 529.00 Mn |
| Jun 30, 2010 | 675.00 Mn |
| Mar 31, 2010 | 629.00 Mn |
| Jun 30, 2009 | 660.00 Mn |
| Mar 31, 2009 | 560.00 Mn |
Vale S.A. Raw Materials 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=raw-materials&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();