Request LME Steel HRC FOB China (STEEL-HR) Historical Prices from this API

Introduction
In the rapidly evolving landscape of the metals market, the ability to access and analyze historical prices is crucial for informed decision-making. One of the key players in this domain is the LME Steel HRC FOB China (STEEL-HR), which serves as a benchmark for steel prices globally. With the advent of APIs like Metals-API, developers can harness the power of real-time and historical data to create innovative applications that drive insights and efficiency in the metal markets.
About LME Steel HRC FOB China (STEEL-HR)
The LME Steel HRC FOB China (STEEL-HR) represents a critical component of the global steel market, reflecting the price of hot-rolled coil steel delivered free on board in China. As the demand for steel continues to rise, understanding its price dynamics becomes increasingly important for manufacturers, traders, and investors alike. The digital transformation in metal markets has paved the way for technological innovations that allow stakeholders to access real-time data, analyze trends, and make data-driven decisions.
Digital Transformation in Metal Markets
The integration of smart technologies into the metal markets has revolutionized how data is collected, analyzed, and utilized. With the rise of data analytics, stakeholders can now gain insights into price fluctuations, demand patterns, and market trends. This transformation is not just about accessing data; it's about leveraging that data to drive strategic decisions. The Metals-API Documentation provides a comprehensive guide on how to utilize this powerful tool for accessing historical prices and real-time data.
Technological Innovation and Advancement
Technological advancements have led to the development of sophisticated algorithms and machine learning models that can predict price movements based on historical data. By utilizing the Metals-API, developers can integrate these models into their applications, providing users with predictive insights that can enhance trading strategies and investment decisions.
Data Analytics and Insights
Data analytics plays a pivotal role in the metals market, enabling stakeholders to interpret vast amounts of data and derive actionable insights. The Metals-API offers various endpoints that allow users to access historical rates, bid and ask prices, and even fluctuations over time. This capability empowers developers to create applications that can analyze trends, identify patterns, and forecast future prices.
Smart Technology Integration
Integrating smart technologies into metal trading platforms can significantly enhance user experience and operational efficiency. By utilizing the Metals-API, developers can create applications that provide real-time updates, alerts on price changes, and comprehensive historical data analysis. This integration not only improves decision-making but also fosters a more responsive trading environment.
Future Trends and Possibilities
As the metals market continues to evolve, the future holds exciting possibilities for developers and traders alike. The ongoing advancements in API technology, coupled with the increasing demand for real-time data, will likely lead to more sophisticated applications that can analyze and predict market trends with greater accuracy. The Metals-API is at the forefront of this evolution, providing the tools necessary for developers to innovate and excel in the competitive landscape of metal trading.
API Description
The Metals-API is a powerful tool designed to provide developers with access to real-time and historical metals data. With its user-friendly interface and comprehensive documentation, the API empowers developers to build next-generation applications that can leverage metals data for various purposes, from trading to analytics.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to different needs within the metals market. Here are some of the key features:
Latest Rates Endpoint
Depending on your subscription plan, the API's latest endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders who need to stay informed about the latest market conditions.
{
"success": true,
"timestamp": 1752019316,
"base": "USD",
"date": "2025-07-09",
"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"
}
Historical Rates Endpoint
Access historical rates dating back to 2019 by appending a date to the Metals-API API. This endpoint is invaluable for conducting trend analysis and understanding price movements over time.
{
"success": true,
"timestamp": 1751932916,
"base": "USD",
"date": "2025-07-08",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
This powerful feature allows users to retrieve real-time bid and ask prices for various metals, providing insights into market liquidity and pricing dynamics.
{
"success": true,
"timestamp": 1752019316,
"base": "USD",
"date": "2025-07-09",
"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"
}
Convert Endpoint
The Metals-API also features a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This functionality is essential for traders operating in multiple currencies.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1752019316,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
The time-series endpoint allows users to query the API for daily historical rates between two dates of their choice, facilitating in-depth analysis of price trends over specific periods.
{
"success": true,
"timeseries": true,
"start_date": "2025-07-02",
"end_date": "2025-07-09",
"base": "USD",
"rates": {
"2025-07-02": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-04": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-09": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
This endpoint provides information about how currencies fluctuate on a day-to-day basis, allowing users to track price changes and volatility over time.
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-02",
"end_date": "2025-07-09",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC endpoint allows users to query the API for the open, high, low, and close prices for a specific time period, providing a comprehensive view of market performance.
{
"success": true,
"timestamp": 1752019316,
"base": "USD",
"date": "2025-07-09",
"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"
}
Lowest/Highest Price Endpoint
This endpoint allows users to query the API to get the lowest and highest price for a specified date, which is crucial for understanding market extremes.
{
"success": true,
"timestamp": 1752019316,
"base": "USD",
"date": "2025-07-09",
"rates": {
"XAU": {
"lowest": 0.000481,
"highest": 0.000487
},
"XAG": {
"lowest": 0.0381,
"highest": 0.0383
},
"XPT": {
"lowest": 0.00091,
"highest": 0.000918
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
The historical LME endpoint provides access to historical rates for LME symbols dating back to 2008, allowing users to analyze long-term trends and price movements.
{
"success": true,
"timestamp": 1751932916,
"base": "USD",
"date": "2025-07-08",
"rates": {
"STEEL-HR": {
"price": 500.00,
"date": "2025-07-08"
}
}
}
API Key
Your API Key is the unique key that is passed into the API base URL's access_key parameter, allowing you to authenticate your requests and access the data you need.
API Response
Exchange rates delivered by the Metals-API are by default relative to USD, ensuring consistency across all data points. All data is returned in a structured JSON format, making it easy to parse and utilize within applications.
Available Endpoints
The Metals-API comes with a comprehensive set of endpoints, each providing different functionalities to cater to various needs within the metals market. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
Gold Price India Endpoint
For those interested in gold prices specifically, the Metals-API offers a dedicated endpoint to retrieve the latest gold price in India, providing localized data for traders operating in that market.
News Endpoint
The Metals-API also includes a news endpoint that allows users to retrieve the latest news articles related to various metals, keeping stakeholders informed about market developments and trends.
Conclusion
The LME Steel HRC FOB China (STEEL-HR) is a vital indicator of steel prices in the global market, and accessing its historical prices through the Metals-API can significantly enhance decision-making for traders, manufacturers, and investors. The API's robust features, including real-time rates, historical data, and advanced analytics capabilities, empower developers to create innovative applications that can transform how stakeholders interact with the metals market.
As the industry continues to evolve, leveraging technologies like the Metals-API will be essential for staying competitive and making informed decisions. By integrating these capabilities into applications, developers can provide users with the tools they need to navigate the complexities of the metals market effectively.
For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the extensive Metals-API Documentation for detailed guidance on implementation and best practices.