Retrieve Antimony Historical Prices Using Metals-API

Retrieve Antimony Historical Prices Using Metals-API
Metals-API Information
About Antimony (ANTIMONY)
API Description
Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Antimony and other metals. Depending on your subscription plan, the API updates this data every 60 minutes or more frequently. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Developers can access historical rates for Antimony dating back to 2019. By appending a specific date to the API request, users can retrieve historical pricing data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for Antimony. Understanding the bid-ask spread is crucial for traders and analysts looking to make informed decisions in the market.
- 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 applications that require multi-currency support.
- Time-Series Endpoint: This endpoint allows developers to query the API for daily historical rates between two specified dates. This feature is ideal for applications that need to analyze price movements over time.
- Fluctuation Endpoint: Users can track how Antimony prices fluctuate on a day-to-day basis using this endpoint. It provides insights into market volatility and helps in risk assessment.
- Carat Endpoint: For applications focused on precious metals, the carat endpoint provides information about gold rates by carat, which can be useful for jewelry and investment applications.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API to get the lowest and highest prices for Antimony over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Developers can retrieve open, high, low, and close prices for Antimony, which are essential for technical analysis and trading strategies.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols, dating back to 2008, allowing for comprehensive market analysis.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate and authorize access to the API.
- API Response: The API returns exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers a variety of endpoints, each designed to fulfill specific data retrieval needs. Developers can explore these options to find the best fit for their applications.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available metal symbols, including Antimony, which can be accessed through the Metals-API Supported Symbols page.
- Gold Price India Endpoint: For applications focused on the Indian market, this endpoint retrieves the latest gold prices in India.
- News Endpoint: The Metals-API also allows users to retrieve the latest news articles related to various metals, providing context and insights into market movements.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1743034144,
"base": "USD",
"date": "2025-03-27",
"rates": {
"ANTIMONY": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1742947744,
"base": "USD",
"date": "2025-03-26",
"rates": {
"ANTIMONY": 0.000485
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-03-20",
"end_date": "2025-03-27",
"base": "USD",
"rates": {
"2025-03-20": {
"ANTIMONY": 0.000485
},
"2025-03-22": {
"ANTIMONY": 0.000483
},
"2025-03-27": {
"ANTIMONY": 0.000482
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "ANTIMONY",
"amount": 1000
},
"info": {
"timestamp": 1743034144,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-20",
"end_date": "2025-03-27",
"base": "USD",
"rates": {
"ANTIMONY": {
"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": 1743034144,
"base": "USD",
"date": "2025-03-27",
"rates": {
"ANTIMONY": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1743034144,
"base": "USD",
"date": "2025-03-27",
"rates": {
"ANTIMONY": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Documentation and the Metals-API Supported Symbols page for a complete list of available metals. With the right tools and data, the future of metal market analysis is bright, and the Metals-API is at the forefront of this transformation.