Obtain Mangalore Gold 24k (MANG-24k) prices efficiently with this API

Introduction
In the ever-evolving landscape of precious metals trading, obtaining accurate and timely data is crucial for investors and developers alike. The Mangalore Gold 24k (MANG-24k) prices can be efficiently accessed through the Metals-API, a powerful tool that provides real-time and historical data on various metals, including gold, silver, platinum, and palladium. This blog post will delve into the capabilities of the Metals-API, exploring how it empowers developers to create innovative applications that leverage real-time metals data.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. As digital transformation sweeps through the financial sector, the integration of technology in trading precious metals is becoming increasingly vital. The Metals-API facilitates this transformation by providing developers with access to real-time market insights and data analytics.
With the rise of digital asset solutions, investors can now make informed decisions based on accurate data. The Metals-API not only enhances price discovery but also fosters innovation in trading strategies. By utilizing data analytics, developers can create applications that analyze market trends, track fluctuations, and provide users with actionable insights.
API Description
The Metals-API is designed to provide comprehensive access to metals pricing data, enabling developers to build next-generation applications that require real-time information. The API offers a variety of endpoints that cater to different needs, from retrieving the latest rates to accessing historical data. This flexibility allows developers to create tailored solutions that meet the specific demands of their users.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on the subscription plan, users can receive updates every 60 minutes or even every 10 minutes. This ensures that traders have access to the most current information, allowing them to make timely decisions in a fast-paced market.
For those interested in historical data, the Metals-API provides access to rates dating back to 2019. This feature is invaluable for developers looking to analyze trends over time or for investors who want to understand the historical performance of their assets.
Moreover, the API supports a variety of functionalities, including bid and ask prices, currency conversion, and time-series data. Each of these features can be leveraged to create robust applications that enhance the trading experience.
Key Features and Endpoints
The Metals-API boasts a range of endpoints that cater to various needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for all available metals. Developers can access the latest rates based on their subscription plan, ensuring they have the most up-to-date information.
- Historical Rates Endpoint: Users can query historical rates for most currencies dating back to 2019. This is particularly useful for analyzing market trends and making informed investment decisions.
- Bid And Ask Endpoint: This powerful feature allows developers to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a dedicated currency conversion endpoint, enabling users to convert any amount from one metal to another or to/from USD. This feature is essential for traders operating in multiple currencies.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two dates of their choice, facilitating in-depth analysis of price movements over time.
- Fluctuation Endpoint: This endpoint allows users to track how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is particularly useful for jewelers and consumers interested in purchasing gold jewelry.
- Lowest/Highest Price Endpoint: This feature enables users to query the API for the lowest and highest prices over a specified period, helping traders identify potential entry and exit points.
- Open/High/Low/Close (OHLC) Price Endpoint: Developers can access OHLC data for a specific time period, which is crucial 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 metals traded on the London Metal Exchange.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access to the API.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: With 14 different API endpoints, developers have a wealth of functionality at their fingertips, allowing for extensive customization and integration.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies, ensuring developers have access to the latest information.
- Gold Price India Endpoint: Users can retrieve the latest gold price in India, which is particularly relevant for investors in the Indian market.
- News Endpoint: The Metals-API also includes a news endpoint that allows users to retrieve the latest news articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
To illustrate the capabilities of the Metals-API, here are some examples of API responses for various endpoints:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1758517229,
"base": "USD",
"date": "2025-09-22",
"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": 1758430829,
"base": "USD",
"date": "2025-09-21",
"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-09-15",
"end_date": "2025-09-22",
"base": "USD",
"rates": {
"2025-09-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-22": {
"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": 1758517229,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-15",
"end_date": "2025-09-22",
"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": 1758517229,
"base": "USD",
"date": "2025-09-22",
"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": 1758517229,
"base": "USD",
"date": "2025-09-22",
"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 is a transformative tool for developers and investors looking to access real-time and historical data on precious metals. With its extensive range of endpoints, including the latest rates, historical data, and fluctuation tracking, the API empowers users to make informed decisions in a dynamic market. By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance the trading experience and provide valuable insights into market trends.
For more detailed information on how to implement the Metals-API in your projects, refer to the Metals-API Documentation. To explore the full list of supported symbols, visit the Metals-API Supported Symbols page. The Metals-API Website also offers additional resources and support for developers looking to integrate this powerful API into their applications.