Get Mumbai Gold 24k (MUMB-24k) Historical Prices with Real-Time Data from this API

Get Mumbai Gold 24k (MUMB-24k) Historical Prices with Real-Time Data from this API
In today's fast-paced financial landscape, the demand for accurate and timely data has never been greater, especially in the realm of precious metals trading. For developers and traders alike, accessing historical prices and real-time data for gold, such as the Mumbai Gold 24k (MUMB-24k), is crucial for making informed decisions. The Metals-API provides a comprehensive solution for retrieving this data efficiently, enabling users to harness the power of digital transformation in precious metals trading.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. Its intrinsic value and historical significance make it a preferred asset for investors worldwide. As we delve into the digital transformation of precious metals, it's essential to explore how technology and data analytics are reshaping the landscape of gold trading.
The integration of data analytics in the precious metals market allows traders to gain insights into market trends, price fluctuations, and investment opportunities. By leveraging advanced technologies, traders can enhance their decision-making processes, ensuring they stay ahead in a competitive environment. The innovation in price discovery mechanisms has also been profound, with real-time data enabling traders to react swiftly to market changes.
Furthermore, the rise of digital asset solutions has opened new avenues for investing in gold. With the ability to trade gold digitally, investors can access their assets anytime, anywhere, making gold trading more accessible than ever before. This digital transformation is not just about convenience; it represents a fundamental shift in how we perceive and interact with precious metals.
API Description
The Metals-API is a powerful tool that empowers developers to build next-generation applications by providing real-time and historical data for various metals, including gold. This API is designed with innovation and technological advancement at its core, enabling users to access a wealth of information that can transform their trading strategies.
With the Metals-API, developers can retrieve the latest rates, historical prices, and even perform conversions between different metals and currencies. The API's capabilities extend beyond mere data retrieval; it offers a suite of endpoints that cater to various needs, from tracking fluctuations to obtaining bid and ask prices. The potential applications of this API are vast, making it an invaluable resource for anyone involved in the precious metals market.
For more detailed information on how to utilize the API, you can refer to the Metals-API Documentation, which provides comprehensive guidance on all available features and endpoints.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to provide specific functionalities that cater to the needs of traders and developers. Hereβs a closer look at some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or every 10 minutes, ensuring you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date to your query, you can retrieve the historical price of gold, allowing for in-depth analysis of market trends over time.
- Bid And Ask Endpoint: This feature enables you to retrieve real-time bid and ask prices for various metals. Understanding the bid-ask spread is crucial for traders looking to optimize their entry and exit points in the market.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing you to convert any amount from one currency to another. This is particularly useful for traders dealing with multiple currencies in their transactions.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is invaluable for analyzing price movements over specific periods, helping traders identify patterns and make informed decisions.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis. This endpoint provides insights into the volatility of gold prices, enabling traders to assess risk and make strategic decisions.
- Carat Endpoint: Retrieve information about gold rates by carat. This feature is essential for jewelers and traders dealing with gold in various purities.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price of gold for a specified date, allowing traders to understand market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific time period, giving traders a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008. This is particularly useful for traders interested in the London Metal Exchange.
- API Key: Your unique API key is required to access the API's features. This key must be included in the API base URL's access_key parameter.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API comes with numerous endpoints, each providing different functionalities tailored to various trading needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing developers to stay updated on the symbols they can use.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for traders in the Indian market.
- News Endpoint: Stay informed with the latest news articles related to various metals, helping traders keep abreast of 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 implementation. Below are examples of various endpoints along with their JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1752123620,
"base": "USD",
"date": "2025-07-10",
"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": 1752037220,
"base": "USD",
"date": "2025-07-09",
"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": "2025-07-03",
"end_date": "2025-07-10",
"base": "USD",
"rates": {
"2025-07-03": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-05": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-10": {
"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": 1752123620,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-03",
"end_date": "2025-07-10",
"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": 1752123620,
"base": "USD",
"date": "2025-07-10",
"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": 1752123620,
"base": "USD",
"date": "2025-07-10",
"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
The Metals-API represents a significant advancement in how traders and developers can access and utilize data related to precious metals like gold. With its extensive range of endpoints and real-time capabilities, the API empowers users to make informed decisions based on accurate and timely information. By integrating this API into trading applications, developers can create innovative solutions that enhance the trading experience.
As the market for precious metals continues to evolve, staying updated with the latest trends and data is essential. The Metals-API not only provides access to historical prices but also offers tools for analyzing fluctuations, converting currencies, and tracking market movements. For those looking to delve deeper into the world of precious metals trading, the Metals-API Website is an invaluable resource.
In summary, whether you are a developer seeking to build advanced trading applications or a trader looking to optimize your strategies, the Metals-API offers the tools and data you need to succeed in the dynamic world of precious metals.