Download Mumbai Gold 24k (MUMB-24k) Historical Prices through this API

Download Mumbai Gold 24k (MUMB-24k) Historical Prices through this API
In the ever-evolving landscape of financial technology, the demand for accurate and real-time data has never been higher. For those interested in precious metals, particularly gold, accessing historical prices is crucial for making informed investment decisions. The Metals-API provides a robust solution for developers looking to retrieve historical prices for gold, including the Mumbai Gold 24k (MUMB-24k). This blog post will delve into the capabilities of the Metals-API, focusing on how to obtain historical prices and the innovative features that make it a powerful tool for developers.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been considered a safe haven asset and a store of value. Its significance in the financial markets is underscored by its historical performance, which reflects economic stability and investor sentiment. In recent years, the digital transformation of precious metals trading has revolutionized how investors access and analyze gold prices. With the integration of data analytics and market insights, traders can now leverage technology to make more informed decisions.
The Metals-API stands at the forefront of this transformation, offering developers the ability to access real-time and historical gold prices through a simple API interface. This API not only provides the latest rates but also allows users to dive deep into historical data, enabling comprehensive analysis and strategic planning.
API Description
The Metals-API is designed to empower developers by providing them with real-time metals data, including gold, silver, platinum, and palladium. Its innovative architecture allows for seamless integration into applications, enabling users to build next-generation financial tools. The API supports a variety of endpoints, each tailored to meet specific data needs, from the latest rates to historical trends.
For more information on how to get started, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance.
Key Features and Endpoints
The Metals-API offers a range of features that cater to various data retrieval needs. Here are some of the key endpoints and their functionalities:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint provides real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This ensures that users have access to the most current market prices.
- Historical Rates Endpoint: Users can access historical rates for gold dating back to 2019. By appending a specific date to the API call, developers can retrieve past prices, which is essential for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for gold and other metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders operating in different currencies.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two dates of their choice, making it easier to analyze price movements over specific periods.
- Fluctuation Endpoint: Users can track how gold prices fluctuate on a day-to-day basis, providing valuable insights into market volatility and trends.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat, which is essential for jewelers and consumers interested in the purity of gold.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the API to get the lowest and highest price of gold over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access open, high, low, and close prices for gold, which are critical for technical analysis and trading strategies.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing for comprehensive analysis of metal prices.
- API Key: Each user is assigned a unique API key that must be included in API requests to authenticate and authorize access.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies and metal symbols, allowing users to stay informed about the latest offerings.
- Gold Price India Endpoint: This dedicated endpoint retrieves the latest gold price in India, catering to local investors and traders.
- News Endpoint: Users can access the latest news articles related to various metals, keeping them informed about market developments.
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
Understanding the API responses is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1756512108,
"base": "USD",
"date": "2025-08-30",
"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 indicates the success of the request and provides the latest rates for various metals, including gold (XAU).
Historical Rates Endpoint
{
"success": true,
"timestamp": 1756425708,
"base": "USD",
"date": "2025-08-29",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to retrieve historical rates for a specific date, allowing for analysis of past price movements.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-23",
"end_date": "2025-08-30",
"base": "USD",
"rates": {
"2025-08-23": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-25": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-30": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides daily historical rates for a specified time period, enabling users to analyze trends over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1756512108,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example illustrates how to convert an amount from USD to gold (XAU), providing the conversion rate and resulting value.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-23",
"end_date": "2025-08-30",
"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 response provides insights into how gold prices fluctuate over a specified period, which is essential for understanding market dynamics.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1756512108,
"base": "USD",
"date": "2025-08-30",
"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"
}
This endpoint provides open, high, low, and close prices for gold, which are critical for traders employing technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1756512108,
"base": "USD",
"date": "2025-08-30",
"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 the current bid and ask prices for gold, which are essential for traders looking to enter or exit positions.
Conclusion
The Metals-API is a powerful tool for developers seeking to access historical prices for gold, including Mumbai Gold 24k (MUMB-24k). With its extensive range of endpoints and real-time data capabilities, the API enables users to build innovative applications that leverage precious metals data for investment strategies and market analysis.
By utilizing the various endpoints, developers can retrieve the latest rates, historical data, and insights into market fluctuations, empowering them to make informed decisions. The integration of technology in precious metals trading is transforming the landscape, and the Metals-API is at the forefront of this change.
For more information on how to implement these features and access the full capabilities of the Metals-API, be sure to check out the Metals-API Documentation and explore the Metals-API Supported Symbols page for a comprehensive list of available metal symbols.
As the market continues to evolve, staying informed and leveraging real-time data will be key to success in precious metals trading. The Metals-API provides the tools necessary to navigate this dynamic environment effectively.