Access Antimony (ANTIMONY) Historical Prices with this API for Your Research Needs

Access Antimony (ANTIMONY) Historical Prices with this API for Your Research Needs
In the ever-evolving landscape of metal markets, the demand for accurate and real-time data has never been more critical. This is especially true for metals like Antimony (ANTIMONY), which play a vital role in various industrial applications. With the advent of digital transformation, the way we access and analyze historical prices has undergone a significant shift. The Metals-API provides a robust solution for developers and researchers looking to harness the power of real-time metals data, enabling them to make informed decisions based on historical trends and current market conditions.
Metals-API Information
About Antimony (ANTIMONY)
Antimony is a metalloid that is primarily used in flame retardants, lead-acid batteries, and various alloys. Its unique properties make it an essential component in many industrial processes. As the market for Antimony continues to grow, the need for reliable historical pricing data becomes increasingly important. The Metals-API offers a comprehensive suite of tools that allow users to access historical prices, analyze trends, and integrate this data into their applications seamlessly.
Digital transformation in metal markets has paved the way for technological innovations that enhance data analytics and insights. The integration of smart technologies into the metals industry allows for real-time tracking of prices, enabling developers to create applications that provide users with up-to-date information. The Metals-API stands at the forefront of this transformation, offering a powerful platform for accessing historical prices and other vital data.
API Description
The Metals-API is designed to empower developers with the tools necessary to build next-generation applications that leverage real-time metals data. With a focus on innovation and technological advancement, this API provides a wide range of features that cater to various research and development needs. By utilizing the Metals-API, developers can access historical prices, real-time rates, and other essential data points that are crucial for making informed decisions in the metals market.
For more information on how to get started, visit the Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that provide access to different functionalities. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for Antimony and other metals. Depending on your subscription plan, the API updates this data every 60 minutes or even more frequently. This feature is essential for developers who need to access the most current market rates.
- Historical Rates Endpoint: Users can access historical rates for Antimony dating back to 2019. By appending a specific date to the API request, developers can retrieve historical pricing data, which is invaluable for trend analysis and research.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for Antimony. It provides insights into market liquidity and helps traders make informed decisions based on current market conditions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert any amount from one metal to another. This feature is particularly useful for businesses that deal with multiple metals and need to calculate their values in different currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. It is ideal for analyzing price trends over specific periods, helping researchers and developers identify patterns in the market.
- Fluctuation Endpoint: Users can track how Antimony prices fluctuate on a day-to-day basis using this endpoint. It provides valuable insights into market volatility and helps developers create applications that alert users to significant price changes.
- Carat Endpoint: This feature allows users to retrieve information about Gold rates by Carat, which can be useful for applications that require precise measurements in jewelry and precious metals.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the API to get the lowest and highest prices for Antimony over a specified period, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access OHLC data for Antimony, which is essential for technical analysis and understanding market trends.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols, dating back to 2008. It is particularly useful for users interested in long-term trends in the metals market.
- API Key: To access the Metals-API, users must pass their unique API key in the request. This key is essential for authentication and ensures secure access to the API's features.
- API Response: The API delivers exchange rates relative to USD by default. All data is returned in a structured JSON format, making it easy for developers to integrate into their applications.
- Available Endpoints: The Metals-API comes with a constantly updated endpoint that returns all available currencies and metals, ensuring users have access to the latest information.
- Gold Price India Endpoint: This dedicated endpoint allows users to retrieve the latest gold price in India, providing localized data for businesses operating in that market.
- News Endpoint: Users can access the latest news articles related to various metals, keeping them informed about market developments and trends.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols, including Antimony (ANTIMONY). For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1752951614,
"base": "USD",
"date": "2025-07-19",
"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"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1752865214,
"base": "USD",
"date": "2025-07-18",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period.
{
"success": true,
"timeseries": true,
"start_date": "2025-07-12",
"end_date": "2025-07-19",
"base": "USD",
"rates": {
"2025-07-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-19": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1752951614,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-12",
"end_date": "2025-07-19",
"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"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1752951614,
"base": "USD",
"date": "2025-07-19",
"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"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1752951614,
"base": "USD",
"date": "2025-07-19",
"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"
}
Conclusion
Accessing historical prices for Antimony (ANTIMONY) has never been easier, thanks to the innovative capabilities of the Metals-API. By leveraging its various endpoints, developers can create applications that provide real-time data, analyze historical trends, and make informed decisions based on comprehensive insights. The API's robust features, including the latest rates, historical rates, and fluctuation tracking, empower users to navigate the complexities of the metals market with confidence.
As the demand for accurate metals data continues to grow, the Metals-API stands out as a transformative tool for developers and researchers alike. By integrating this API into your applications, you can unlock the potential of real-time data and enhance your research capabilities. For more information on how to get started, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation.