Query Pondicherry Gold 22k (POND-22k) Price History with this API
Query Pondicherry Gold 22k (POND-22k) Price History with this API
In the ever-evolving landscape of precious metals trading, understanding the historical price movements of gold, particularly 22k gold, is crucial for investors and traders alike. The Pondicherry Gold 22k (POND-22k) is a popular choice among consumers in India, and tracking its price history can provide valuable insights into market trends. One of the most effective ways to access this data is through the Metals-API, a powerful tool that offers real-time and historical data on various metals, including gold.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a symbol of wealth and stability. Its value is influenced by numerous factors, including market demand, geopolitical stability, and economic indicators. As the world shifts towards digital transformation, the precious metals market is also undergoing significant changes. The integration of data analytics and technology in trading has revolutionized how investors approach gold trading.
With the rise of digital asset solutions, traders can now leverage advanced tools to gain market insights and make informed decisions. The Metals-API Documentation provides developers with the resources needed to harness the power of real-time metals data, enabling the creation of next-generation applications that can analyze and predict market trends.
API Description
The Metals-API is designed to empower developers by providing access to a comprehensive suite of features that facilitate the retrieval of metals data. This API stands out due to its innovative capabilities, allowing users to access real-time and historical data seamlessly. By utilizing the Metals-API, developers can create applications that not only track current prices but also analyze historical trends, providing a holistic view of the market.
One of the key advantages of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can return updates every 60 minutes or even every 10 minutes, ensuring that users have access to the most current information available. This feature is particularly beneficial for traders who need to make quick decisions based on market fluctuations.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, making it a versatile tool for developers. Here are some of the most notable features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals, including gold. Users can easily access the latest prices and make informed trading decisions.
- Historical Rates Endpoint: Historical rates are available for most currencies dating back to 2019. By appending a specific date to the API call, users can retrieve historical data for gold prices, which is essential for trend analysis.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD, facilitating easier trading.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice, allowing for in-depth analysis of price movements over time.
- Fluctuation Endpoint: This endpoint provides information about how metal prices fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is particularly useful for jewelers and consumers interested in specific gold qualities.
- Lowest/Highest Price Endpoint: This feature allows users to query the API for the lowest and highest prices of gold over a specified period, aiding in investment decisions.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access open, high, low, and close prices for gold, providing a comprehensive view of market performance.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols, dating back to 2008, which is beneficial for users interested in long-term trends.
- API Key: Each user is provided with a unique API key that must be included in API requests, ensuring secure access to the data.
- API Response: The Metals-API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: The API includes 14 different endpoints, each designed to provide specific functionalities, making it a comprehensive resource for developers.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
List of Symbols
The Metals-API provides access to a wide 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 specific metals into their applications.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective integration. Here are some examples of how the API responds to different requests:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1767140349,
"base": "USD",
"date": "2025-12-31",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
This response indicates that the latest price for gold (XAU) is 0.000482 per troy ounce, providing a snapshot of current market conditions.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1767053949,
"base": "USD",
"date": "2025-12-30",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows historical rates for a specific date, allowing users to analyze past price movements and trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-12-24",
"end_date": "2025-12-31",
"base": "USD",
"rates": {
"2025-12-24": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-12-26": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-12-31": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series response provides daily rates over a specified period, enabling users to visualize trends and fluctuations in gold prices.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1767140349,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response illustrates how the conversion endpoint works, allowing users to convert amounts from one metal to another or to/from USD.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-12-24",
"end_date": "2025-12-31",
"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 tracks fluctuations in metal prices over a specified period, providing insights into market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1767140349,
"base": "USD",
"date": "2025-12-31",
"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"
}
The OHLC endpoint provides critical data for traders, allowing them to assess market performance over a specific time frame.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1767140349,
"base": "USD",
"date": "2025-12-31",
"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 response provides current bid and ask prices for metals, which is essential for traders looking to execute orders effectively.
Conclusion
In conclusion, the Pondicherry Gold 22k (POND-22k) price history can be effectively tracked using the Metals-API. With its comprehensive suite of features, including real-time rates, historical data, and various endpoints for analysis, developers can create powerful applications that provide valuable insights into the gold market. The API's ability to deliver accurate and timely data empowers traders to make informed decisions, ultimately enhancing their trading strategies.
For those interested in diving deeper into the capabilities of the Metals-API, I encourage you to explore the Metals-API Documentation for detailed information on each endpoint and its functionalities. Additionally, the Metals-API Supported Symbols page offers a comprehensive list of available metals, ensuring that developers have access to the data they need for their applications.
As the market continues to evolve, leveraging advanced tools like the Metals-API will be essential for staying ahead in the precious metals trading landscape.