Get live updates for Barbadian Dollar (BBD) prices using this API
Get Live Updates for Barbadian Dollar (BBD) Prices Using Metals-API
The Barbadian Dollar (BBD) is a crucial currency in the Caribbean region, and staying updated with its real-time prices is essential for traders, investors, and businesses. With the advent of advanced APIs like the Metals-API, developers can easily integrate live updates of BBD prices into their applications. This blog post will explore the capabilities of the Metals-API, focusing on its innovative features, endpoints, and how it can transform the way we interact with metal markets.
About Tellurium (TE)
Tellurium, a rare metalloid, plays a significant role in various technological advancements, particularly in the fields of electronics and renewable energy. As the metal markets undergo digital transformation, the integration of smart technologies and data analytics becomes vital. The Metals-API exemplifies this transformation by providing developers with real-time data and insights into metal prices, including Tellurium.
Technological innovation in metal markets is not just about tracking prices; it's about understanding market dynamics, predicting trends, and making informed decisions. The Metals-API empowers developers to build applications that leverage data analytics, enabling users to gain insights into price fluctuations, historical trends, and future possibilities.
API Description
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including precious metals like gold and silver, as well as industrial metals. This API is designed for developers looking to create next-generation applications that require accurate and timely metal pricing data. With its robust capabilities, the Metals-API can be integrated into trading platforms, financial analysis tools, and market research applications.
For more detailed information, you can refer to the Metals-API Documentation, which outlines the various features and endpoints available.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to different needs, allowing developers to access real-time and historical data efficiently. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or even every 10 minutes, ensuring that you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date to your query, you can retrieve past pricing data, 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 metals, giving you insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion feature that enables you to convert amounts from one metal to another or to/from USD, facilitating seamless transactions and calculations.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is particularly useful for analyzing trends over specific periods.
- Fluctuation Endpoint: Track how metal prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility and helps in making informed trading decisions.
- Carat Endpoint: Retrieve information about gold rates by carat, which is essential for jewelers and traders dealing in precious metals.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API for the lowest and highest prices of metals over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for a specific time period, which is crucial for traders looking to analyze price movements.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Your unique API key is essential for accessing the API's features. It must be included in the API base URL's access_key parameter.
- API Response: The Metals-API delivers exchange rates relative to USD, ensuring consistency in data presentation.
- Available Endpoints: With 14 different endpoints, the Metals-API offers a wide range of functionalities to meet various data needs.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals, ensuring you have the latest information.
- 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.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective integration. Below are examples of various endpoints and their JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1778458151,
"base": "USD",
"date": "2026-05-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": 1778371751,
"base": "USD",
"date": "2026-05-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-05-04",
"end_date": "2026-05-11",
"base": "USD",
"rates": {
"2026-05-04": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-06": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-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": 1778458151,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-04",
"end_date": "2026-05-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": 1778458151,
"base": "USD",
"date": "2026-05-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": 1778458151,
"base": "USD",
"date": "2026-05-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
The Metals-API is a transformative tool for developers looking to integrate real-time and historical metal pricing data into their applications. With its comprehensive features, including the ability to access the latest rates, historical data, and various endpoints for specific needs, the API empowers users to make informed decisions in the metal markets. By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance market analysis, trading strategies, and financial insights.
For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance. Don't forget to check the Metals-API Supported Symbols page to familiarize yourself with the available metal symbols.