Obtain US Steel Coil Futures (STEEL-US) Historical Prices through this API

Obtain US Steel Coil Futures (STEEL-US) Historical Prices through this API
Metals-API, which provides comprehensive access to historical prices, including US Steel Coil Futures (STEEL-US). This blog post will delve into the capabilities of the Metals-API, focusing on how to retrieve historical prices and leverage the API's features for innovative applications.
Metals-API Information
Metals-API is a powerful tool designed for developers seeking to integrate real-time and historical metal price data into their applications. With a focus on technological innovation and data analytics, the API empowers users to make informed decisions based on accurate market insights. Whether you are developing a trading platform, a financial analysis tool, or a market research application, the Metals-API offers the flexibility and functionality you need.
About US Steel Coil Futures (STEEL-US)
API Description
- Real-time Data Access: Get the latest prices for various metals, including STEEL-US, updated frequently based on your subscription plan.
- Historical Rates: Access historical price data dating back to 2019, allowing for comprehensive analysis and reporting.
- Time-Series Data: Query daily historical rates between two dates to analyze trends over time.
- Bid and Ask Prices: Retrieve real-time bid and ask prices to inform trading strategies.
- Currency Conversion: Convert amounts between different metals and currencies seamlessly.
- Fluctuation Tracking: Monitor how prices fluctuate over specific periods to identify patterns.
Metals-API Documentation.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1753304414,
"base": "USD",
"date": "2025-07-23",
"rates": {
"STEEL-US": 0.000482
},
"unit": "per ton"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1753218014,
"base": "USD",
"date": "2025-07-22",
"rates": {
"STEEL-US": 0.000485
},
"unit": "per ton"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-16",
"end_date": "2025-07-23",
"base": "USD",
"rates": {
"2025-07-16": {
"STEEL-US": 0.000485
},
"2025-07-23": {
"STEEL-US": 0.000482
}
},
"unit": "per ton"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "STEEL-US",
"amount": 1000
},
"info": {
"timestamp": 1753304414,
"rate": 0.000482
},
"result": 0.482,
"unit": "tons"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-16",
"end_date": "2025-07-23",
"base": "USD",
"rates": {
"STEEL-US": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -0.000003,
"change_pct": -0.62
}
},
"unit": "per ton"
}
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1753304414,
"base": "USD",
"date": "2025-07-23",
"rates": {
"STEEL-US": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per ton"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1753304414,
"base": "USD",
"date": "2025-07-23",
"rates": {
"STEEL-US": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 0.000002
}
},
"unit": "per ton"
}
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate various metal data into their applications.
Conclusion
Metals-API Website and explore the extensive documentation available. Embrace the future of metal data with the Metals-API and unlock the potential of your applications today.