Fetch Mysore Gold 22k (MYSO-22k) prices directly using this API

Fetch Mysore Gold 22k (MYSO-22k) prices can be seamlessly integrated into applications using the Metals-API. This API provides a robust framework for accessing up-to-date information on various metals, including gold, silver, platinum, and palladium. In this blog post, we will delve into the intricacies of the Metals-API, exploring its capabilities, features, and how it can transform the way developers interact with precious metals data.
Metals-API Information
About Gold (XAU)
XAU, has long been a cornerstone of wealth and investment. With the digital transformation sweeping across industries, the precious metals market is no exception. The integration of data analytics and market insights into trading platforms has revolutionized how investors approach gold trading. By leveraging technology, traders can now access real-time prices, historical data, and market trends, allowing for informed decision-making.
API Description
Metals-API is designed to empower developers by providing a comprehensive suite of features that facilitate the retrieval of precious metals data. With a focus on innovation and technological advancement, this API allows for seamless integration into various applications, enabling users to access real-time and historical data with ease.
Key Features and Endpoints
Latest Rates Endpoint
Latest Rates Endpoint provides real-time exchange rate data for various metals. Depending on your subscription plan, this endpoint can return data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is crucial for applications that require up-to-the-minute pricing information.
{
"success": true,
"timestamp": 1754586014,
"base": "USD",
"date": "2025-08-07",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Historical Rates Endpoint allows users to access historical exchange rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve valuable historical data that can be used for analysis and forecasting.
{
"success": true,
"timestamp": 1754499614,
"base": "USD",
"date": "2025-08-06",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
Bid and Ask Endpoint is a powerful feature that enables developers to retrieve real-time bid and ask prices for metals. This information is essential for traders looking to make informed decisions based on current market conditions.
{
"success": true,
"timestamp": 1754586014,
"base": "USD",
"date": "2025-08-07",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for applications that require currency conversion for pricing or trading purposes.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1754586014,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
Time-Series Endpoint allows developers to query the API for daily historical rates between two dates of their choice. This feature is invaluable for analyzing trends over time and making data-driven decisions.
{
"success": true,
"timeseries": true,
"start_date": "2025-07-31",
"end_date": "2025-08-07",
"base": "USD",
"rates": {
"2025-07-31": {
"XAU": 0.000485,
"XAG": 0.03825
},
"2025-08-02": {
"XAU": 0.000483,
"XAG": 0.0382
},
"2025-08-07": {
"XAU": 0.000482,
"XAG": 0.03815
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
Fluctuation Endpoint provides information about how currencies fluctuate on a day-to-day basis. This feature is essential for traders looking to understand market volatility and make informed decisions.
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-31",
"end_date": "2025-08-07",
"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
OHLC Price Endpoint allows developers to query the API for the open, high, low, and close prices for a specific time period. This data is crucial for traders who rely on technical analysis to make trading decisions.
{
"success": true,
"timestamp": 1754586014,
"base": "USD",
"date": "2025-08-07",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This endpoint is particularly useful for developers working with industrial metals and seeking historical data for analysis.
API Key and Response
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate specific metals into their applications.
Conclusion
Metals-API is a powerful tool for developers looking to access real-time and historical data on precious metals. With its extensive range of features, including the Latest Rates Endpoint, Historical Rates Endpoint, and various conversion options, the API provides the necessary resources to build innovative applications in the precious metals trading space. By leveraging the capabilities of the Metals-API, developers can create solutions that enhance trading strategies, improve market insights, and ultimately drive better investment decisions.
Metals-API Documentation for detailed guidance on implementation and usage. The API's potential is vast, and with the right tools, developers can unlock new opportunities in the world of precious metals trading.