Download Mumbai Gold (XAU-MUMB) Historical Prices via this API
Download Mumbai Gold (XAU-MUMB) Historical Prices via this API
Gold (XAU) has long been a symbol of wealth and stability, and in today's digital age, its trading and valuation have undergone a significant transformation. With the advent of advanced technologies and data analytics, developers can now access real-time and historical gold prices through APIs like Metals-API. This blog post will explore the innovative capabilities of the Metals-API, focusing on how it empowers developers to retrieve historical prices for gold and other precious metals, including the specific case of Mumbai Gold (XAU-MUMB).
About Gold (XAU)
Gold, represented by the symbol XAU, is not just a precious metal; it is a financial asset that plays a crucial role in the global economy. The digital transformation in precious metals trading has opened new avenues for data analytics and market insights. With the integration of technology in trading, investors can now leverage real-time data to make informed decisions. Innovations in price discovery mechanisms have also emerged, allowing for more accurate valuations of gold and other metals.
Furthermore, the rise of digital asset solutions has made it easier for individuals and institutions to invest in gold. The Metals-API provides a comprehensive platform for accessing gold prices, enabling developers to build next-generation applications that can analyze market trends and provide insights into gold trading.
API Description
The Metals-API is a powerful tool that offers developers access to real-time and historical data for various metals, including gold. This API is designed to facilitate the integration of metals pricing into applications, providing a seamless experience for users. With its innovative capabilities, the Metals-API empowers developers to build applications that can analyze market trends, track price fluctuations, and convert currencies with ease.
For more information, you can visit the Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the realm of metals pricing. Below are some of the key features and their potential applications:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for gold and other metals, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. Developers can use this endpoint to display the most current prices on their applications.
- Historical Rates Endpoint: Access historical rates for gold dating back to 2019. By appending a specific date (YYYY-MM-DD) to the endpoint, developers can retrieve past prices, which is essential for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for gold. It is particularly useful for traders looking to make quick decisions based on current market conditions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that enables users to convert amounts from one currency to another, facilitating transactions across different currencies.
- Time-Series Endpoint: This endpoint allows developers to query daily historical rates between two specified dates, providing insights into price movements over time.
- Fluctuation Endpoint: Track how gold prices fluctuate on a day-to-day basis. This endpoint is valuable for understanding market volatility and making informed trading decisions.
- Carat Endpoint: Retrieve information about gold rates by carat, which is essential for jewelers and consumers interested in the purity of gold.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for gold within a specified date range, helping traders identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for gold, which are crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive analysis of market trends.
- API Key: Each user is provided with a unique API key that must be included in requests to authenticate access to the API.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data presentation.
- Available Endpoints: The Metals-API includes 14 different endpoints, each designed to provide unique functionalities for developers.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring developers have access to the latest information.
- Intraday Endpoint: Query intraday exchange rate data for a single symbol, which is essential for high-frequency trading applications.
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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1785629563,
"base": "USD",
"date": "2026-08-02",
"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": 1785543163,
"base": "USD",
"date": "2026-08-01",
"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-07-26",
"end_date": "2026-08-02",
"base": "USD",
"rates": {
"2026-07-26": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-28": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-02": {
"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": 1785629563,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-26",
"end_date": "2026-08-02",
"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": 1785629563,
"base": "USD",
"date": "2026-08-02",
"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": 1785629563,
"base": "USD",
"date": "2026-08-02",
"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
In conclusion, the Metals-API offers a robust and innovative solution for developers looking to access historical prices for gold and other precious metals. By leveraging the various endpoints available, developers can create applications that provide real-time data, analyze market trends, and facilitate currency conversions. The ability to access detailed historical data, track fluctuations, and retrieve bid and ask prices empowers traders and investors to make informed decisions.
As the digital landscape continues to evolve, the integration of APIs like Metals-API will play a crucial role in shaping the future of precious metals trading. For more information on how to implement these features in your applications, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals.