Access real-time Iron Ore China Spot (IRON-CH) prices using this API
Access Real-Time Iron Ore China Spot (IRON-CH) Prices Using This API
In today's rapidly evolving digital landscape, the demand for real-time data in the commodities market has never been greater. The ability to access real-time Iron Ore China Spot (IRON-CH) prices is crucial for traders, analysts, and developers alike. This blog post will delve into the capabilities of the Metals-API, a powerful tool that provides comprehensive access to real-time metals data, including Iron Ore prices. We will explore the innovative features of this API, its endpoints, and how it can transform the way you interact with metal markets.
About Iron Ore (IRON)
Iron Ore is a critical raw material in the production of steel, making it a vital commodity in the global economy. As industries continue to undergo digital transformation, the integration of technology in metal markets is becoming increasingly important. The rise of data analytics and smart technology has enabled stakeholders to gain insights into market trends, price fluctuations, and demand forecasts.
Technological advancements have paved the way for innovative solutions that enhance decision-making processes. The Metals-API stands at the forefront of this transformation, offering developers the tools they need to build next-generation applications that leverage real-time data. With the ability to access historical rates, bid and ask prices, and conversion functionalities, the API empowers users to make informed decisions based on accurate and timely information.
API Description
The Metals-API is designed to provide developers with seamless access to real-time and historical metals data. This API enables users to build applications that can track price movements, analyze trends, and convert currencies with ease. By leveraging the power of data analytics, the Metals-API allows users to gain insights into market dynamics and make data-driven decisions.
For more information about the API's capabilities, you can refer to the Metals-API Documentation. This resource provides detailed information on how to implement the API, including endpoint descriptions, parameter specifications, and response formats.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the metals market. Each endpoint is designed to provide specific functionalities that can be integrated into applications for enhanced user experience. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. Users can access the latest Iron Ore prices and other metal rates with ease.
- Historical Rates Endpoint: Users can query historical rates dating back to 2019 by appending a specific date to the API request. This feature is invaluable for analysts looking to study price trends over time.
- Bid and Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts between different metals or to/from USD. This is particularly useful for traders operating in multiple currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice, allowing for detailed analysis of price movements over specific periods.
- Fluctuation Endpoint: This endpoint provides information about how metal prices fluctuate on a day-to-day basis, helping users understand market volatility.
- Carat Endpoint: Users can retrieve information about Gold rates by Carat, which is essential for jewelers and gold traders.
- Lowest/Highest Price Endpoint: This feature allows users to query the API to get the lowest and highest prices for a specified date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access OHLC data for a specific time period, which is crucial for technical analysis and trading strategies.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing users to analyze long-term trends.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access to the API.
- API Response: The API delivers exchange rates relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API features 14 different endpoints, each providing unique functionalities to cater to various user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page. This resource is essential for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1780013434,
"base": "USD",
"date": "2026-05-29",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744,
"XCU": 0.294118,
"XAL": 0.434783,
"XNI": 0.142857,
"XZN": 0.344828
},
"unit": "per troy ounce"
}
The response indicates a successful request, providing the latest exchange rates for various metals relative to USD. Each metal is represented by its symbol, with the corresponding rate per troy ounce.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1779927034,
"base": "USD",
"date": "2026-05-28",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response provides historical exchange rates for a specific date, allowing users to analyze past market conditions.
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-05-22",
"end_date": "2026-05-29",
"base": "USD",
"rates": {
"2026-05-22": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-24": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-29": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series response provides daily rates for the specified period, allowing users to visualize trends and fluctuations over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1780013434,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response shows the conversion of 1000 USD to Gold (XAU), providing the equivalent amount in troy ounces. This feature is particularly useful for traders who need to quickly assess the value of their holdings in different metals.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-22",
"end_date": "2026-05-29",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAG": {
"start_rate": 0.03825,
"end_rate": 0.03815,
"change": -0.0001,
"change_pct": -0.26
},
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
The fluctuation response provides insights into how metal prices have changed over a specified period, highlighting both absolute and percentage changes.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1780013434,
"base": "USD",
"date": "2026-05-29",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAG": {
"open": 0.03825,
"high": 0.0383,
"low": 0.0381,
"close": 0.03815
},
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.00091,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
This endpoint provides the open, high, low, and close prices for metals, which is essential for traders conducting technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1780013434,
"base": "USD",
"date": "2026-05-29",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
},
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
The bid/ask response provides current bid and ask prices for metals, along with the spread, which is crucial for traders looking to execute orders efficiently.
Conclusion
The Metals-API is a powerful tool that provides developers with the ability to access real-time Iron Ore China Spot (IRON-CH) prices and a wealth of other metals data. By leveraging the innovative features of this API, users can gain insights into market trends, analyze historical data, and make informed decisions based on accurate information.
As the metals market continues to evolve, the integration of technology and data analytics will play a pivotal role in shaping the future of trading and investment strategies. With the Metals-API, developers have the opportunity to build applications that harness the power of real-time data, enabling them to stay ahead in a competitive landscape.
For more information on how to implement the Metals-API, visit the Metals-API Documentation. To explore the full range of supported symbols, check out the Metals-API Supported Symbols page. Start leveraging the power of real-time metals data today!