Download Salem Gold 18k (SALE-18k) Historical Prices through this API
Download Salem Gold 18k (SALE-18k) Historical Prices through this API
In the ever-evolving landscape of precious metals trading, the ability to access historical prices is crucial for investors and developers alike. The Salem Gold 18k (SALE-18k) symbol represents a unique opportunity to delve into the world of gold trading, particularly through the innovative capabilities of the Metals-API. This API provides a robust framework for obtaining historical prices, enabling users to harness the power of data analytics and market insights.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth preservation and investment. In recent years, the digital transformation in precious metals has reshaped how traders and investors interact with this valuable asset. The integration of technology into trading platforms has led to enhanced data analytics capabilities, allowing for deeper market insights and more informed decision-making.
As the demand for real-time data grows, the innovation in price discovery mechanisms has become paramount. The Metals-API stands at the forefront of this transformation, offering developers the tools necessary to build next-generation applications that leverage real-time metals data. By utilizing this API, users can access a wealth of information, from current market rates to historical price trends, all designed to empower trading strategies and investment decisions.
API Description
The Metals-API is a powerful tool that provides developers with access to a comprehensive suite of features designed for the modern trader. With capabilities that include real-time exchange rates, historical data retrieval, and advanced analytics, this API is tailored for those looking to gain a competitive edge in the metals market.
One of the standout features of the Metals-API is its ability to deliver real-time data updates. Depending on your subscription plan, the API can provide the latest exchange rate data updated every 60 minutes or even every 10 minutes. This level of granularity ensures that traders are always equipped with the most current information available.
Moreover, the API's historical rates endpoint allows users to access data dating back to 2019, enabling comprehensive analysis of price trends over time. By appending a specific date to the API request, developers can retrieve historical rates for any given day, facilitating in-depth market analysis and forecasting.
In addition to these features, the Metals-API offers a variety of endpoints that cater to different trading needs. For instance, the Bid and Ask endpoint provides real-time bid and ask prices, essential for traders looking to make informed buy and sell decisions. The Convert endpoint allows for seamless currency conversions, making it easy to translate values between different metals and fiat currencies.
Key Features and Endpoints
The Metals-API boasts an extensive range of features that cater to various trading strategies and needs:
- Latest Rates Endpoint: Access real-time exchange rate data for all available metals. This endpoint is crucial for traders who need to make quick decisions based on the most current market conditions.
- Historical Rates Endpoint: Retrieve historical exchange rates for any date since 2019. This feature is invaluable for conducting trend analysis and understanding market movements over time.
- Bid And Ask Endpoint: Get real-time bid and ask prices for metals, allowing traders to gauge market sentiment and make informed trading decisions.
- Convert Endpoint: Easily convert amounts from one currency to another, facilitating transactions across different metals and fiat currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, enabling detailed analysis of price movements over specific periods.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Carat Endpoint: Retrieve information about gold rates by carat, essential for jewelers and traders dealing in gold jewelry.
- Lowest/Highest Price Endpoint: Access the lowest and highest prices for a given date, helping traders identify key price levels.
- Open/High/Low/Close (OHLC) Price Endpoint: Get OHLC data for a specific time period, crucial for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a broader context for market analysis.
- API Key: Your unique key for accessing the API, ensuring secure and authorized usage.
- API Response: Understand the structure of the data returned by the API, which is typically relative to USD.
- Available Endpoints: The API features 14 endpoints, each designed to provide specific functionalities tailored to traders' needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies, ensuring you have the latest information at your fingertips.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you informed about market developments.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page. This resource is essential for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1768090675,
"base": "USD",
"date": "2026-01-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
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1768004275,
"base": "USD",
"date": "2026-01-10",
"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": "2026-01-04",
"end_date": "2026-01-11",
"base": "USD",
"rates": {
"2026-01-04": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-01-06": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-01-11": {
"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": 1768090675,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-01-04",
"end_date": "2026-01-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) Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1768090675,
"base": "USD",
"date": "2026-01-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
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1768090675,
"base": "USD",
"date": "2026-01-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
In conclusion, the Metals-API offers a comprehensive and innovative solution for accessing historical prices and real-time data for precious metals like gold. By leveraging the capabilities of this API, developers can create powerful applications that provide valuable insights into market trends and trading opportunities. The extensive range of endpoints, including the latest rates, historical data, and fluctuation tracking, empowers users to make informed decisions based on accurate and timely information.
As the digital landscape continues to evolve, the integration of technology into precious metals trading will only become more critical. By utilizing the Metals-API Documentation, developers can explore the full potential of this API and implement solutions that drive innovation in the market.
For those looking to dive deeper into the world of precious metals, the Metals-API Supported Symbols page provides a wealth of information on available metal symbols, ensuring that users have the tools they need to succeed in their trading endeavors.
With the right data at your fingertips, the possibilities for growth and success in the precious metals market are limitless. Embrace the future of trading with the Metals-API and unlock the full potential of your investment strategies.