Get Pune Gold 24k (PUNE-24k) Historical Prices for Investment Research using this API

Get Pune Gold 24k (PUNE-24k) Historical Prices for Investment Research using this API
In the ever-evolving landscape of investment opportunities, precious metals, particularly gold, have maintained their allure as a reliable asset class. For investors looking to delve into the historical prices of gold, specifically the Pune Gold 24k (PUNE-24k), the Metals-API offers a robust solution. This API provides comprehensive access to historical price data, enabling investors and developers to conduct thorough investment research and analysis.
About Gold (XAU)
Gold, represented by the symbol XAU, is not just a commodity; it is a symbol of wealth and stability. In recent years, the digital transformation in precious metals has revolutionized how investors access and analyze gold prices. With the advent of data analytics and market insights, investors can now leverage technology to make informed decisions. The integration of advanced trading technologies has led to innovations in price discovery, allowing for more accurate and timely information on gold prices.
Furthermore, digital asset solutions have emerged, enabling investors to hold and trade gold in various forms, including digital tokens backed by physical gold. This transformation has made gold more accessible to a broader audience, enhancing its appeal as a safe-haven asset during economic uncertainties.
Metals-API Information
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including gold. This API empowers developers to build next-generation applications that can analyze market trends, track price fluctuations, and provide insights into investment opportunities. By utilizing the Metals-API, developers can create applications that cater to the needs of investors looking for reliable data on precious metals.
For more information, visit the Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs of investors and developers. 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 more frequently. This feature is crucial for investors who need up-to-the-minute information on gold prices.
- Historical Rates Endpoint: Investors can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, users can retrieve historical gold prices, which is essential for analyzing trends and making informed investment decisions.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for gold. Understanding the spread between these prices is vital for traders looking to optimize their buying and selling strategies.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert any amount from one currency to another. This feature is particularly useful for investors dealing with multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. It is ideal for conducting in-depth analyses over specific periods.
- Fluctuation Endpoint: Users can track how gold prices fluctuate on a day-to-day basis, providing insights into market volatility and helping investors make timely decisions.
- Carat Endpoint: This endpoint provides information about gold rates by carat, allowing investors to understand the value of gold in different purity levels.
- Lowest/Highest Price Endpoint: Investors can query the API to get the lowest and highest prices for gold over a specified period, which is crucial for identifying market trends.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for gold, enabling investors to analyze price movements effectively.
- Historical LME Endpoint: For those interested in historical rates for LME symbols, this endpoint provides access to data dating back to 2008, allowing for comprehensive market analysis.
- API Key: Users must pass their unique API key into the API base URL's access_key parameter to authenticate their requests.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API comes with a constantly updated endpoint returning all available currencies, making it easy for developers to stay informed about the latest offerings.
- Gold Price India Endpoint: This dedicated endpoint allows users to retrieve the latest gold price in India, catering to a specific market segment.
- News Endpoint: Users can access the latest news articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective implementation. Below are examples of how to use various endpoints and interpret their responses.
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750464435,
"base": "USD",
"date": "2025-06-21",
"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"
}
The response indicates a successful request, providing the latest exchange rates for gold (XAU) and other metals. The rates are expressed per troy ounce, which is the standard measurement for precious metals.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750378035,
"base": "USD",
"date": "2025-06-20",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows historical rates for a specific date, allowing investors to analyze past performance and trends in gold pricing.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-14",
"end_date": "2025-06-21",
"base": "USD",
"rates": {
"2025-06-14": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-16": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-21": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series response provides daily rates for the specified period, enabling investors to visualize trends and fluctuations in gold prices over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1750464435,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response illustrates how to convert an amount from one metal to another. In this case, it shows the conversion of 1000 USD to gold (XAU), resulting in 0.482 troy ounces.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-14",
"end_date": "2025-06-21",
"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 response provides insights into how gold prices fluctuate over a specified period, highlighting both the absolute change and percentage change, which are critical for traders.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1750464435,
"base": "USD",
"date": "2025-06-21",
"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 response provides a comprehensive view of price movements within a specific time frame, allowing investors to gauge market behavior effectively.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1750464435,
"base": "USD",
"date": "2025-06-21",
"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 the current bid and ask prices for gold, along with the spread, which is essential for traders looking to optimize their entry and exit points.
Conclusion
In conclusion, the Metals-API offers a comprehensive suite of tools for accessing historical prices of gold, including Pune Gold 24k (PUNE-24k). By leveraging the various endpoints, developers can create applications that provide valuable insights into market trends, price fluctuations, and investment opportunities. The API's capabilities, combined with the digital transformation in precious metals, empower investors to make informed decisions in a rapidly changing market.
For further exploration of the API's features and capabilities, refer to the Metals-API Documentation and the Metals-API Supported Symbols page for a complete list of available symbols. By harnessing the power of real-time metals data, investors can stay ahead of the curve and optimize their investment strategies.