Get Bolivian Boliviano (BOB) Historical Prices using this API
Get Bolivian Boliviano (BOB) Historical Prices using this API
The Bolivian Boliviano (BOB) is the official currency of Bolivia, a country rich in natural resources and cultural heritage. As the global economy becomes increasingly interconnected, the demand for accurate and timely financial data has surged. This is particularly true in the realm of metals trading, where fluctuations in prices can significantly impact investment decisions. In this blog post, we will explore how to obtain historical prices for the Bolivian Boliviano using the Metals-API, a powerful tool that provides real-time and historical data on various metals and currencies.
Metals-API Information
The Metals-API is an innovative platform designed to deliver real-time and historical data on metals and currencies. It empowers developers to create applications that require precise financial information, enabling them to make informed decisions based on accurate data. With the rise of digital transformation in metal markets, the Metals-API stands out as a beacon of technological advancement, offering a suite of features that cater to the needs of API developers.
About Bolivian Boliviano (BOB)
The Bolivian Boliviano is not just a currency; it represents the economic landscape of Bolivia. As the country continues to embrace digital transformation, the integration of smart technologies in financial markets is becoming increasingly prevalent. The Metals-API plays a crucial role in this transformation by providing developers with access to comprehensive data analytics and insights. By leveraging this data, developers can build applications that predict market trends, analyze historical data, and provide users with valuable insights into the performance of the Bolivian Boliviano against various metals.
Technological innovation in the financial sector has opened up new possibilities for data analytics. The Metals-API allows developers to access historical prices for the Bolivian Boliviano, enabling them to analyze trends over time. This capability is essential for investors looking to understand the historical performance of their investments and make data-driven decisions. As we look to the future, the potential for integrating advanced analytics and machine learning with real-time data from the Metals-API is immense, paving the way for smarter financial applications.
API Description
The Metals-API is designed to provide developers with a robust set of features that facilitate the retrieval of real-time and historical data. With a focus on innovation and technological advancement, the API empowers developers to build next-generation applications that can leverage real-time metals data. The API supports a wide range of functionalities, including the retrieval of the latest rates, historical rates, bid and ask prices, and much more.
For more information, you can visit the Metals-API Website or refer to the Metals-API Documentation for detailed guidance on how to implement these features.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: This endpoint allows you to access historical rates for most currencies dating back to 2019. By appending a specific date (YYYY-MM-DD) to the endpoint, developers can query historical prices for the Bolivian Boliviano against various metals.
- Bid And Ask Endpoint: This powerful feature enables you to retrieve real-time bid and ask prices, which are crucial for traders looking to make informed decisions based on market conditions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that allows you to convert any amount from one currency to another. This is particularly useful for applications that require real-time conversion rates.
- Time-Series Endpoint: This endpoint allows you to query the API for daily historical rates between two dates of your choice. This feature is invaluable for analyzing trends over time and understanding the historical performance of the Bolivian Boliviano.
- Fluctuation Endpoint: With this endpoint, you can retrieve information about how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: This feature allows you to retrieve information about gold rates by carat, which is essential for applications focused on jewelry and precious metals.
- Lowest/Highest Price Endpoint: This endpoint enables you to query the API to get the lowest and highest price for a specified date, helping traders identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides the open, high, low, and close prices for a specific date, which is crucial for technical analysis.
- Historical LME Endpoint: This endpoint allows you to access historical rates for LME symbols dating back to 2008, providing a wealth of data for analysis.
- API Key: Your API Key is a unique identifier that you pass into the API base URL's access_key parameter to authenticate your requests.
- API Response: The exchange rates delivered by the Metals-API are by default relative to USD, and all data is returned in a structured JSON format.
- Available Endpoints: The Metals-API comes with 14 endpoints, each providing different functionalities to cater to various needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing developers to stay updated on the symbols they can use.
- News Endpoint: The Metals-API also provides access to the latest news articles related to various metals, keeping developers informed about market trends.
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 invaluable for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1773879686,
"base": "USD",
"date": "2026-03-19",
"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": 1773793286,
"base": "USD",
"date": "2026-03-18",
"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-03-12",
"end_date": "2026-03-19",
"base": "USD",
"rates": {
"2026-03-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-03-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-03-19": {
"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": 1773879686,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-03-12",
"end_date": "2026-03-19",
"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": 1773879686,
"base": "USD",
"date": "2026-03-19",
"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": 1773879686,
"base": "USD",
"date": "2026-03-19",
"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 Bolivian Boliviano (BOB) represents not only the currency of Bolivia but also a gateway to understanding the dynamics of the global metals market. By utilizing the Metals-API, developers can access a wealth of historical and real-time data that can inform investment decisions and enhance financial applications. The API's robust features, including the latest rates, historical rates, and various endpoints for data retrieval, empower developers to create innovative solutions that leverage accurate financial data.
As the financial landscape continues to evolve, the integration of advanced analytics and real-time data will be crucial for staying competitive. The Metals-API stands at the forefront of this transformation, offering developers the tools they need to build applications that meet the demands of today's market. For more information on how to get started, visit the Metals-API Documentation and explore the possibilities of integrating this powerful API into your projects.