Download Ferro Silicon (FE-SI) Historical Prices from this API

Download Ferro Silicon (FE-SI) Historical Prices from this API
Metals-API to access comprehensive historical prices and real-time data, enabling informed decision-making and strategic planning. This blog post will delve into the intricacies of Ferro Silicon and guide you on how to obtain its historical prices through the Metals-API.
About Ferro Silicon (FE-SI)
API Description
Metals-API is a powerful tool designed to provide developers with access to real-time and historical metal prices. This API empowers users to build next-generation applications that can analyze market trends, perform currency conversions, and track fluctuations in metal prices. With its robust capabilities, the Metals-API is an essential resource for anyone looking to stay ahead in the competitive metal market.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Ferro Silicon and other metals. Depending on your subscription, you can receive updates every 10 minutes or even more frequently, ensuring you have the latest information at your fingertips.
- Historical Rates Endpoint: Access historical rates for Ferro Silicon and other metals dating back to 2019. This feature is invaluable for analysts looking to understand price trends and market behavior over time.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for Ferro Silicon, allowing traders to make informed decisions based on current market conditions.
- Convert Endpoint: This endpoint enables users to convert any amount from one metal to another or to/from USD, facilitating seamless transactions across different currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is particularly useful for analyzing price movements over specific periods.
- Fluctuation Endpoint: Track how Ferro Silicon prices fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Open/High/Low/Close (OHLC) Price Endpoint: Access detailed OHLC data for Ferro Silicon, which is essential for traders looking to analyze price movements and make informed trading decisions.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for Ferro Silicon over a specified period, helping traders identify potential entry and exit points.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008, providing a comprehensive view of market trends.
- API Key: Your unique API key is essential for accessing the Metals-API. This key must be included in your API requests to authenticate your access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers a wide range of endpoints, each designed to provide specific functionalities tailored to user needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available metal symbols, ensuring you have the most current information.
- Gold Price India Endpoint: Retrieve the latest gold prices in India, providing localized data for specific markets.
- News Endpoint: Stay updated with the latest news articles related to various metals, helping you stay informed about market developments.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1753030814,
"base": "USD",
"date": "2025-07-20",
"rates": {
"FE-SI": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1752944414,
"base": "USD",
"date": "2025-07-19",
"rates": {
"FE-SI": 0.000485
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-13",
"end_date": "2025-07-20",
"base": "USD",
"rates": {
"2025-07-13": {
"FE-SI": 0.000485
},
"2025-07-15": {
"FE-SI": 0.000483
},
"2025-07-20": {
"FE-SI": 0.000482
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "FE-SI",
"amount": 1000
},
"info": {
"timestamp": 1753030814,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-13",
"end_date": "2025-07-20",
"base": "USD",
"rates": {
"FE-SI": {
"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) Endpoint
{
"success": true,
"timestamp": 1753030814,
"base": "USD",
"date": "2025-07-20",
"rates": {
"FE-SI": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1753030814,
"base": "USD",
"date": "2025-07-20",
"rates": {
"FE-SI": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Documentation for detailed information on each endpoint and its functionalities. Additionally, the Metals-API Supported Symbols page provides a comprehensive list of all available metal symbols, ensuring you have the most current information at your disposal. By utilizing these resources, you can harness the full potential of the Metals-API and stay ahead in the competitive metal market.