Fetch Brunei Dollar (BND) prices with this API
Introduction
The Brunei Dollar (BND) is a significant currency in Southeast Asia, particularly in Brunei, where it serves as the official currency. As the global economy becomes increasingly interconnected, the ability to fetch real-time exchange rates for currencies like the Brunei Dollar is essential for developers and businesses alike. This is where the Metals-API comes into play, offering a robust solution for accessing real-time and historical data on metals and currencies, including the BND.
Understanding Neodymium and Its Market Dynamics
Neodymium (Nd) is a rare earth metal that plays a crucial role in various high-tech applications, including permanent magnets, lasers, and phosphors. The demand for neodymium has surged due to the digital transformation in metal markets, driven by technological innovations and advancements in data analytics. As industries increasingly integrate smart technologies, the need for real-time data on metal prices, including neodymium, becomes paramount.
With the rise of electric vehicles and renewable energy technologies, neodymium's importance is expected to grow. Developers can leverage the Metals-API Documentation to access vital data that can inform investment decisions and market strategies.
API Description
The Metals-API is a powerful tool designed to provide developers with real-time and historical data on metal prices and currency exchange rates. This API empowers users to build next-generation applications that require accurate and timely information. By utilizing the Metals-API, developers can integrate advanced features into their applications, enabling them to respond to market changes swiftly.
With a focus on innovation and technological advancement, the Metals-API transforms how businesses interact with metal markets. The API supports various endpoints that cater to different needs, from fetching the latest rates to accessing historical data. This flexibility allows developers to create applications that can analyze trends, forecast prices, and make informed decisions based on real-time data.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to serve specific purposes. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals and currencies. Depending on your subscription plan, updates can occur every 60 minutes or even more frequently.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date to your query, you can retrieve past exchange rates for analysis.
- Bid and Ask Endpoint: This feature allows you to obtain real-time bid and ask prices for metals, providing insights into market liquidity and pricing.
- Convert Endpoint: Easily convert amounts from one currency to another, facilitating transactions and financial analysis.
- Time-Series Endpoint: Query daily historical rates between two dates, enabling trend analysis and forecasting.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, essential for jewelers and investors.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for a specified date, helping to identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access OHLC data for a specific time period, crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, useful for long-term market analysis.
- API Key: Each user receives a unique API key, which is essential for authenticating requests.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: With 14 endpoints, the Metals-API provides diverse functionalities tailored to various user needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals.
- Intraday Endpoint: Query intraday exchange rate data for a single symbol, ideal for high-frequency trading.
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's response structure is crucial for effective implementation. Below are examples of various endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1787357320,
"base": "USD",
"date": "2026-08-22",
"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": 1787270920,
"base": "USD",
"date": "2026-08-21",
"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-08-15",
"end_date": "2026-08-22",
"base": "USD",
"rates": {
"2026-08-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-22": {
"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": 1787357320,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-15",
"end_date": "2026-08-22",
"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": 1787357320,
"base": "USD",
"date": "2026-08-22",
"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": 1787357320,
"base": "USD",
"date": "2026-08-22",
"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 an invaluable resource for developers looking to access real-time and historical data on metals and currencies, including the Brunei Dollar. By leveraging the various endpoints, developers can create applications that provide insights into market trends, facilitate currency conversions, and analyze price fluctuations. The API's comprehensive documentation and support for a wide range of symbols make it an essential tool for anyone involved in the metal markets.
As the demand for accurate and timely data continues to grow, integrating the Metals-API into your applications can provide a competitive edge. For more information, explore the Metals-API Documentation and discover how you can harness the power of real-time data in your projects.