Retrieve Salem Gold 24k (SALE-24k) price data using this API

Retrieve Salem Gold 24k (SALE-24k) Price Data Using This API
Metals-API offers a robust solution for developers looking to integrate gold price data, specifically for the Salem Gold 24k (SALE-24k) symbol. This blog post will delve into the intricacies of the Metals-API, exploring its capabilities, features, and how it can empower developers to create innovative applications in the precious metals market.
Metals-API Information
About Gold (XAU)
XAU, has long been a cornerstone of wealth preservation and investment. As digital transformation sweeps across industries, the precious metals market is not left untouched. The integration of data analytics and market insights has revolutionized how traders and investors approach gold trading. With the advent of technology, trading platforms are now equipped with advanced tools that facilitate price discovery and enhance trading strategies.
API Description
Metals-API is a powerful tool designed to provide developers with real-time and historical data on various metals, including gold. This API stands out due to its innovative approach to data delivery, enabling users to access comprehensive market insights that can drive decision-making processes. With its transformative potential, the Metals-API empowers developers to build next-generation applications that cater to the needs of traders and investors alike.
Metals-API Documentation, which provides extensive guidance on utilizing the API's features effectively.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1744693214,
"base": "USD",
"date": "2025-04-15",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1744606814,
"base": "USD",
"date": "2025-04-14",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1744693214,
"base": "USD",
"date": "2025-04-15",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1744693214,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-04-08",
"end_date": "2025-04-15",
"base": "USD",
"rates": {
"2025-04-08": {
"XAU": 0.000485
},
"2025-04-15": {
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-04-08",
"end_date": "2025-04-15",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1744693214,
"base": "USD",
"date": "2025-04-15",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Lowest/Highest Price Endpoint
{
"success": true,
"timestamp": 1744693214,
"base": "USD",
"date": "2025-04-15",
"rates": {
"XAU": {
"lowest": 0.000481,
"highest": 0.000487
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1744606814,
"base": "USD",
"date": "2025-04-14",
"rates": {
"XAU": 0.000485
},
"unit": "per troy ounce"
}
API Key and Response
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to understand the full scope of available data.
Conclusion
Metals-API Website and explore the extensive Metals-API Documentation for implementation guidance.