Access Bismuth (BMTH) Historical Prices via this API

Access Bismuth (BMTH) Historical Prices via this API
In the ever-evolving landscape of metal markets, the demand for accurate and timely 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 access historical prices for metals like Bismuth (BMTH) through APIs becomes a game-changer. In this blog post, we will explore the capabilities of the Metals-API, focusing on how it empowers users to access historical prices and leverage data for informed decision-making.
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 continue to innovate, the digital transformation in metal markets has opened new avenues for Bismuth utilization, particularly in pharmaceuticals, cosmetics, and electronics. The integration of smart technology and data analytics into metal trading has revolutionized how stakeholders interact with market data.
Technological advancements have paved the way for real-time data access, enabling businesses to make informed decisions based on historical trends and current market conditions. The Metals-API plays a pivotal role in this transformation, providing developers with the tools necessary to build next-generation applications that leverage historical price data for Bismuth and other metals.
API Description
The Metals-API is a powerful tool designed to provide real-time and historical data for various metals, including Bismuth. With its robust capabilities, the API enables developers to create applications that can analyze market trends, track price fluctuations, and convert currencies seamlessly. The transformative potential of real-time metals data cannot be overstated, as it empowers businesses to stay ahead in a competitive market.
For detailed information on how to implement the API, refer to the Metals-API Documentation. This resource provides comprehensive guidance on using the API effectively, including endpoint descriptions and usage examples.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different 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 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: Users can 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 price trends over time.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time Bid and Ask prices for Bismuth and other metals. Understanding the bid-ask spread is crucial for traders and investors looking to optimize their transactions.
- Convert Endpoint: The API includes a currency conversion endpoint, which allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. It is ideal for analyzing price movements over specific periods.
- Fluctuation Endpoint: Users can track how prices fluctuate on a day-to-day basis, providing insights into market volatility and helping businesses make informed decisions.
- Carat Endpoint: This feature allows users to retrieve information about Gold rates by Carat, which can be useful for jewelers and investors in the gold market.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest price for Bismuth over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for Bismuth, essential for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Each user is assigned a unique API key that must be included in API requests to authenticate access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API provides a constantly updated list of all available currencies and metals, ensuring users have access to the latest data.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is valuable for regional market analysis.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to market movements.
For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective implementation. Below are examples of various API endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1750996871,
"base": "USD",
"date": "2025-06-27",
"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": 1750910471,
"base": "USD",
"date": "2025-06-26",
"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-06-20",
"end_date": "2025-06-27",
"base": "USD",
"rates": {
"2025-06-20": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-22": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-27": {
"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": 1750996871,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-20",
"end_date": "2025-06-27",
"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": 1750996871,
"base": "USD",
"date": "2025-06-27",
"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": 1750996871,
"base": "USD",
"date": "2025-06-27",
"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
Accessing historical prices for Bismuth (BMTH) through the Metals-API provides developers and businesses with the tools necessary to navigate the complexities of the metal markets. By leveraging the API's extensive features, such as real-time rates, historical data, and conversion capabilities, users can gain valuable insights into market trends and make informed decisions.
As the digital transformation in metal markets continues to unfold, the integration of smart technology and data analytics will play a crucial role in shaping the future of trading and investment strategies. The Metals-API stands at the forefront of this evolution, offering a comprehensive solution for accessing and analyzing metal prices.
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 on implementation and usage.