Get Accurate Antimony (ANTIMONY) Prices in Multiple Currencies with this API

Get Accurate Antimony (ANTIMONY) Prices in Multiple Currencies with this API
Antimony (ANTIMONY) prices in multiple currencies. This blog post will explore how Metals-API empowers businesses through its innovative API, focusing on the digital transformation in metal markets, technological advancements, and the potential applications of real-time metals data.
About Antimony (ANTIMONY)
API Description
Metals-API Documentation.
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 can return updates every 60 minutes or even more frequently. This feature is crucial for businesses that need to monitor price changes closely.
- Historical Rates Endpoint: Access historical rates for Antimony dating back to 2019. This endpoint allows businesses to analyze past price trends and make informed predictions about future market behavior. By appending a specific date to the API request, users can retrieve data for any given day.
- Bid and Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices for Antimony. Understanding the bid-ask spread is essential for traders and businesses looking to optimize their buying and selling strategies.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one currency to another. This feature is particularly useful for businesses that operate in multiple currencies and need to calculate costs accurately.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. Businesses can utilize this data to analyze trends over specific periods, aiding in strategic planning and forecasting.
- Fluctuation Endpoint: Track how Antimony prices fluctuate on a day-to-day basis. This endpoint provides valuable insights into market volatility, helping businesses make timely decisions based on current trends.
- Carat Endpoint: For businesses dealing with precious metals, the carat endpoint provides information about gold rates by carat. This feature is essential for jewelers and manufacturers who need precise pricing data.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for Antimony over a specified period. This information is vital for businesses looking to identify market extremes and adjust their strategies accordingly.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed OHLC data for Antimony, allowing businesses to analyze price movements comprehensively. Understanding these metrics can help traders make informed decisions.
- Historical LME Endpoint: Access historical rates for LME symbols, including Antimony, dating back to 2008. This endpoint is particularly useful for businesses that require long-term data for analysis.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access. This security measure ensures that only authorized users can access 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 for developers to integrate into their applications.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals. Users can refer to this list to ensure they are using the correct symbols in their requests.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint. This feature is particularly beneficial for businesses operating in the Indian market.
- News Endpoint: Stay updated with the latest news articles related to various metals, including Antimony. This endpoint helps businesses keep track of market developments and news that may impact prices.
Metals-API Supported Symbols.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1754877716,
"base": "USD",
"date": "2025-08-11",
"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
{
"success": true,
"timestamp": 1754791316,
"base": "USD",
"date": "2025-08-10",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-04",
"end_date": "2025-08-11",
"base": "USD",
"rates": {
"2025-08-04": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-06": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-11": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1754877716,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-04",
"end_date": "2025-08-11",
"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) Price Endpoint
{
"success": true,
"timestamp": 1754877716,
"base": "USD",
"date": "2025-08-11",
"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
{
"success": true,
"timestamp": 1754877716,
"base": "USD",
"date": "2025-08-11",
"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
Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation and usage.