Gold Fields (GFI) Work In Process (2010 - 2013)
Gold Fields' (GFI) quarterly Work In Process came in at $43.1 million in Q4 2013, up 45.12% on a YoY basis from $29.7 million in Q4 2012, and up 45.12% quarter-over-quarter from $29.7 million in Q4 2012.
Gold Fields (GFI) Work In Process (2010 - 2013) Analysis & Trends
Gold Fields (GFI) has reported Work In Process for 4 consecutive years, with $43.1 million the latest figure, recorded in Q4 2013.
- For the quarter ending Q4 2013, Work In Process rose 45.12% year-over-year to $43.1 million; the trailing twelve-month figure through Dec 2013 stood at $43.1 million (up 45.12% YoY), and the FY2013 full-year result was $43.1 million, up 45.12% from the prior year.
- Work In Process climbed to $43.1 million in Q4 2013 per GFI's latest filing, from $29.7 million in the prior quarter.
- Across five years, Work In Process topped out at $43.1 million in Q4 2013 and bottomed at $26.9 million in Q4 2011.
- Historically, Work In Process has averaged $33.0 million across 4 years, with a median of $31.5 million in 2010.
- The sharpest annual moves came in 2011 and 2013: Work In Process retreated 14.6% in 2011, then jumped 45.12% in 2013.
- Over 4 years, Work In Process stood at $31.5 million in 2010, then dropped by 14.6% to $26.9 million in 2011, then climbed by 10.41% to $29.7 million in 2012, then soared by 45.12% to $43.1 million in 2013.
- According to Business Quant data, Work In Process over the past three periods registered $43.1 million, $29.7 million, and $26.9 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 | 43.10 Mn |
| Dec 31, 2012 | 29.70 Mn |
| Dec 31, 2011 | 26.90 Mn |
| Dec 31, 2010 | 31.50 Mn |
| Jun 30, 2010 | 33.70 Mn |
Gold Fields Work In Process 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=work-in-process&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "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=work-in-process&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();