Get Pune Gold 22k (PUNE-22k) prices for your applications using this API

Get Pune Gold 22k (PUNE-22k) Prices for Your Applications Using This API
In the ever-evolving landscape of precious metals trading, the demand for real-time data and analytics has never been higher. Developers and businesses looking to integrate gold pricing into their applications can leverage the power of the Metals-API. This API provides comprehensive access to gold prices, including the specific rates for Pune Gold 22k (PUNE-22k), enabling users to make informed decisions based on accurate and timely information.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. As digital transformation sweeps through the financial sector, the precious metals market is also experiencing significant changes. The integration of data analytics and technology in trading has revolutionized how investors approach gold. With the advent of real-time data solutions, traders can now access market insights that were previously unavailable, allowing for more informed trading strategies.
Moreover, the innovation in price discovery mechanisms has made it easier for investors to track fluctuations in gold prices. Digital asset solutions are now emerging, providing a seamless way to trade and invest in gold. The Metals-API plays a crucial role in this transformation, offering developers the tools they need to build next-generation applications that can harness the power of real-time metals data.
API Description
The Metals-API is designed to empower developers by providing a robust set of features that facilitate the integration of precious metals pricing into various applications. This API is not just a data source; it is a comprehensive solution that enables businesses to innovate and optimize their trading strategies.
With the Metals-API, developers can access a wide range of endpoints that cater to different needs. Whether you are looking for the latest rates, historical data, or specific gold prices in India, this API has you covered. The real-time capabilities of the Metals-API allow for dynamic applications that can respond to market changes instantly, providing users with the most accurate information available.
Key Features and Endpoints
The Metals-API offers several key features that enhance its usability and functionality:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date to your query, you can retrieve past gold prices, which is invaluable for trend analysis and forecasting.
- Bid and Ask Endpoint: This powerful feature allows you to retrieve real-time bid and ask prices for gold and other metals, enabling traders to make quick decisions based on the current market conditions.
- Convert Endpoint: Easily convert any amount from one metal to another or to/from USD. This endpoint simplifies transactions and calculations for users dealing with multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is particularly useful for analyzing price trends over specific periods.
- Fluctuation Endpoint: Retrieve information about how gold prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility and helps traders understand price movements.
- Carat Endpoint: Get information about gold rates by carat. This feature is essential for jewelers and consumers looking to understand the value of gold jewelry.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for gold over a specified period, helping traders identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Retrieve open, high, low, and close prices for gold, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is beneficial for those involved in industrial metals trading.
- API Key: Your unique API key is essential for accessing the API. It must be included in the API base URL's access_key parameter.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API provides a constantly updated list of available endpoints, ensuring developers have access to the latest features.
- Gold Price India Endpoint: Specifically designed to retrieve the latest gold price in India, this endpoint is crucial for local traders and consumers.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context and insights into market movements.
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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1746939615,
"base": "USD",
"date": "2025-05-11",
"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"
}
This response indicates the success of the request, the timestamp of the data, the base currency (USD), the date of the rates, and the rates for various metals, including gold (XAU).
Historical Rates Endpoint
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1746853215,
"base": "USD",
"date": "2025-05-10",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response provides historical rates, allowing users to analyze past performance and trends.
Time-series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2025-05-04",
"end_date": "2025-05-11",
"base": "USD",
"rates": {
"2025-05-04": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-05-06": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-05-11": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response illustrates how rates change over a specified period, providing valuable insights for trend analysis.
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": 1746939615,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response shows the conversion of 1000 USD to gold (XAU), providing the rate and the resulting amount in troy ounces.
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-05-04",
"end_date": "2025-05-11",
"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 prices have changed over a specific period, highlighting both absolute and percentage changes.
OHLC (Open/High/Low/Close) Price Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1746939615,
"base": "USD",
"date": "2025-05-11",
"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"
}
This response provides a comprehensive view of the market's performance over a specific day, essential for traders looking to analyze daily trends.
Bid/Ask Endpoint
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1746939615,
"base": "USD",
"date": "2025-05-11",
"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, which are crucial for traders to understand market conditions and make informed decisions.
Conclusion
The Metals-API is a powerful tool for developers looking to integrate gold pricing into their applications. With its extensive range of features, including real-time rates, historical data, and conversion capabilities, it empowers users to make informed decisions based on accurate and timely information. By leveraging the capabilities of the Metals-API, businesses can innovate and optimize their trading strategies, ultimately enhancing their competitive edge in the precious metals market.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation for detailed guidance on implementation and usage. Explore the Metals-API Supported Symbols page to familiarize yourself with the various metal symbols available. Start integrating real-time gold prices into your applications today with the Metals-API Website.