Access US Midwest Steel CRU Jan 2026 (HVF26) prices through this API

Access US Midwest Steel CRU Jan 2026 (HVF26) Prices Through This API
The world of metals trading is undergoing a significant transformation, driven by technological advancements and the integration of smart technologies. One of the most innovative tools available to developers and traders alike is the Metals-API. This API provides real-time access to a wealth of data, including the latest prices for metals such as Gold (XAU), Silver (XAG), Platinum (XPT), and Palladium (XPD). In this blog post, we will explore the capabilities of the Metals-API, focusing on how it can be utilized to access US Midwest Steel CRU Jan 2026 (HVF26) prices and other essential market data.
Metals-API Information
About Tellurium (TE)
While Tellurium (TE) is not one of the primary metals tracked by the Metals-API, its significance in the context of digital transformation in metal markets cannot be overlooked. The rise of data analytics and insights has enabled traders to make informed decisions based on real-time data. As industries increasingly rely on technological innovation, the integration of smart technology into metal trading platforms is becoming essential. This shift not only enhances trading efficiency but also opens up new avenues for investment and market analysis.
As we look to the future, the possibilities for metals trading are vast. With the advent of advanced data analytics, traders can anticipate market trends and make strategic decisions that were previously unattainable. The Metals-API stands at the forefront of this transformation, providing developers with the tools they need to build next-generation applications that leverage real-time metals data.
API Description
The Metals-API is designed to empower developers by providing comprehensive access to metals pricing data. This API enables users to retrieve real-time exchange rates, historical data, and various other metrics that are crucial for making informed trading decisions. By utilizing the Metals-API, developers can create applications that offer insights into market trends, price fluctuations, and more.
One of the key features of the Metals-API is its ability to deliver data in real-time, allowing users to stay updated with the latest market conditions. This capability is particularly beneficial for traders who need to react quickly to market changes. Additionally, the API supports a wide range of endpoints, each providing unique functionalities that cater to different trading needs.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that can be utilized for different purposes. Here are some of the most notable features:
- Latest Rates Endpoint: Depending on your subscription plan, this 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 monitor price changes closely.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to your query. This allows traders to analyze past market trends and make informed predictions about future movements.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time Bid and Ask prices, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders dealing in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, enabling detailed analysis of price movements over time.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: This endpoint provides information about Gold rates by Carat, allowing for precise calculations in jewelry and investment contexts.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specified date, which is crucial for identifying market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to get the 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, which is invaluable for traders focused on London Metal Exchange data.
- API Key: Your unique API Key is required for authentication and must be included in the API base URL's access_key parameter.
- API Response: Exchange rates delivered by the Metals-API are by default relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: The API comes with 14 endpoints, each providing different functionalities tailored to various trading needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest market symbols.
- Gold Price India Endpoint: Retrieve the latest gold price in India using the dedicated endpoint, which is particularly useful for traders in the Indian market.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to 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 metals into their applications.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1759395636,
"base": "USD",
"date": "2025-10-02",
"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"
}
This response indicates the success of the request and provides the latest exchange rates for various metals relative to USD. Each metal symbol is associated with its current price per troy ounce.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1759309236,
"base": "USD",
"date": "2025-10-01",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response provides historical rates for a specific date, allowing traders to analyze past performance and trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-25",
"end_date": "2025-10-02",
"base": "USD",
"rates": {
"2025-09-25": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-27": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-02": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series response provides daily rates for a specified period, enabling traders to visualize trends and fluctuations over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1759395636,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response shows the conversion of an amount from USD to Gold (XAU), providing both the rate and the result in troy ounces.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-25",
"end_date": "2025-10-02",
"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"
}
This endpoint provides insights into how prices have fluctuated over a specified period, which is critical for understanding market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1759395636,
"base": "USD",
"date": "2025-10-02",
"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"
}
The OHLC endpoint provides a comprehensive view of market performance for a specific date, allowing traders to analyze price movements throughout the trading day.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1759395636,
"base": "USD",
"date": "2025-10-02",
"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"
}
This response provides the current bid and ask prices for various metals, which is essential for traders looking to execute timely trades.
Conclusion
The Metals-API is a powerful tool that provides developers with the ability to access real-time and historical data for a wide range of metals. By leveraging the various endpoints available, traders can gain insights into market trends, price fluctuations, and more. The integration of this API into trading applications can significantly enhance decision-making processes and improve overall trading efficiency.
As the metals market continues to evolve, the importance of real-time data and analytics will only increase. By utilizing the Metals-API, developers can stay ahead of the curve and create innovative solutions that meet the demands of modern traders. For more information on how to get started, check out the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals.