Access Solomon Islands Dollar (SBD) Historical Data API in JSON Format
Access Solomon Islands Dollar (SBD) Historical Data API in JSON Format
The Solomon Islands Dollar (SBD) is an essential currency for businesses and developers engaged in financial transactions within the Pacific region. With the rise of digital transformation in metal markets, accessing real-time and historical exchange rates has become crucial. The Metals-API provides a robust solution for retrieving SBD exchange rates in JSON format, enabling developers to build innovative applications that leverage real-time data analytics and insights.
About Molybdenum (MO)
Molybdenum, a vital metal in various industrial applications, is witnessing a surge in demand due to technological advancements and the digital transformation of metal markets. As industries increasingly rely on data analytics and smart technology integration, the need for accurate and timely information about metal prices has never been more critical. The Metals-API empowers developers to harness this data, providing insights that can drive decision-making and strategic planning.
With the integration of advanced technologies, the Metals-API not only offers real-time data but also facilitates the exploration of future trends and possibilities in the metal markets. By utilizing this API, developers can create applications that analyze market fluctuations, track price changes, and optimize trading strategies.
API Description
The Metals-API is a powerful tool that provides access to real-time and historical metals data, including exchange rates for the Solomon Islands Dollar (SBD). This API is designed for developers looking to build next-generation applications that require accurate and timely data. With its innovative features, the Metals-API enables users to retrieve exchange rates, historical data, and perform currency conversions seamlessly.
For more information, visit the Metals-API Website or check the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, allowing developers to access a wealth of information about metal prices and currency conversions. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for the SBD and other currencies. Depending on your subscription plan, the data is updated every 60 minutes or every 10 minutes, ensuring that you have the most current information available.
- Historical Rates Endpoint: Access historical exchange rates for the SBD dating back to 2019. By appending a specific date (YYYY-MM-DD) to the endpoint, you can retrieve past rates, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows you to retrieve real-time bid and ask prices for the SBD, providing insights into market conditions and helping traders make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts from the SBD to other currencies or vice versa. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is essential for analyzing trends over time and understanding market dynamics.
- Fluctuation Endpoint: Track how the SBD fluctuates on a day-to-day basis. This endpoint provides valuable insights into market volatility and helps traders assess risk.
- Carat Endpoint: Retrieve information about gold rates by carat, which is useful for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price of the SBD over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for the SBD, which are crucial for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Your unique API key is required to access the API, ensuring secure and authorized usage.
- API Response: The Metals-API delivers exchange rates relative to USD by default, with all data returned in JSON format for easy integration.
- Available Endpoints: The Metals-API includes 14 endpoints, each designed to provide specific functionalities, making it a versatile tool for developers.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies, including the SBD, through this endpoint.
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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for the Solomon Islands Dollar (SBD) and other available metals:
{
"success": true,
"timestamp": 1780142854,
"base": "USD",
"date": "2026-05-30",
"rates": {
"SBD": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Access historical exchange rates for the SBD for any date since 1999:
{
"success": true,
"timestamp": 1780056454,
"base": "USD",
"date": "2026-05-29",
"rates": {
"SBD": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for the SBD over a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2026-05-23",
"end_date": "2026-05-30",
"base": "USD",
"rates": {
"2026-05-23": {
"SBD": 0.000485,
"XAU": 0.000485
},
"2026-05-25": {
"SBD": 0.000483,
"XAU": 0.000483
},
"2026-05-30": {
"SBD": 0.000482,
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from the SBD to another currency or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "SBD",
"amount": 1000
},
"info": {
"timestamp": 1780142854,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations of the SBD between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-23",
"end_date": "2026-05-30",
"base": "USD",
"rates": {
"SBD": {
"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
Get OHLC data for the SBD over a specific time period:
{
"success": true,
"timestamp": 1780142854,
"base": "USD",
"date": "2026-05-30",
"rates": {
"SBD": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
Get current bid and ask prices for the SBD:
{
"success": true,
"timestamp": 1780142854,
"base": "USD",
"date": "2026-05-30",
"rates": {
"SBD": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Accessing the Solomon Islands Dollar (SBD) exchange rates through the Metals-API opens up a world of possibilities for developers and businesses. With its comprehensive features, including real-time data, historical rates, and various endpoints for conversion and analysis, the Metals-API is an invaluable resource for anyone involved in the financial markets. By leveraging this API, developers can create applications that provide insights into market trends, optimize trading strategies, and enhance decision-making processes.
For further exploration of the API's capabilities, refer to the Metals-API Documentation and the Metals-API Supported Symbols page. Embrace the power of real-time metals data and transform your applications today!