Obtain Malappuram Gold 24k (MALA-24k) pricing details using this API

Introduction
In the ever-evolving landscape of precious metals trading, obtaining accurate and real-time pricing details is crucial for investors and developers alike. One of the most sought-after metals is gold, represented by the symbol XAU. This blog post delves into how you can obtain Malappuram Gold 24k (MALA-24k) pricing details using the Metals-API. We will explore the capabilities of this API, its innovative features, and how it empowers developers to create next-generation applications in the realm of precious metals.
Metals-API Information
About Gold (XAU)
Gold has long been a symbol of wealth and stability, and its digital transformation is reshaping how investors interact with this precious metal. The integration of data analytics and market insights allows traders to make informed decisions based on real-time data. With the rise of technology in trading, the innovation in price discovery has become more accessible, enabling investors to leverage digital asset solutions effectively.
The XAU symbol represents gold in the financial markets, and its pricing is influenced by various factors, including market demand, geopolitical events, and economic indicators. The Metals-API provides a comprehensive solution for accessing real-time and historical gold pricing, making it an essential tool for developers and traders.
API Description
The Metals-API is a powerful tool that offers real-time metals data, enabling developers to build applications that require accurate pricing information. This API is designed to facilitate the integration of metals pricing into various platforms, providing users with the ability to access up-to-date information on gold, silver, platinum, and palladium.
With its innovative capabilities, the Metals-API empowers developers to create applications that can analyze market trends, track price fluctuations, and provide insights into trading strategies. The API's transformative potential lies in its ability to deliver real-time data, allowing users to make informed decisions based on the latest market conditions.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs in the precious metals market. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes or even every 10 minutes. This feature is essential for traders who need the most current pricing information.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date to your query, you can retrieve past pricing data, which is invaluable for trend analysis.
- Bid And Ask Endpoint: This powerful feature allows you to retrieve real-time bid and ask prices, giving you insight into the current market sentiment and helping you make better trading decisions.
- Convert Endpoint: The conversion endpoint enables you to convert any amount from one currency to another, facilitating transactions and calculations across different metals.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, allowing for detailed analysis of price movements over time.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: This endpoint allows you to retrieve information about gold rates by carat, which is particularly useful for jewelers and consumers interested in specific gold qualities.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specified date, helping you identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get the open, high, low, and close prices for a specific time period, which is essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term view of market trends.
- API Key: Your unique API key is essential for accessing the API and ensuring secure transactions.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in pricing data.
- Available Endpoints: The Metals-API provides 14 different endpoints, each with unique functionalities tailored to various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring you have access to the latest symbols.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you 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 structure of API responses is crucial for effective integration. Below are examples of various endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1760950892,
"base": "USD",
"date": "2025-10-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"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1760864492,
"base": "USD",
"date": "2025-10-19",
"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-10-13",
"end_date": "2025-10-20",
"base": "USD",
"rates": {
"2025-10-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-20": {
"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": 1760950892,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-13",
"end_date": "2025-10-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"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1760950892,
"base": "USD",
"date": "2025-10-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"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1760950892,
"base": "USD",
"date": "2025-10-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"
}
Conclusion
In conclusion, the Metals-API provides a robust and comprehensive solution for accessing real-time and historical pricing data for precious metals, including gold (XAU). Its innovative features, such as the latest rates, historical rates, and fluctuation endpoints, empower developers to create applications that can analyze market trends and provide valuable insights.
By leveraging the capabilities of the Metals-API, developers can enhance their applications with accurate pricing information, enabling users to make informed decisions in the dynamic world of precious metals trading. For more detailed information, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals.