How to Access US Midwest Steel CRU Feb 2026 (HVG26) Historical Prices through an API
Introduction
Accessing historical prices for metals such as Tellurium (TE) has become increasingly important for developers and analysts in the financial sector. With the rise of digital transformation in metal markets, having real-time access to accurate data is crucial for making informed decisions. One of the most effective ways to achieve this is through the Metals-API, which provides a comprehensive suite of tools for accessing historical prices, including the US Midwest Steel CRU Feb 2026 (HVG26) prices. This blog post will explore how to utilize the Metals-API to access historical prices, focusing on its capabilities, features, and practical applications.
Metals-API Information
About Tellurium (TE)
Tellurium is a rare metalloid that plays a significant role in various technological advancements, particularly in the fields of renewable energy and electronics. As the demand for clean energy solutions grows, the importance of Tellurium in solar panels and thermoelectric devices is becoming more pronounced. The digital transformation in metal markets has led to innovative approaches in data analytics and insights, allowing stakeholders to make data-driven decisions.
Technological innovation is at the forefront of the metals industry, with smart technology integration enabling real-time tracking of metal prices. The future trends suggest that as more industries adopt advanced technologies, the need for accurate and timely data will only increase. This is where the Metals-API comes into play, providing developers with the tools necessary to access and analyze historical prices effectively.
API Description
The Metals-API is a powerful tool designed to provide real-time and historical data for various metals. It empowers developers to build next-generation applications that require accurate and timely metal pricing information. The API supports a wide range of functionalities, making it an invaluable resource for financial analysts, traders, and developers alike.
With the Metals-API, users can access historical prices dating back to 2019, allowing for extensive analysis of market trends. The API is designed with innovation in mind, offering endpoints that cater to various needs, such as retrieving the latest rates, historical rates, and even bid and ask prices. This level of detail enables users to create sophisticated applications that can analyze price fluctuations, perform currency conversions, and much more.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to provide specific functionalities that cater to the needs of developers and analysts. Here are some of the key features:
Latest Rates Endpoint
The Latest Rates Endpoint provides real-time exchange rate data for metals. Depending on your subscription plan, this endpoint can return updates every 60 minutes or even every 10 minutes. This feature is essential for applications that require up-to-the-minute pricing information.
{
"success": true,
"timestamp": 1762844454,
"base": "USD",
"date": "2025-11-11",
"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
The Historical Rates Endpoint allows users to access historical exchange rates for any date since 1999. This is particularly useful for analyzing trends over time and making informed decisions based on past performance.
{
"success": true,
"timestamp": 1762758054,
"base": "USD",
"date": "2025-11-10",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for metals. This information is crucial for traders looking to make informed buying and selling decisions.
{
"success": true,
"timestamp": 1762844454,
"base": "USD",
"date": "2025-11-11",
"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 Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for applications that require currency conversion for pricing or trading purposes.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1762844454,
"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. This is particularly useful for analyzing trends over a specific period.
{
"success": true,
"timeseries": true,
"start_date": "2025-11-04",
"end_date": "2025-11-11",
"base": "USD",
"rates": {
"2025-11-04": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-11-06": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-11-11": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation Endpoint provides information about how metal prices fluctuate on a day-to-day basis. This is essential for understanding market volatility and making informed trading decisions.
{
"success": true,
"fluctuation": true,
"start_date": "2025-11-04",
"end_date": "2025-11-11",
"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 Price Endpoint allows users to query the API to get the open, high, low, and close prices for a specific time period. This is particularly useful for traders looking to analyze price movements over time.
{
"success": true,
"timestamp": 1762844454,
"base": "USD",
"date": "2025-11-11",
"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"
}
Historical LME Endpoint
The Historical LME Endpoint provides access to historical rates for LME symbols, dating back to 2008. This endpoint is particularly useful for users interested in analyzing historical data for specific metals traded on the London Metal Exchange.
API Key and Authentication
To access the Metals-API, users must obtain an API Key, which is a unique identifier passed into the API base URL's access_key parameter. This key is essential for authentication and ensures that only authorized users can access the data.
API Response
The API delivers exchange rates that are, by default, relative to USD. All data is returned in a structured JSON format, making it easy for developers to parse and utilize the information in their applications.
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.
Conclusion
In conclusion, accessing historical prices for metals like Tellurium (TE) through the Metals-API is a powerful way to leverage real-time data for informed decision-making. The API's extensive features, including the Latest Rates, Historical Rates, and various conversion endpoints, provide developers with the tools necessary to build sophisticated applications that can analyze market trends and fluctuations. By utilizing the Metals-API Documentation, developers can gain a deeper understanding of how to implement these features effectively. As the demand for accurate metal pricing data continues to grow, the Metals-API stands out as a vital resource for anyone involved in the metal markets.