Get Bismuth (BMTH) Historical Prices efficiently with this API
Get Bismuth (BMTH) Historical Prices Efficiently with this API
In the rapidly evolving landscape of metal markets, the demand for accurate and timely data has never been greater. As developers and businesses seek to harness the power of data analytics, the ability to access historical prices for metals like Bismuth (BMTH) becomes crucial. With the Metals-API, obtaining historical prices and real-time data for Bismuth is not only efficient but also transformative. This blog post delves into the capabilities of the Metals-API, exploring how it empowers developers to create innovative applications that leverage historical data for Bismuth and other metals.
Metals-API Information
About Bismuth (BMTH)
Bismuth, represented by the symbol BMTH, is a unique metal known for its low toxicity and high density. As industries increasingly focus on sustainable practices, Bismuth has emerged as a viable alternative to lead in various applications, including pharmaceuticals and cosmetics. The digital transformation in metal markets has opened new avenues for tracking and analyzing Bismuth prices, allowing stakeholders to make informed decisions based on historical trends and real-time data.
Technological innovation plays a pivotal role in the evolution of metal markets. The integration of smart technology and data analytics enables businesses to gain insights into price fluctuations and market dynamics. By utilizing the Metals-API, developers can access a wealth of information that supports advanced analytics and decision-making processes. The future of metal trading is undoubtedly intertwined with the capabilities offered by APIs like Metals-API, which facilitate seamless access to historical data and real-time pricing.
API Description
The Metals-API is a powerful tool designed to provide developers with real-time and historical data for various metals, including Bismuth. This API is built on the principles of innovation and technological advancement, offering a comprehensive suite of features that empower developers to build next-generation applications. With Metals-API, users can access a range of endpoints that deliver critical data, including the latest rates, historical prices, and conversion capabilities.
One of the standout features of the Metals-API is its ability to provide real-time exchange rate data updated at intervals depending on the subscription plan. This ensures that developers have access to the most current information, enabling them to create applications that respond to market changes in real-time. Furthermore, the API's historical rates endpoint allows users to query data dating back to 2019, making it an invaluable resource for analyzing trends and making predictions based on historical performance.
For those interested in understanding the fluctuations in metal prices, the Metals-API offers a fluctuation endpoint that tracks daily changes, providing insights into market volatility. Additionally, the API includes a conversion endpoint, allowing users to convert amounts between different metals or to and from USD, enhancing the versatility of the data provided.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints, each designed to cater to specific data needs. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data for Bismuth and other metals, updated every 60 minutes or more frequently. This feature is essential for applications that require up-to-the-minute pricing.
- Historical Rates Endpoint: Users can access historical rates for Bismuth dating back to 2019. By appending a specific date to the API request, developers can retrieve historical pricing data, enabling comprehensive analysis of price trends over time.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for Bismuth, providing insights into market demand and supply. Understanding bid and ask prices is crucial for traders looking to optimize their buying and selling strategies.
- Convert Endpoint: The conversion endpoint enables 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 or need to display prices in different formats.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two selected dates. This endpoint is invaluable for analyzing trends and making data-driven decisions based on historical performance.
- Fluctuation Endpoint: This endpoint provides information on how Bismuth prices fluctuate on a day-to-day basis, allowing users to track market volatility and make informed trading decisions.
- Carat Endpoint: Users can retrieve information about Gold rates by Carat, which can be useful for applications that deal with precious metals and their varying qualities.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API for the lowest and highest prices of Bismuth over a specified period, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This feature provides detailed pricing information, including the open, high, low, and close prices for Bismuth over a specified date range, essential for technical analysis.
- Historical LME Endpoint: Users can access historical rates for LME symbols dating back to 2008, allowing for a comprehensive analysis of market trends.
- API Key: Each user is assigned a unique API key that must be included in the API requests to authenticate and authorize access to the data.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API includes 14 different endpoints, each providing unique functionalities tailored to various data needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available metal symbols, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments and 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 multiple metal data points into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1768695298,
"base": "USD",
"date": "2026-01-18",
"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": 1768608898,
"base": "USD",
"date": "2026-01-17",
"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-01-11",
"end_date": "2026-01-18",
"base": "USD",
"rates": {
"2026-01-11": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-01-13": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-01-18": {
"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": 1768695298,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-01-11",
"end_date": "2026-01-18",
"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": 1768695298,
"base": "USD",
"date": "2026-01-18",
"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": 1768695298,
"base": "USD",
"date": "2026-01-18",
"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 Metals-API offers a robust and versatile solution for developers seeking to access historical prices and real-time data for metals like Bismuth (BMTH). By leveraging the various endpoints provided by the API, developers can create applications that not only track prices but also analyze trends, make predictions, and optimize trading strategies. The integration of smart technology and data analytics into metal markets is paving the way for innovative applications that can transform how businesses operate.
As the demand for accurate and timely data continues to grow, the Metals-API stands out as a critical tool for developers looking to harness the power of historical pricing data. With its comprehensive features and capabilities, the API empowers users to build applications that can adapt to the ever-changing landscape of metal markets. For more information, visit the Metals-API Documentation and explore the possibilities that await.