Obtain Bismuth (BMTH) Historical Prices through this API

Obtain Bismuth (BMTH) Historical Prices through this API
In the rapidly evolving landscape of metal markets, the demand for accurate and real-time data has never been more critical. As developers and businesses seek to harness the power of data analytics and smart technology integration, the ability to obtain historical prices for metals like Bismuth (BMTH) becomes a vital asset. This blog post delves into the transformative potential of the Metals-API, exploring how it empowers developers to access historical prices and leverage advanced features for innovative applications.
Metals-API Information
About Bismuth (BMTH)
Bismuth, represented by the symbol BMTH, is a metal that has gained attention for its unique properties and applications. As industries undergo digital transformation, the metal markets are also experiencing significant changes driven by technological innovation and advancement. Bismuth is increasingly being utilized in pharmaceuticals, cosmetics, and as a non-toxic replacement for lead in various applications. The integration of data analytics and insights into the metal markets allows stakeholders to make informed decisions based on historical price trends and market fluctuations.
With the rise of smart technology, the ability to access and analyze historical prices for Bismuth through APIs like Metals-API opens up new possibilities for developers. By harnessing real-time data, businesses can create applications that provide insights into market trends, optimize inventory management, and enhance trading strategies. As we look to the future, the potential for Bismuth and other metals in the digital economy is vast, and understanding historical price data is a crucial step in navigating this landscape.
API Description
The Metals-API is a powerful tool designed to provide developers with access to real-time and historical data for various metals, including Bismuth. This API is built with innovation in mind, allowing for seamless integration into applications that require accurate metal pricing information. With a focus on technological advancement, the Metals-API enables developers to build next-generation applications that leverage real-time metals data for enhanced decision-making.
One of the standout features of the Metals-API is its ability to deliver historical rates dating back to 2019. This capability is essential for developers looking to analyze price trends over time and make data-driven decisions. The API's robust architecture supports various endpoints that cater to different needs, from retrieving the latest rates to accessing historical data and performing currency conversions.
Key Features and Endpoints
The Metals-API offers a comprehensive suite of endpoints that provide a range of functionalities tailored to meet the needs of developers. 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 crucial for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve historical price data for Bismuth, allowing for in-depth analysis of market trends.
- Bid And Ask Endpoint: This powerful feature enables developers to retrieve real-time Bid and Ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for applications that require multi-currency support.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two dates of their choice. This functionality is essential for analyzing price movements over specific timeframes.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, enabling developers to track market volatility and make informed trading decisions.
- Carat Endpoint: Retrieve information about Gold rates by Carat, which is useful for applications focused on jewelry and precious metal trading.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specific date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows developers to obtain open, high, low, and close prices for a specific date, which is essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive analysis of market trends.
- API Key: Your unique API Key is essential for accessing the API's features, ensuring secure and authorized usage.
- API Response: Exchange rates delivered by the Metals-API are by default relative to USD, and all data is returned in a structured JSON format for easy integration.
- Available Endpoints: The Metals-API comes with 14 API endpoints, each providing different functionalities to cater to various developer needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing developers to stay updated on the latest symbols supported by the API.
- Gold Price India Endpoint: Retrieve the latest gold price in India using the dedicated endpoint, which is particularly useful for regional applications.
- News Endpoint: The Metals-API provides access to the latest news articles related to various metals, keeping developers 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 invaluable for developers looking to integrate specific metal data into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1758625368,
"base": "USD",
"date": "2025-09-23",
"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": 1758538968,
"base": "USD",
"date": "2025-09-22",
"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": "2025-09-16",
"end_date": "2025-09-23",
"base": "USD",
"rates": {
"2025-09-16": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-18": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-23": {
"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": 1758625368,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-16",
"end_date": "2025-09-23",
"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": 1758625368,
"base": "USD",
"date": "2025-09-23",
"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": 1758625368,
"base": "USD",
"date": "2025-09-23",
"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 ability to obtain historical prices for Bismuth (BMTH) through the Metals-API is a game-changer for developers and businesses alike. By leveraging the API's extensive features, including real-time rates, historical data, and advanced endpoints, developers can create innovative applications that provide valuable insights into the metal markets. The integration of data analytics and smart technology into metal trading not only enhances decision-making but also positions businesses to thrive in a competitive landscape.
As the metal markets continue to evolve, staying informed about historical price trends and market fluctuations will be essential for success. The Metals-API offers a comprehensive solution for accessing this critical data, enabling developers to build applications that meet the demands of the modern economy. For more information on how to get started, refer to the Metals-API Documentation and explore the full range of supported symbols on the Metals-API Supported Symbols page.