Access Iron Ore (IRON) Historical Prices with this API

Access Iron Ore (IRON) Historical Prices with this API
Metals-API, obtaining historical price data has become a seamless process, enabling users to harness the power of data analytics and smart technology integration.
Metals-API Information
About Iron Ore (IRON)
Metals-API Documentation provides comprehensive guidance on how to access this data effectively.
API Description
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Iron Ore and other metals. Depending on your subscription plan, the API can return updates every 60 minutes, every 10 minutes, or even more frequently. This feature is crucial for traders who need to stay informed about market changes.
- Historical Rates Endpoint: Users can access historical rates for Iron Ore dating back to 2019. By appending a specific date to the API request, users can retrieve past pricing data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for Iron Ore. Understanding the bid-ask spread is essential for traders looking to optimize their entry and exit points.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that enables users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders operating in different currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is beneficial for conducting in-depth analyses over specific time frames.
- Fluctuation Endpoint: Users can track how Iron Ore prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility, helping traders make informed decisions.
- Carat Endpoint: This endpoint provides information about gold rates by carat, which can be useful for those involved in precious metals trading.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for Iron Ore over a specified period. This information can help traders identify potential entry points.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for Iron Ore, giving traders a comprehensive view of market performance.
- Historical LME Endpoint: For users interested in LME symbols, this endpoint provides historical rates dating back to 2008, allowing for extensive analysis of market trends.
- API Key: Each user is assigned a unique API key that must be included in the API requests. This key is essential for authentication and ensures secure access to the data.
- API Response: The Metals-API delivers exchange rates relative to USD by default. All data is returned in a structured JSON format, making it easy to integrate into applications.
- Available Endpoints: The Metals-API features numerous endpoints, each providing distinct functionalities. Users can explore these options to find the best fit for their needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available metal symbols, including Iron Ore, ensuring users have access to the latest information.
- Gold Price India Endpoint: Users can retrieve the latest gold prices in India using this dedicated endpoint, which is particularly useful for traders in the Indian market.
- News Endpoint: The Metals-API also includes a news endpoint that allows users to retrieve the latest articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1747958747,
"base": "USD",
"date": "2025-05-23",
"rates": {
"IRON": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1747872347,
"base": "USD",
"date": "2025-05-22",
"rates": {
"IRON": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-05-16",
"end_date": "2025-05-23",
"base": "USD",
"rates": {
"2025-05-16": {
"IRON": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-05-18": {
"IRON": 0.000483,
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-05-23": {
"IRON": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "IRON",
"amount": 1000
},
"info": {
"timestamp": 1747958747,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-05-16",
"end_date": "2025-05-23",
"base": "USD",
"rates": {
"IRON": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1747958747,
"base": "USD",
"date": "2025-05-23",
"rates": {
"IRON": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1747958747,
"base": "USD",
"date": "2025-05-23",
"rates": {
"IRON": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Supported Symbols page provides a complete list of available metal symbols, ensuring users have access to the data they need. Additionally, the Metals-API Documentation offers extensive guidance on how to implement these features effectively.