The Easiest Way to Get US Midwest Steel CRU Feb 2026 (HVG26) - Per Short Ton Historical Rates Using Public APIs
The Easiest Way to Get US Midwest Steel CRU Feb 2026 (HVG26) - Per Short Ton Historical Rates Using Public APIs
In today's fast-paced digital landscape, accessing real-time and historical data on metals has become crucial for developers and businesses alike. The Metals-API provides a powerful solution for retrieving comprehensive data on various metals, including the US Midwest Steel CRU Feb 2026 (HVG26). This blog post will guide you through the process of obtaining historical prices using the Metals-API, detailing the available endpoints, parameters, and data formats.
Understanding Metals-API
The Metals-API is a robust JSON API that allows users to access real-time and historical prices for a wide range of metals. It empowers developers to integrate metal pricing data into their applications seamlessly. With features such as historical rates, conversion capabilities, and fluctuation tracking, the Metals-API is designed to support a variety of use cases, from financial analysis to market research.
About Tellurium (TE)
While this blog focuses on the US Midwest Steel CRU Feb 2026 (HVG26), it’s worth noting the broader context of metals like Tellurium (TE). The digital transformation in metal markets has led to significant technological advancements, enabling real-time data analytics and insights. As industries increasingly rely on smart technology integration, the potential for future trends in metal pricing and availability continues to expand. The Metals-API plays a vital role in this transformation, providing developers with the tools necessary to harness data effectively.
API Capabilities
The Metals-API offers a variety of endpoints, each tailored to specific functionalities. Here’s an overview of some key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or even more frequently.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019 by appending a specific date to the API request. This is particularly useful for analyzing trends over time.
- Bid and Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices, essential for traders and market analysts.
- Convert Endpoint: The conversion endpoint enables users to convert amounts from one metal to another or to/from USD, facilitating easy financial calculations.
- Time-Series Endpoint: Users can query the API for daily historical rates between two specified dates, making it easier to analyze price movements over time.
- Fluctuation Endpoint: This endpoint provides insights into how metal prices fluctuate on a day-to-day basis, helping users understand market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can obtain OHLC data for specific time periods, which is critical for technical analysis.
- Lowest/Highest Price Endpoint: This feature allows users to query the API for the lowest and highest prices within a specified date range.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users informed about market developments.
Getting Started with Metals-API
To begin using the Metals-API, you first need to sign up and obtain your unique API key. This key is essential for authenticating your requests. You can find detailed instructions on how to get started in the Metals-API Documentation.
Example Endpoints and Responses
Here are some example endpoints and their corresponding JSON responses to illustrate how to interact with the Metals-API effectively:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1761735655,
"base": "USD",
"date": "2025-10-29",
"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"
}
The above response shows the latest exchange rates for various metals relative to USD. Each metal is represented by its symbol, such as XAU for Gold and XAG for Silver.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1761649255,
"base": "USD",
"date": "2025-10-28",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response provides historical rates for specific metals on a given date, allowing users to analyze past pricing trends.
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-10-22",
"end_date": "2025-10-29",
"base": "USD",
"rates": {
"2025-10-22": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-24": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-29": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint allows users to retrieve exchange rates for a specific period, making it easier to visualize trends over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1761735655,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response demonstrates how to convert a specified amount from one metal to another, providing both the conversion rate and the result.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-22",
"end_date": "2025-10-29",
"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"
}
The fluctuation endpoint provides insights into how prices have changed over a specified period, which is essential for understanding market dynamics.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1761735655,
"base": "USD",
"date": "2025-10-29",
"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"
}
This endpoint provides open, high, low, and close prices for a specific date, which is crucial for traders and analysts performing technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1761735655,
"base": "USD",
"date": "2025-10-29",
"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"
}
The bid/ask endpoint is essential for traders who need to know the current market prices for buying and selling metals.
Common Use Cases
Developers can leverage the Metals-API for various applications, including:
- Financial Applications: Integrate real-time metal prices into trading platforms or financial analysis tools.
- Market Research: Analyze historical data to identify trends and make informed decisions.
- Investment Strategies: Use fluctuation and OHLC data to develop and refine investment strategies.
- Reporting Tools: Create dashboards that visualize metal price movements over time.
Best Practices for Using Metals-API
When working with the Metals-API, consider the following best practices:
- Rate Limiting: Be aware of your subscription plan's rate limits to avoid exceeding your quota.
- Data Caching: Implement caching strategies to reduce the number of API calls and improve performance.
- Error Handling: Develop robust error handling to manage API response errors gracefully.
- Security: Always secure your API key and avoid exposing it in public repositories.
Conclusion
The Metals-API is an invaluable resource for developers seeking to access real-time and historical metal pricing data. By utilizing its various endpoints, you can build powerful applications that provide insights into market trends and fluctuations. Whether you are developing financial tools, conducting market research, or creating reporting dashboards, the Metals-API offers the flexibility and functionality needed to succeed.
For more information, visit the Metals-API Website, explore the Metals-API Documentation, and check the Metals-API Supported Symbols for a comprehensive list of available metals.