Fetch Mumbai Gold 22k (MUMB-22k) prices through this API
Fetch Mumbai Gold 22k (MUMB-22k) Prices Through This API
In today's fast-paced financial landscape, the demand for real-time data on precious metals, particularly gold, has surged. Developers and traders alike are seeking innovative solutions to access accurate and timely information. The Metals-API provides a robust platform for fetching gold prices, including the Mumbai Gold 22k (MUMB-22k) rates, through its comprehensive set of features. This blog post delves into the intricacies of gold markets, the transformative potential of the Metals-API, and how developers can leverage it to build next-generation applications.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of financial markets. Its intrinsic value and historical significance make it a preferred asset for investors and traders. The digital transformation in precious metals trading has opened new avenues for data analytics and market insights. With the integration of technology in trading, the process of price discovery has become more efficient, allowing for real-time updates and enhanced decision-making.
The rise of digital asset solutions has further revolutionized how gold is traded. By utilizing APIs like the Metals-API, developers can access a wealth of information that empowers them to create applications capable of analyzing market trends, predicting price movements, and providing users with actionable insights. This API not only facilitates the retrieval of current gold prices but also offers historical data, bid and ask prices, and much more.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time and historical data on precious metals, including gold. With its innovative features, the API enables the creation of applications that can track market fluctuations, analyze trends, and facilitate trading decisions. The API's capabilities include:
- Real-time exchange rates: Access the latest prices for gold and other metals, updated frequently based on your subscription plan.
- Historical data: Retrieve historical rates dating back to 2019, allowing for comprehensive market analysis.
- Bid and ask prices: Get real-time bid and ask prices to make informed trading decisions.
- Currency conversion: Easily convert amounts between different metals and currencies.
- Time-series data: Analyze price movements over specific periods to identify trends.
For more information, visit the Metals-API Website or check out the Metals-API Documentation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Each endpoint provides unique functionalities that can be utilized in various applications:
Latest Rates Endpoint
The Latest Rates Endpoint allows developers to fetch real-time exchange rate data for gold and other metals. Depending on your subscription plan, this endpoint can return updates every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders who need to stay informed about market movements.
{
"success": true,
"timestamp": 1787703026,
"base": "USD",
"date": "2026-08-26",
"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
Accessing historical rates is crucial for market analysis. The Historical Rates Endpoint allows users to query rates for any date since 1999. This feature is particularly useful for back-testing trading strategies and understanding long-term trends.
{
"success": true,
"timestamp": 1787616626,
"base": "USD",
"date": "2026-08-25",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint is a powerful feature that provides real-time bid and ask prices for gold and other metals. This information is vital for traders looking to make informed decisions based on current market conditions.
{
"success": true,
"timestamp": 1787703026,
"base": "USD",
"date": "2026-08-26",
"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"
}
Convert Endpoint
The Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for traders who operate in multiple currencies and need to quickly assess the value of their holdings.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1787703026,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
The Time-Series Endpoint enables users to query the API for daily historical rates between two specified dates. This feature is essential for analyzing trends over time and making informed trading decisions based on historical performance.
{
"success": true,
"timeseries": true,
"start_date": "2026-08-19",
"end_date": "2026-08-26",
"base": "USD",
"rates": {
"2026-08-19": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-21": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-26": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
Using the Fluctuation Endpoint, users can retrieve information about how currencies fluctuate on a day-to-day basis. This feature is critical for understanding market volatility and making informed trading decisions.
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-19",
"end_date": "2026-08-26",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC Price Endpoint provides users with the open, high, low, and close prices for a specific time period. This data is essential for traders looking to analyze market trends and make informed decisions based on price movements.
{
"success": true,
"timestamp": 1787703026,
"base": "USD",
"date": "2026-08-26",
"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"
}
Historical LME Endpoint
The Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This endpoint is particularly useful for traders who need to analyze long-term trends in the metals 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.
Conclusion
In conclusion, the Metals-API is an invaluable resource for developers looking to access real-time and historical data on precious metals, including gold. By leveraging its various endpoints, developers can create applications that provide users with critical market insights, facilitate trading decisions, and enhance overall user experience. The API's capabilities, such as real-time rates, historical data, and bid/ask prices, empower developers to build innovative solutions that meet the demands of today's fast-paced financial markets.
For further exploration of the API's features, visit the Metals-API Documentation for detailed information on implementation and usage.