Get Accurate Mangalore Gold 22k (MANG-22k) Prices in Emerging Markets with this API
Get Accurate Mangalore Gold 22k (MANG-22k) Prices in Emerging Markets with this API
In today's fast-paced financial landscape, having access to accurate and real-time data is crucial for businesses and developers alike. The Metals-API offers a robust solution for obtaining precise Gold (XAU) prices in various currencies, including Mangalore Gold 22k (MANG-22k). This API not only provides current rates but also historical data, making it an invaluable tool for traders, analysts, and developers looking to integrate precious metals data into their applications.
About Gold (XAU)
Gold has long been a symbol of wealth and stability, and its value is influenced by a myriad of factors, including market demand, geopolitical events, and economic indicators. As digital transformation reshapes the financial sector, the integration of data analytics and technology in trading has become essential. The Metals-API stands at the forefront of this transformation, offering innovative solutions for price discovery and market insights.
With the rise of digital asset solutions, understanding the dynamics of Gold pricing is more important than ever. The Metals-API empowers developers to build next-generation applications that can analyze and respond to market fluctuations in real-time. By leveraging this API, businesses can gain a competitive edge through timely and accurate data.
API Description
The Metals-API is designed to provide developers with comprehensive access to real-time and historical metals data. Its capabilities extend beyond simple price retrieval; it enables users to build sophisticated applications that can analyze trends, forecast prices, and make informed trading decisions. The API's innovative architecture allows for seamless integration with existing systems, ensuring that developers can harness the full potential of real-time metals data.
For detailed information on how to utilize the API, refer to the Metals-API Documentation. This resource provides extensive guidance on API usage, including endpoint descriptions, parameter specifications, and response formats.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different data needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals, updated according to your subscription plan. Depending on the plan, updates can occur every 60 minutes, every 10 minutes, or even more frequently.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date (YYYY-MM-DD) to the endpoint, users can retrieve past pricing data, which is essential for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows users to obtain real-time bid and ask prices, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion feature enables users to convert amounts from one currency to another, facilitating transactions and calculations across different markets.
- Time-Series Endpoint: Query for daily historical rates between two specified dates, allowing for in-depth analysis of price movements over time.
- Fluctuation Endpoint: Track how prices fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Carat Endpoint: Retrieve Gold rates by carat, which is particularly useful for jewelers and businesses dealing in precious metals.
- Lowest/Highest Price Endpoint: This endpoint allows users to query for the lowest and highest prices over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Access detailed OHLC data for specific time periods, which is crucial for traders looking to analyze market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- 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 API delivers exchange rates relative to USD by default, ensuring consistency and ease of use.
- Available Endpoints: The Metals-API comprises 14 different endpoints, each designed to fulfill specific data needs.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
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. This resource is essential for developers looking to understand the available data points and how to utilize them effectively.
API Endpoint Examples and Responses
Understanding the structure of API responses is crucial for effective integration. Below are examples of responses from various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1779236617,
"base": "USD",
"date": "2026-05-20",
"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 a successful request for the latest rates, providing the current exchange rates for various metals relative to USD.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1779150217,
"base": "USD",
"date": "2026-05-19",
"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, which can be used for analysis of past market performance.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-05-13",
"end_date": "2026-05-20",
"base": "USD",
"rates": {
"2026-05-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-20": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response illustrates how to access exchange rates over a specific time period, which is vital for trend analysis.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1779236617,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The Convert Endpoint allows users to convert amounts between different metals or currencies, facilitating transactions across various markets.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-13",
"end_date": "2026-05-20",
"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 endpoint provides insights into how prices fluctuate over time, which is essential for understanding market volatility.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1779236617,
"base": "USD",
"date": "2026-05-20",
"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 response provides detailed OHLC data, which is crucial for traders looking to analyze market performance over specific periods.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1779236617,
"base": "USD",
"date": "2026-05-20",
"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 endpoint provides current bid and ask prices, which are essential for understanding market liquidity and pricing dynamics.
Conclusion
The Metals-API is a powerful tool for obtaining accurate Gold (XAU) prices and other precious metals data in various currencies, including Mangalore Gold 22k (MANG-22k). By leveraging its extensive features and endpoints, developers can create applications that provide real-time insights and analytics, enhancing decision-making processes in trading and investment.
For further exploration of the API's capabilities, refer to the Metals-API Documentation and access the Metals-API Supported Symbols page for a comprehensive list of available data points. By integrating the Metals-API into your applications, you can stay ahead in the competitive landscape of precious metals trading.