Get Mangalore Gold 24k (MANG-24k) price updates using this API

Get Mangalore Gold 24k (MANG-24k) Price Updates Using This API
Metals-API provides a robust solution for accessing real-time data on various metals, including the highly sought-after Mangalore Gold 24k (MANG-24k). This blog post delves into the intricacies of the Metals-API, exploring its capabilities, features, and how it can empower developers to create innovative applications that leverage real-time metals data.
Metals-API Information
About Gold (XAU)
XAU, has long been a cornerstone of wealth and investment. As digital transformation sweeps across industries, the precious metals market is no exception. The integration of technology in trading has revolutionized how investors access market insights and analytics. With the advent of data analytics, traders can now make informed decisions based on real-time data, enhancing their trading strategies.
API Description
Metals-API is a powerful tool designed to provide developers with real-time and historical data on precious metals. It empowers users to build next-generation applications that can track prices, analyze trends, and make informed trading decisions. The API's capabilities extend beyond simple price retrieval; it offers a comprehensive suite of features that cater to various trading needs.
Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1752282021,
"base": "USD",
"date": "2025-07-12",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1752195621,
"base": "USD",
"date": "2025-07-11",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1752282021,
"base": "USD",
"date": "2025-07-12",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1752282021,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-05",
"end_date": "2025-07-12",
"base": "USD",
"rates": {
"2025-07-05": {
"XAU": 0.000485
},
"2025-07-12": {
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-05",
"end_date": "2025-07-12",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1752282021,
"base": "USD",
"date": "2025-07-12",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Lowest/Highest Price Endpoint
{
"success": true,
"timestamp": 1752282021,
"base": "USD",
"date": "2025-07-12",
"rates": {
"XAU": {
"lowest": 0.000481,
"highest": 0.000487
}
},
"unit": "per troy ounce"
}
API Key and Authentication
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate various metals into their applications.
Conclusion
Metals-API Documentation for detailed implementation guidance and best practices. Embrace the future of precious metals trading with the Metals-API, and unlock the potential of real-time data in your applications.