Access Bismuth (BMTH) prices using this API
Access Bismuth (BMTH) Prices Using This API
In the rapidly evolving landscape of metal markets, the ability to access real-time data is crucial for developers and businesses alike. Bismuth (BMTH), a lesser-known yet significant metal, is gaining traction in various industries, from pharmaceuticals to electronics. By leveraging the Metals-API, developers can seamlessly integrate Bismuth pricing data into their applications, enabling informed decision-making and strategic planning.
About Bismuth (BMTH)
Bismuth is a unique metal known for its low toxicity and high density, making it an attractive alternative in various applications. As industries undergo digital transformation, the integration of technological innovations and data analytics is reshaping how metal markets operate. The demand for real-time insights into metal prices, including Bismuth, is on the rise. This shift is driven by the need for accurate data to inform investment strategies, production planning, and market analysis.
With the advent of smart technology, the integration of APIs like Metals-API is revolutionizing how businesses access and utilize metal pricing data. By harnessing the power of data analytics, developers can create applications that provide insights into market trends, price fluctuations, and historical data, ultimately leading to better decision-making.
API Description
The Metals-API is a powerful tool that provides real-time and historical pricing data for various metals, including Bismuth. This API empowers developers to build next-generation applications that can access up-to-date information on metal prices, enabling them to respond quickly to market changes. With its robust capabilities, the Metals-API supports a wide range of functionalities, from retrieving the latest rates to analyzing historical trends.
One of the key advantages of the Metals-API is its ability to deliver data in a structured format, making it easy for developers to integrate into their applications. The API supports various endpoints, each designed to cater to specific data needs, ensuring that users can access the information they require efficiently.
Key Features and Endpoints
The Metals-API offers a comprehensive suite of features that cater to the diverse needs of developers and businesses. Here are some of the key endpoints and their functionalities:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on the user's subscription plan. Depending on the plan, users can receive updates every 60 minutes or every 10 minutes, ensuring they have access to the most current pricing information.
- Historical Rates Endpoint: Users can access historical rates for most metals dating back to 2019. By appending a specific date in the format YYYY-MM-DD, developers can query the Metals-API for past pricing data, allowing for in-depth market analysis and trend identification.
- Bid and Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices for metals. Understanding the bid-ask spread is crucial for traders and investors, as it provides 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 businesses operating in multiple currencies or those looking to analyze price changes across different markets.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates. By analyzing time-series data, developers can identify trends and patterns that inform strategic decisions.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis using this endpoint. By providing insights into price changes over time, businesses can better understand market volatility and make informed decisions.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat. By appending a base to the endpoint, developers can access detailed pricing information based on the purity of gold.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the API for the lowest and highest prices of metals over a specified period. Understanding price extremes can help businesses identify market opportunities and risks.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access open, high, low, and close prices for metals over a specified date range. This data is essential for traders looking to analyze market performance and make informed trading decisions.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008. It is particularly useful for businesses involved in trading and investment, as it allows for comprehensive market analysis.
- API Key: To access the Metals-API, users must include their unique API key in the request. This key is essential for authentication and authorization, ensuring secure access to the API's data.
- API Response: The Metals-API delivers exchange rates relative to USD by default. All data is returned in a structured JSON format, making it easy for developers to parse and utilize the information in their applications.
- Available Endpoints: The Metals-API features 14 endpoints, each providing distinct functionalities. Developers can explore these endpoints to find the specific data they need for their applications.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available metal symbols, allowing users to stay informed about the latest additions and changes in the market.
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 pricing data into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1782087126,
"base": "USD",
"date": "2026-06-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": 1782000726,
"base": "USD",
"date": "2026-06-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-06-15",
"end_date": "2026-06-22",
"base": "USD",
"rates": {
"2026-06-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-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": 1782087126,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-15",
"end_date": "2026-06-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": 1782087126,
"base": "USD",
"date": "2026-06-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": 1782087126,
"base": "USD",
"date": "2026-06-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
Accessing Bismuth (BMTH) prices through the Metals-API opens up a world of possibilities for developers and businesses. With its extensive range of features and endpoints, the API empowers users to make informed decisions based on real-time data. From tracking price fluctuations to analyzing historical trends, the Metals-API provides the tools necessary for effective market analysis.
As industries continue to embrace digital transformation, the integration of APIs like Metals-API will play a pivotal role in shaping the future of metal markets. By leveraging the power of data analytics and smart technology, businesses can stay ahead of the curve and capitalize on emerging opportunities. For more detailed information, developers can refer to the Metals-API Documentation and explore the Metals-API Supported Symbols page to stay updated on the latest offerings.