Download HRC Steel Futures Continuous Contract (HRN00) Historical Prices via this API

Download HRC Steel Futures Continuous Contract (HRN00) Historical Prices via this API
In today's fast-paced financial landscape, the ability to access real-time and historical data is crucial for informed decision-making. For those interested in the HRC Steel Futures Continuous Contract (HRN00), obtaining historical prices can be seamlessly achieved through the Metals-API. This powerful API provides developers with the tools necessary to integrate comprehensive metals data into their applications, enabling them to leverage insights for trading, analysis, and forecasting.
Metals-API Information
The Metals-API is a robust platform designed to provide real-time and historical data for a variety of metals, including steel, gold, silver, and more. With its user-friendly interface and extensive documentation, developers can easily access the information they need to build next-generation applications. The API supports a wide range of functionalities, including the retrieval of historical prices, real-time rates, and conversion capabilities.
About HRC Steel Futures Continuous Contract (HRN00)
The HRC Steel Futures Continuous Contract (HRN00) represents a vital component of the global steel market. As industries increasingly embrace digital transformation, the demand for accurate and timely data has surged. The integration of smart technology and data analytics into metal markets has revolutionized how traders and analysts approach their strategies.
Technological advancements have enabled the collection and analysis of vast amounts of data, providing insights that were previously unattainable. The Metals-API plays a pivotal role in this transformation, offering developers the ability to harness real-time data to inform their trading decisions. By utilizing the API, users can access historical prices for HRN00, allowing them to analyze trends and make predictions based on past performance.
API Description
The Metals-API is designed to empower developers with the ability to build applications that require real-time metals data. Its capabilities extend beyond mere data retrieval; it allows for the integration of advanced analytics and insights into applications. The API's architecture is built to support high-frequency trading, data visualization, and comprehensive reporting.
With the Metals-API Documentation, developers can explore the full range of features available, including endpoints for retrieving historical prices, latest rates, and bid/ask prices. The API is structured to provide flexibility, enabling users to tailor their requests based on their specific needs.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different data retrieval needs. Each endpoint is designed with specific functionalities that can be leveraged for various applications:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders who require the most current data to make informed decisions.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019. By appending a specific date to the API request, developers can retrieve past prices for HRN00, enabling them to conduct thorough analyses of price movements over time.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for metals. Understanding the bid/ask spread is crucial for traders looking to optimize their entry and exit points.
- Convert Endpoint: The conversion endpoint enables users to convert amounts from one metal to another or to/from USD. This functionality is particularly useful for traders dealing with multiple currencies and metals.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates. This feature is beneficial for analyzing trends over specific periods, providing insights into market behavior.
- Fluctuation Endpoint: Users can track how prices fluctuate between two dates, offering insights into volatility and market trends. This data can be invaluable for risk management and strategic planning.
- Carat Endpoint: This endpoint provides information about gold rates by carat, allowing users to retrieve specific data based on their requirements.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, which is essential for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to retrieve open, high, low, and close prices for a specific date, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for extensive analysis of historical price movements.
- API Key: Each user is provided with a unique API key, which must be included in the API requests to authenticate access.
- API Response: The API returns exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API provides a comprehensive list of available endpoints, each designed to fulfill specific data retrieval needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies and metals, allowing users to explore the full range of options.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for regional traders.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context and insights into market movements.
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 invaluable for developers looking to integrate specific metal data into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1749801618,
"base": "USD",
"date": "2025-06-13",
"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 exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1749715218,
"base": "USD",
"date": "2025-06-12",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2025-06-06",
"end_date": "2025-06-13",
"base": "USD",
"rates": {
"2025-06-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-13": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1749801618,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-06",
"end_date": "2025-06-13",
"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"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1749801618,
"base": "USD",
"date": "2025-06-13",
"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"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1749801618,
"base": "USD",
"date": "2025-06-13",
"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"
}
Conclusion
In conclusion, the Metals-API provides a comprehensive solution for developers seeking to access historical prices and real-time data for the HRC Steel Futures Continuous Contract (HRN00). With its extensive range of endpoints and capabilities, the API empowers users to build innovative applications that leverage the power of metals data. By integrating this API into their systems, developers can enhance their analytical capabilities, optimize trading strategies, and stay ahead in the competitive metals market.
For more information on how to get started, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available data. Embrace the future of trading and analytics with the Metals-API, and unlock the potential of real-time metals data.