Get Accurate Bhopal Gold 24k (BHOP-24k) Prices in Multiple Currencies with this API

Get Accurate Bhopal Gold 24k (BHOP-24k) Prices in Multiple Currencies with this API
Metals-API provides a powerful solution for obtaining precise gold prices, specifically for Bhopal Gold 24k (BHOP-24k), in multiple currencies. This API not only offers the latest rates but also historical data, bid and ask prices, and various other functionalities that can be leveraged for innovative applications in trading, investment, and financial analysis.
About Gold (XAU)
Metals-API Documentation provides developers with the tools necessary to harness real-time gold price data, enabling them to create applications that can analyze market trends and provide insights into investment opportunities.
API Capabilities
- 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 businesses that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to your query. This functionality is invaluable for businesses looking to analyze trends over time and make data-driven decisions.
- Bid and Ask Endpoint: Retrieve real-time bid and ask prices for gold and other metals. This feature is particularly useful for traders who need to understand market liquidity and pricing dynamics.
- Convert Endpoint: Easily convert any amount from one currency to another, allowing businesses to calculate costs and pricing in their preferred currency.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, enabling detailed analysis of price movements over time.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Carat Endpoint: Retrieve information about gold rates by carat, which is particularly useful for jewelers and consumers looking to understand the value of different gold purities.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for gold over a specified period, assisting businesses in making informed purchasing decisions.
- Open/High/Low/Close (OHLC) Price Endpoint: Access detailed OHLC data for a specific time period, which is crucial for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a broader context for market analysis.
- API Key: Your unique API key is required to access the API, ensuring secure and authorized usage.
- API Response: All exchange rates are delivered relative to USD by default, with comprehensive data returned in a structured format.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals supported by the API.
- Gold Price India Endpoint: Retrieve the latest gold price specifically for India, catering to local businesses and consumers.
- News Endpoint: Stay updated with the latest news articles related to various metals, helping businesses stay informed about market developments.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755046910,
"base": "USD",
"date": "2025-08-13",
"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
{
"success": true,
"timestamp": 1754960510,
"base": "USD",
"date": "2025-08-12",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-06",
"end_date": "2025-08-13",
"base": "USD",
"rates": {
"2025-08-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-13": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1755046910,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-06",
"end_date": "2025-08-13",
"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) Price Endpoint
{
"success": true,
"timestamp": 1755046910,
"base": "USD",
"date": "2025-08-13",
"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
{
"success": true,
"timestamp": 1755046910,
"base": "USD",
"date": "2025-08-13",
"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"
}
Practical Applications and Use Cases
- Jewelry Retailers: By integrating the API, jewelry retailers can automatically update their pricing based on real-time gold rates, ensuring they remain competitive and transparent with their customers.
- Investment Platforms: Financial platforms can utilize the API to provide users with accurate gold price data, enabling them to make informed investment decisions.
- Market Analysts: Analysts can leverage historical data to identify trends and patterns in gold prices, providing valuable insights for forecasting future movements.
- Mobile Applications: Developers can create mobile applications that provide users with real-time updates on gold prices, allowing consumers to track their investments on the go.
Conclusion
Metals-API Documentation and explore the comprehensive list of supported symbols at the Metals-API Supported Symbols page. Start harnessing the power of real-time metals data today!