Gold Fields (GFI) Raw Materials (2009 - 2013)
Gold Fields' (GFI) quarterly Raw Materials came in at $269.9 million in Q4 2013, down 8.57% on a YoY basis from $295.2 million in Q4 2012, and down 8.57% quarter-over-quarter from $295.2 million in Q4 2012.
Gold Fields (GFI) Raw Materials (2009 - 2013) Analysis & Trends
Gold Fields (GFI) has reported Raw Materials for 5 consecutive years, with $269.9 million the latest figure, recorded in Q4 2013.
- For the quarter ending Q4 2013, Raw Materials fell 8.57% year-over-year to $269.9 million; the trailing twelve-month figure through Dec 2013 stood at $269.9 million (down 8.57% YoY), and the FY2013 full-year result was $269.9 million, down 8.57% from the prior year.
- Raw Materials retreated to $269.9 million in Q4 2013 per GFI's latest filing, from $295.2 million in the prior quarter.
- Across five years, Raw Materials topped out at $295.2 million in Q4 2012 and bottomed at $2.0 million in Q2 2009.
- Historically, Raw Materials has averaged $177.2 million across 5 years, with a median of $181.0 million in 2010.
- The sharpest annual moves came in 2010 and 2013: Raw Materials jumped 6615.0% in 2010, then fell 8.57% in 2013.
- Over 5 years, Raw Materials stood at $2.0 million in 2009, then jumped by 7720.0% to $156.4 million in 2010, then jumped by 31.39% to $205.5 million in 2011, then soared by 43.65% to $295.2 million in 2012, then decreased by 8.57% to $269.9 million in 2013.
- According to Business Quant data, Raw Materials over the past three periods registered $269.9 million, $295.2 million, and $205.5 million for Q4 2013, Q4 2012, and Q4 2011 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | 269.90 Mn |
| Dec 31, 2012 | 295.20 Mn |
| Dec 31, 2011 | 205.50 Mn |
| Dec 31, 2010 | 156.40 Mn |
| Jun 30, 2010 | 134.30 Mn |
| Jun 30, 2009 | 2.00 Mn |
Gold Fields 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=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "ticker": "GFI", "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=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();