Get Accurate Mumbai Gold 22k (MUMB-22k) Prices in Various Global Markets with this API

Get Accurate Mumbai Gold 22k (MUMB-22k) Prices in Various Global Markets with this API
In today's fast-paced financial landscape, having access to accurate and real-time data is crucial for businesses and developers alike. The Metals-API provides a powerful solution for obtaining precise gold prices, including the Mumbai Gold 22k (MUMB-22k), across various global markets. This API empowers developers to integrate real-time metals pricing into their applications, enhancing decision-making processes and enabling innovative business solutions.
About Gold (XAU)
Gold, represented by the symbol XAU, is not just a precious metal; it is a cornerstone of the global economy. As digital transformation sweeps through industries, the precious metals market is also evolving. The integration of technology in trading, data analytics, and market insights is reshaping how investors and businesses interact with gold. The Metals-API plays a pivotal role in this transformation by providing real-time data that can be leveraged for various applications.
One of the most significant aspects of gold trading today is the innovation in price discovery. With the help of advanced algorithms and data analytics, traders can gain insights into market trends and fluctuations. This is where the Metals-API shines, offering developers the tools needed to create applications that can analyze gold prices, track historical data, and even forecast future trends.
Moreover, the rise of digital asset solutions has made it easier for individuals and businesses to invest in gold. The Metals-API facilitates this by providing accurate pricing information, allowing users to make informed decisions. Whether you are a trader, a financial analyst, or a developer, understanding how to utilize this API can unlock new opportunities in the precious metals market.
API Description
The Metals-API is designed to provide developers with comprehensive access to real-time and historical metals data. With its user-friendly interface and extensive documentation, developers can easily integrate this API into their applications. The API supports various endpoints that cater to different needs, from retrieving the latest gold prices to accessing historical data and analyzing market trends.
For instance, the Latest Rates Endpoint allows users to obtain real-time exchange rate data for gold and other metals. Depending on your subscription plan, this endpoint can return data updated every 60 minutes or even more frequently. This feature is particularly useful for traders who need to stay updated on market fluctuations.
Another valuable feature is the Historical Rates Endpoint, which provides access to historical rates dating back to 2019. This capability is essential for businesses that require long-term data analysis to make strategic decisions. By appending a specific date to the API request, users can retrieve historical gold prices and analyze trends over time.
The Bid and Ask Endpoint is another powerful tool within the Metals-API. This endpoint enables users to retrieve real-time bid and ask prices for gold, allowing traders to make informed decisions based on current market conditions. Understanding the bid-ask spread is crucial for optimizing trading strategies and maximizing profits.
For those looking to convert currencies, the Convert Endpoint is invaluable. This feature allows users to convert any amount from one currency to another, facilitating transactions and investments in different markets. For example, a trader can easily convert USD to XAU to understand the value of gold in their local currency.
The Time-Series Endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is particularly useful for analyzing trends and making predictions based on past performance. By understanding how gold prices have fluctuated over time, traders can develop more effective strategies.
Additionally, the Fluctuation Endpoint provides insights into how currencies fluctuate on a day-to-day basis. This information is crucial for traders who need to understand market volatility and adjust their strategies accordingly. By tracking fluctuations, businesses can better manage their investments and minimize risks.
The Carat Endpoint allows users to retrieve information about gold rates by carat. This feature is particularly relevant for jewelers and retailers who need to price their products accurately based on the carat weight of gold. By integrating this endpoint, businesses can ensure they are providing competitive pricing to their customers.
Furthermore, the Lowest/Highest Price Endpoint enables users to query the API for the lowest and highest price of gold over a specified period. This information is essential for traders looking to identify optimal entry and exit points in the market.
The Open/High/Low/Close (OHLC) Price Endpoint provides detailed information about the open, high, low, and close prices for gold over a specific time period. This data is crucial for technical analysis and helps traders make informed decisions based on market trends.
For those interested in the London Metal Exchange (LME), the Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This feature is particularly useful for businesses that operate in international markets and need to understand global pricing trends.
To access the Metals-API, developers must use their unique API Key, which is passed into the API base URL's access_key parameter. This key ensures secure access to the API and allows for proper authentication and authorization.
The API response is delivered in JSON format, with exchange rates relative to USD by default. This standardized format makes it easy for developers to parse and utilize the data in their applications. For a complete list of supported symbols, developers can refer to the Metals-API Supported Symbols page.
Key Features and Endpoints
The Metals-API offers a wide range of features and endpoints that cater to various business needs. Here are some of the key capabilities:
- Latest Rates Endpoint: Get real-time exchange rates for all available metals.
- Historical Rates Endpoint: Access historical exchange rates for any date since 2019.
- Bid/Ask Endpoint: Retrieve current bid and ask prices for metals.
- Convert Endpoint: Convert any amount from one metal to another or to/from USD.
- Time-Series Endpoint: Get exchange rates for a specific time period.
- Fluctuation Endpoint: Track rate fluctuations between two dates.
- Carat Endpoint: Retrieve information about gold rates by carat.
- Lowest/Highest Price Endpoint: Get the lowest and highest price of gold over a specified period.
- Open/High/Low/Close (OHLC) Price Endpoint: Get OHLC data for a specific time period.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008.
- News Endpoint: Retrieve the latest news articles related to various metals.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for developers. Below are examples of API responses for various endpoints, showcasing the data structure and potential use cases.
Latest Rates Endpoint
{
"success": true,
"timestamp": 1758758527,
"base": "USD",
"date": "2025-09-25",
"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"
}
This response provides real-time exchange rates for various metals, including gold (XAU). Developers can use this data to display current prices in their applications or to trigger alerts based on price changes.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1758672127,
"base": "USD",
"date": "2025-09-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example illustrates how to access historical rates for gold and other metals. Businesses can analyze this data to identify trends and make informed decisions based on past performance.
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-18",
"end_date": "2025-09-25",
"base": "USD",
"rates": {
"2025-09-18": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-20": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-25": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series data allows developers to visualize trends over specific periods, enabling better forecasting and analysis.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1758758527,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response demonstrates how to convert a specific amount from USD to gold (XAU). This feature is particularly useful for traders and investors looking to understand their investments in different currencies.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-18",
"end_date": "2025-09-25",
"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"
}
This endpoint allows users to track fluctuations in gold prices over a specified period, providing insights into market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1758758527,
"base": "USD",
"date": "2025-09-25",
"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"
}
The OHLC data is essential for technical analysis, allowing traders to assess market conditions and make informed decisions based on price movements.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1758758527,
"base": "USD",
"date": "2025-09-25",
"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"
}
This response provides current bid and ask prices for gold, which are crucial for traders looking to optimize their trading strategies.
Conclusion
The Metals-API is a powerful tool for developers looking to integrate accurate gold pricing data into their applications. With features such as real-time rates, historical data, and various endpoints for conversion and analysis, this API empowers businesses to make informed decisions in the precious metals market. By leveraging the capabilities of the Metals-API, developers can create innovative solutions that enhance trading strategies, optimize investments, and provide valuable insights into market trends.
For more information on how to get started with the Metals-API, refer to the Metals-API Documentation. To explore the full range of supported symbols, visit the Metals-API Supported Symbols page. By harnessing the power of real-time metals data, businesses can stay ahead of the curve and thrive in the dynamic world of precious metals trading.