Create your own
Lesson illustration

Analyzing Industrial Metal Production, Consumption, and Inventory Data

Welcome to the third lesson in our module on commodity fundamentals. In our last session, we dissected a pre-packaged report to construct a commodity balance sheet for copper, learning how to calculate a market surplus or deficit and contextualize inventory levels. We established what the key data points are and why they matter.

Today, we will shift from being a consumer of prepared analysis to being a data collector. Your goal for this lesson is to learn how to independently find and extract the raw data for production, consumption, and inventories from the primary public sources that professional analysts use. This is a foundational skill for developing your own independent market view, moving you from relying on others' reports to building your own. We will continue using copper as our case study to maintain continuity.

The Landscape of Commodity Data

Before diving in, it's helpful to understand where this data comes from. The world of commodity statistics is primarily populated by three types of entities:

  1. Government Agencies: Bodies like the U.S. Geological Survey (USGS) are mandated to collect and publish detailed data on mineral production and use for their respective countries. This data is typically reliable and comprehensive but can be released with a time lag.
  2. Intergovernmental Study Groups: Organizations like the International Copper Study Group (ICSG) are formed by major producing and consuming countries. Their role is to aggregate data from member nations to create a consolidated global picture. For globally traded commodities, these are often the most important sources.
  3. Commercial Providers: Companies such as Wood Mackenzie, CRU Group, or the data terminals at Bloomberg and Refinitiv provide premium, often more timely, and granular data, along with forecasts and analysis. Access comes at a significant cost, so we will focus on the powerful, free public sources.

Your experience as a developer in navigating and integrating data from various sources provides a strong foundation for this work. The process is analogous to data acquisition: identifying reliable endpoints (the agencies), understanding the data structure (the reports), and parsing the required information.

A National Perspective: The U.S. Geological Survey (USGS)

The USGS is the definitive source for data on the U.S. minerals industry. It's an excellent starting point for understanding a single, major market in detail. In the previous lesson, we used one of their monthly reports; now, you will learn to locate these reports yourself.

The main portal for this information is the "Copper Statistics and Information" page. It serves as a central repository for all their copper-related publications.

Copper Statistics and Information | U.S. Geological Survey

Take some time to familiarize yourself with this crucial resource page. You'll see it's organized by the frequency and type of publication.

As you explore the page, focus on three key sections: The Monthly section contains the "Mineral Industry Surveys" (MIS). These are the most frequent data releases and are what you would use for near-term analysis. Notice that the data is available in both PDF and XLSX formats. For any data processing workflow, the XLSX format is vastly preferable. The Annual section provides "Mineral Commodity Summaries." These are less frequent but give a high-level overview of the entire year and often include forward-looking statements. The Minerals Yearbook section offers the most detailed historical data. If you needed to establish a long-term historical baseline for, say, the average "days of cover" over the last decade, this is where you would look.

Using this page, you can now access the raw data that underpins the kind of analysis we performed in the last lesson. For example, if you were to download the latest available XLSX file from the "Monthly" section, you would find tables corresponding to the ones we examined in the PDF, but in a format ready for manipulation in a spreadsheet or a Python script.

A Global Perspective: The International Copper Study Group (ICSG)

While the USGS provides an excellent view of the U.S. market, commodity prices are set on a global stage. A surplus in one region can be shipped to meet a deficit in another. Therefore, a global balance is paramount. The premier public source for this is the International Copper Study Group (ICSG).

The ICSG collates statistics from its member countries to produce a consolidated view of the world copper market.

Selected Copper Statistics

This page acts as a dashboard, providing direct links to the ICSG's latest summary data.

Explore the four main links provided on the page. These PDFs are concise and data-rich: Production and usage: This is the global equivalent of the USGS "Apparent Consumption" table. It typically shows world refined production and usage, giving you the headline global surplus or deficit. Geographical breakdown: This table breaks down production and usage by country or region. This is vital for pinpointing the sources of a global imbalance. For example, is a global deficit being driven by surging demand in China or by supply disruptions in Chile? Stocks and prices: This chart and table show the level of global visible inventories, usually broken down by exchange (LME, COMEX, SHFE) and non-exchange stocks held in China. Crucially, it plots inventory levels against the copper price, graphically illustrating the inverse relationship we have discussed. Forecasts: Twice a year, the ICSG also releases its market forecast, providing an outlook for the coming years.

A Practical Data Extraction Workflow

You now know where to find the data. The next step is to establish a systematic process for gathering it. Think of this as the manual prototype for a data-gathering script you might build later.

Here is a structured workflow for extracting the data needed for a basic global copper balance:

This workflow ensures you gather a complete picture, starting with the headline global balance and then checking it against the reported change in inventories. Any significant discrepancies between the calculated balance (Production - Usage) and the measured balance (-1 * Stock Change) often point to changes in unreported inventories or statistical errors—a key area of investigation for a deep-dive analysis.

Challenges in the Real World

Working with public data is powerful, but it comes with challenges you should be aware of:

  • Data Lags: The ICSG monthly bulletin for a given month is typically released near the end of the following month. You will always be looking at a slightly delayed picture of the market.
  • Revisions: Initial data releases are estimates. The numbers for, say, March might be revised in the April or May report as more complete data becomes available. Always work from the most recent publication to capture these revisions. This is the concept of 'vintage control' mentioned in a previous reading.
  • Definitions: Always read the footnotes. The exact definition of "production" or "stocks" can vary between sources, and these nuances matter.

Conclusion

In this lesson, you've learned how to bridge the gap between theory and practice by identifying and navigating the primary sources for commodity data. This is a critical step in building your own analytical framework.

Key takeaways from today's session are:

  • Authoritative, free data for industrial metals can be sourced from government bodies like the USGS (for a national view) and intergovernmental organizations like the ICSG (for a global view).
  • Data is often available in multiple formats; for processing and analysis, machine-readable formats like XLSX are far superior to PDFs.
  • A systematic workflow involves gathering global production/usage data, cross-referencing it with inventory changes, and then drilling down into regional specifics.
  • Be mindful of real-world data challenges like time lags, revisions, and differing definitions.

Now that you know how to find the inventory numbers, our next lesson will focus on interpreting them. We will explore how the market reacts to inventory changes under different conditions of supply and demand, connecting this fundamental data more directly to price action and potential trading ideas.

Can't find a good explanation? Sign up and we'll make it for you

Sign up