Get comprehensive Pune Gold 22k (PUNE-22k) Historical Prices using this API
Get Comprehensive Pune Gold 22k (PUNE-22k) Historical Prices Using This API
In the ever-evolving landscape of precious metals trading, having access to accurate and timely data is crucial for making informed decisions. The Pune Gold 22k (PUNE-22k) symbol represents a significant segment of the gold market, particularly in India. To effectively track historical prices and market trends for this symbol, developers can leverage the powerful capabilities of the Metals-API. This API provides a comprehensive suite of tools for accessing real-time and historical data on various metals, including gold, silver, platinum, and palladium.
About Gold (XAU)
Gold has long been a symbol of wealth and a critical asset in financial markets. As digital transformation reshapes the landscape of precious metals trading, the integration of data analytics and technology is becoming increasingly vital. The Metals-API stands at the forefront of this transformation, offering developers the tools needed to harness market insights and innovate in price discovery.
With the rise of digital asset solutions, the demand for accurate and real-time data has surged. The Metals-API empowers developers to build next-generation applications that can analyze market trends, predict price movements, and provide users with actionable insights. By utilizing the API, developers can create applications that not only track the historical prices of gold but also analyze fluctuations, compare rates, and convert currencies seamlessly.
API Description
The Metals-API is a robust JSON API that provides access to real-time and historical data for various metals. It is designed to cater to the needs of developers looking to integrate metal price data into their applications. With a focus on innovation and technological advancement, the API offers a range of features that can transform how users interact with precious metals data.
One of the standout features 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, every 10 minutes, or even more frequently. This ensures that users have access to the most current market information, allowing them to make timely decisions.
For developers interested in historical data, the Metals-API provides access to historical rates dating back to 2019. This feature is particularly useful for analyzing trends over time and understanding how market conditions have evolved. By appending a specific date to the API request, developers can retrieve historical rates for any given day.
Additionally, the API includes endpoints for bid and ask prices, currency conversion, time-series data, fluctuations, and more. Each endpoint is designed to provide specific functionalities that cater to various use cases, making the Metals-API a versatile tool for developers.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that provide different functionalities. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for all available metals. Depending on your subscription plan, you can receive updates every 60 minutes or more frequently.
- Historical Rates Endpoint: Access historical exchange rates for any date since 2019. This feature is essential for analyzing past market trends and making informed predictions.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for metals, allowing traders to understand market dynamics better.
- Convert Endpoint: Convert any amount from one metal to another or to/from USD, facilitating seamless transactions.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, enabling in-depth analysis of price movements.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is particularly useful for jewelers and consumers.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specified date range, helping traders identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get OHLC data for a specific time period, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a broader context for market analysis.
- API Key: Your unique API key is required to access the API, ensuring secure and authorized usage.
- API Response: Exchange rates are delivered relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: The API features 14 endpoints, each designed to provide specific functionalities for developers.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals supported by the API.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users 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. This resource is invaluable for developers looking to integrate specific metal data into their applications.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for developers. Below are examples of various API endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1766023228,
"base": "USD",
"date": "2025-12-18",
"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": 1765936828,
"base": "USD",
"date": "2025-12-17",
"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-12-11",
"end_date": "2025-12-18",
"base": "USD",
"rates": {
"2025-12-11": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-12-13": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-12-18": {
"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": 1766023228,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-12-11",
"end_date": "2025-12-18",
"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": 1766023228,
"base": "USD",
"date": "2025-12-18",
"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": 1766023228,
"base": "USD",
"date": "2025-12-18",
"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
The Metals-API is an invaluable resource for developers looking to access comprehensive data on precious metals, including Pune Gold 22k (PUNE-22k). By utilizing the various endpoints offered by the API, developers can create applications that provide real-time insights, historical analysis, and seamless currency conversions. The ability to track fluctuations, access bid and ask prices, and retrieve OHLC data empowers users to make informed trading decisions.
For those interested in diving deeper into the capabilities of the Metals-API, the Metals-API Documentation provides extensive guidance on how to implement these features effectively. Additionally, the Metals-API Supported Symbols page offers a comprehensive list of all available symbols, ensuring that developers have the necessary resources to integrate metal data into their applications.
In a world where data-driven decision-making is paramount, the Metals-API stands out as a powerful tool for developers seeking to innovate in the precious metals market. By harnessing the capabilities of this API, developers can unlock new opportunities for analysis, trading, and market engagement.