Get Marketplace Meerut Gold 22k (MEER-22k) Historical Prices using this API
Introduction
In the ever-evolving landscape of precious metals trading, obtaining accurate and timely data is crucial for making informed decisions. One of the most sought-after metals is gold, represented by the symbol XAU. For developers and traders alike, accessing historical prices of gold, especially in the context of the Marketplace Meerut Gold 22k (MEER-22k), can be achieved seamlessly through the Metals-API. This API not only provides real-time data but also allows users to delve into historical trends, empowering them with insights that can drive strategic decisions.
About Gold (XAU)
Gold has long been a symbol of wealth and stability, often viewed as a safe haven during economic uncertainty. The digital transformation in precious metals trading has revolutionized how investors and developers interact with this valuable asset. With the integration of data analytics and market insights, traders can now leverage technology to enhance their trading strategies. The Metals-API stands at the forefront of this transformation, offering a robust platform for accessing real-time and historical gold prices.
Digital Transformation in Precious Metals
The advent of digital technologies has significantly impacted the precious metals market. With the rise of APIs, developers can now create applications that provide real-time data, historical analysis, and predictive insights. The Metals-API exemplifies this shift, allowing users to access a wealth of information about gold and other metals with ease.
Data Analytics and Market Insights
Data analytics plays a pivotal role in understanding market trends. By utilizing the Metals-API, developers can harness the power of historical data to analyze price movements, identify patterns, and make informed predictions. This capability is essential for traders looking to capitalize on market fluctuations.
Technology Integration in Trading
Integrating technology into trading practices has become a necessity. The Metals-API provides various endpoints that allow developers to access real-time rates, historical data, and even conversion functionalities. This integration not only streamlines the trading process but also enhances the overall user experience.
Innovation in Price Discovery
Price discovery is a critical aspect of trading, and the Metals-API facilitates this through its comprehensive data offerings. By providing access to the latest rates and historical trends, traders can better understand market dynamics and make strategic decisions based on accurate information.
Digital Asset Solutions
As the financial landscape continues to evolve, digital asset solutions are becoming increasingly important. The Metals-API offers a suite of tools that empower developers to create innovative applications that cater to the needs of modern traders. From real-time data access to historical analysis, the API provides everything necessary for effective trading.
API Description
The Metals-API is a powerful tool designed for developers seeking to access real-time and historical data on precious metals. With its innovative capabilities, the API enables users to build next-generation applications that leverage the transformative potential of real-time metals data. The API supports a wide range of functionalities, making it an essential resource for anyone involved in the trading of precious metals.
For detailed information on how to utilize the API, refer to the Metals-API Documentation, which provides comprehensive guidance on all available features and endpoints.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the precious metals trading ecosystem. Here are some of the key features:
Latest Rates Endpoint
The Latest Rates endpoint provides real-time exchange rate data for various metals, including gold. Depending on your subscription plan, this endpoint can return updates every 60 minutes, every 10 minutes, or even more frequently. This feature is crucial for traders who need to stay informed about the latest market conditions.
{
"success": true,
"timestamp": 1782346709,
"base": "USD",
"date": "2026-06-25",
"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
Accessing historical rates is essential for analyzing trends over time. The Historical Rates endpoint allows users to query data dating back to 2019 by appending a specific date in the format YYYY-MM-DD. This feature is invaluable for traders looking to understand past market behavior and make predictions based on historical data.
{
"success": true,
"timestamp": 1782260309,
"base": "USD",
"date": "2026-06-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for various metals. This information is crucial for traders looking to execute orders at the best possible prices. Understanding the bid-ask spread can help traders make more informed decisions about their trades.
{
"success": true,
"timestamp": 1782346709,
"base": "USD",
"date": "2026-06-25",
"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"
}
Convert Endpoint
The Convert endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for traders who need to quickly assess the value of their holdings in different currencies or metals.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1782346709,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
The Time-Series endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is essential for traders who want to analyze trends over specific periods and make data-driven decisions based on historical performance.
{
"success": true,
"timeseries": true,
"start_date": "2026-06-18",
"end_date": "2026-06-25",
"base": "USD",
"rates": {
"2026-06-18": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-20": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-25": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
Using the Fluctuation endpoint, users can retrieve information about how currencies fluctuate on a day-to-day basis. This feature is beneficial for traders who want to track changes in prices over time and understand market volatility.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-18",
"end_date": "2026-06-25",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC Price endpoint provides users with the open, high, low, and close prices for a specific time period. This data is essential for traders who want to analyze price movements and make informed trading decisions based on historical performance.
{
"success": true,
"timestamp": 1782346709,
"base": "USD",
"date": "2026-06-25",
"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"
}
Lowest/Highest Price Endpoint
The Lowest/Highest Price endpoint allows users to query the API to get the lowest and highest price for a specific date. This feature is particularly useful for traders looking to identify price extremes and make strategic decisions based on market conditions.
{
"success": true,
"timestamp": 1782346709,
"base": "USD",
"date": "2026-06-25",
"rates": {
"XAU": {
"lowest": 0.000481,
"highest": 0.000487
},
"XAG": {
"lowest": 0.0381,
"highest": 0.0383
},
"XPT": {
"lowest": 0.00091,
"highest": 0.000918
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
The Historical LME endpoint provides access to historical rates for LME symbols dating back to 2008. This feature is essential for traders who want to analyze long-term trends in the metals market and make informed decisions based on historical performance.
{
"success": true,
"timestamp": 1782260309,
"base": "USD",
"date": "2026-06-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
API Key and Authentication
To access the Metals-API, users must obtain an API key, which is a unique identifier passed into the API base URL's access_key parameter. This key is essential for authentication and ensures that only authorized users can access the API's features.
API Response
Exchange rates delivered by the Metals-API are by default relative to USD. All data is returned in a structured JSON format, making it easy for developers to parse and utilize the information in their applications.
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 invaluable for developers looking to integrate various metals into their applications.
Conclusion
In conclusion, the Metals-API offers a powerful and flexible solution for accessing real-time and historical data on precious metals, particularly gold (XAU). By leveraging the various endpoints available, developers can create applications that provide valuable insights into market trends and price movements. The API's capabilities, including the Latest Rates, Historical Rates, and Bid/Ask endpoints, empower traders to make informed decisions based on accurate data.
As the digital landscape continues to evolve, the importance of integrating technology into trading practices cannot be overstated. The Metals-API stands as a testament to this transformation, providing developers with the tools they need to succeed in the competitive world of precious metals trading. For more information on how to get started, visit the Metals-API Website and explore the extensive Metals-API Documentation for detailed guidance on implementation and usage.