Freeport-Mcmoran (FCX) Inventory (2013 - 2018)
Freeport-Mcmoran's (FCX) quarterly Inventory came in at $256.0 million in Q4 2018, down 78.04% year-over-year from $1.2 billion in Q4 2017, and down 80.85% quarter-over-quarter from $1.3 billion in Q2 2018.
Freeport-Mcmoran (FCX) Inventory (2013 - 2018) Analysis & Trends
Freeport-Mcmoran (FCX) has reported Inventory for 5 consecutive years, with $256.0 million the latest figure, recorded in Q4 2018.
- On a quarterly basis, Inventory fell 78.04% year-over-year to $256.0 million in Q4 2018; TTM through Dec 2018 was $256.0 million, a 78.04% decrease from a year earlier, with the FY2018 full-year figure at $256.0 million, down 78.04% from the prior year.
- Inventory was $256.0 million for Q4 2018 at Freeport-Mcmoran, down from $1.3 billion in the prior quarter.
- Over five years, Inventory peaked at $1.3 billion in Q2 2018 and troughed at $256.0 million in Q4 2018.
- A 4-year average of $1.0 billion and a median of $1.1 billion in 2018 frame the typical range for Inventory.
- The widest YoY moves for Inventory: up 31.21% in 2018, down 78.04% in 2018.
- Over 4 years, Inventory stood at $961.0 million in 2015, then grew by 3.85% to $998.0 million in 2016, then climbed by 16.83% to $1.2 billion in 2017, then slumped by 78.04% to $256.0 million in 2018.
- The last three Inventory figures came in at $256.0 million (Q4 2018), $1.3 billion (Q2 2018), and $1.1 billion (Q1 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | 324.00 Mn |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 1.06 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 1.48 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 4.40 Bn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | - |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 1.62 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 2.09 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 6.02 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 19.28 Bn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 222.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 256.00 Mn |
| Dec 31, 2013 | 5.02 Bn |
| Sep 30, 2013 | 4.85 Bn |
| Jun 30, 2013 | 4.95 Bn |
Freeport-Mcmoran Inventory 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=inventory&ticker=FCX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "ticker": "FCX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=inventory&ticker=FCX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();