Get US Midwest Steel CRU Jan 2026 (HVF26) price data for your application with this API

Get US Midwest Steel CRU Jan 2026 (HVF26) Price Data for Your Application with This API
In today's rapidly evolving digital landscape, the demand for real-time data in the metals market has never been greater. The Metals-API provides developers with the tools they need to access crucial price data, including the US Midwest Steel CRU Jan 2026 (HVF26) price. This blog post will delve into the capabilities of the Metals-API, explore the significance of metals like Tellurium (TE), and discuss how this API can transform your applications.
Metals-API Information
About Tellurium (TE)
Tellurium is a rare metalloid that plays a pivotal role in various technological advancements, particularly in the fields of electronics and renewable energy. As industries increasingly focus on digital transformation, the demand for Tellurium is expected to rise. The integration of smart technologies and data analytics in metal markets is reshaping how we understand and utilize these materials.
Technological innovations are paving the way for more efficient extraction and processing methods, which in turn can lead to better pricing strategies and market predictions. The future of Tellurium and other metals lies in the ability to harness real-time data, enabling stakeholders to make informed decisions based on accurate market insights.
API Description
The Metals-API is a powerful tool designed to provide real-time and historical data on various metals, including Tellurium. This API empowers developers to build next-generation applications that require accurate and timely information. With its innovative features, the Metals-API allows users to access a wealth of data, from the latest rates to historical trends, all at their fingertips.
For more information on how to get started, visit the Metals-API Documentation. Here, you will find detailed instructions on how to implement the API in your applications.
Key Features and Endpoints
The Metals-API offers a comprehensive suite of endpoints that cater to various data needs:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated based on your subscription plan. Whether you need updates every 60 minutes or every 10 minutes, this feature ensures you have the latest information.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to your query. This feature is invaluable for analyzing trends over time.
- Bid and Ask Endpoint: Retrieve real-time bid and ask prices, allowing you to make informed trading decisions based on current market conditions.
- Convert Endpoint: Easily convert any amount from one metal to another or to/from USD. This feature simplifies transactions and price comparisons.
- Time-Series Endpoint: Query daily historical rates between two dates of your choice, providing insights into price movements over specific periods.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, helping you understand market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, essential for jewelers and investors alike.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for a specified date, which can aid in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Access detailed OHLC data for a specific time period, allowing for comprehensive market analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, crucial for understanding long-term trends.
- API Key: Your unique API key is essential for accessing the API, ensuring secure and authorized usage.
- API Response: All exchange rates are delivered relative to USD, with data returned in a structured JSON format for easy integration.
- Available Endpoints: The Metals-API includes 14 endpoints, each providing distinct functionalities tailored to various user needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals, ensuring you have the most current information.
- News Endpoint: Stay informed with the latest news articles related to various metals, helping you keep up with market developments.
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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1761094838,
"base": "USD",
"date": "2025-10-22",
"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": 1761008438,
"base": "USD",
"date": "2025-10-21",
"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-10-15",
"end_date": "2025-10-22",
"base": "USD",
"rates": {
"2025-10-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-22": {
"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": 1761094838,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-15",
"end_date": "2025-10-22",
"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": 1761094838,
"base": "USD",
"date": "2025-10-22",
"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": 1761094838,
"base": "USD",
"date": "2025-10-22",
"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
The Metals-API stands as a transformative tool for developers seeking to integrate real-time metals data into their applications. With features that allow for comprehensive market analysis, historical data access, and real-time pricing, this API is essential for anyone involved in the metals market. By leveraging the capabilities of the Metals-API, developers can create innovative applications that respond to market changes swiftly and accurately.
For further exploration of the API's capabilities, visit the Metals-API Website and check out the Metals-API Documentation for detailed implementation guidance. Don't forget to explore the Metals-API Supported Symbols to understand the full range of data available to you.