Access Patna Gold 22k (PATN-22k) Historical Prices via this API

Accessing historical prices for Patna Gold 22k (PATN-22k) has never been easier, thanks to the innovative capabilities of the Metals-API. This powerful API provides developers with the tools necessary to retrieve real-time and historical data for precious metals, including gold, silver, platinum, and palladium. In this blog post, we will explore the various features of the Metals-API, how to access historical prices, and the transformative potential of integrating this data into your applications.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. As a precious metal, it has intrinsic value and serves as a hedge against inflation and currency fluctuations. The digital transformation in the precious metals market has led to the integration of advanced data analytics and technology, enabling traders and investors to make informed decisions based on real-time insights.
With the rise of digital asset solutions, the trading of gold has evolved significantly. The Metals-API empowers developers to harness the power of data analytics, allowing for innovative price discovery methods and enhanced trading strategies. By leveraging real-time metals data, developers can create applications that provide market insights, track price fluctuations, and analyze historical trends.
API Description
The Metals-API is a comprehensive solution for accessing metals prices and currency conversion in a JSON format. This API is designed to facilitate the integration of precious metals data into applications, providing developers with the tools necessary to build next-generation financial solutions. The API offers a range of endpoints, each tailored to specific functionalities, enabling users to access the latest rates, historical data, and more.
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 provides a variety of endpoints that cater to different needs. Below are some of the key features and their potential applications:
- 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 traders who need the most current market information.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve past prices, which is crucial for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: This endpoint enables users to convert any amount from one currency to another, facilitating seamless transactions and financial calculations.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, allowing for comprehensive analysis of price movements over time.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis, which is essential for understanding market volatility.
- Carat Endpoint: Access information about gold rates by carat, providing detailed insights into the value of gold in different purities.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specified date, which is useful for identifying market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for in-depth analysis of market trends.
- API Key: Your unique API key is required to access the API, ensuring secure and authorized usage.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API offers a comprehensive list of endpoints, each providing different functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, ensuring users have access to the latest symbols and their specifications.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for local traders.
- 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
Understanding the API responses is crucial for effective integration. Below are examples of various endpoints and their JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1750118784,
"base": "USD",
"date": "2025-06-17",
"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": 1750032384,
"base": "USD",
"date": "2025-06-16",
"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-06-10",
"end_date": "2025-06-17",
"base": "USD",
"rates": {
"2025-06-10": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-12": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-17": {
"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": 1750118784,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-10",
"end_date": "2025-06-17",
"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": 1750118784,
"base": "USD",
"date": "2025-06-17",
"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": 1750118784,
"base": "USD",
"date": "2025-06-17",
"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
In conclusion, the Metals-API offers a robust and flexible solution for accessing historical prices and real-time data for precious metals, including Patna Gold 22k (PATN-22k). By leveraging the various endpoints available, developers can create applications that provide valuable insights into market trends, facilitate trading strategies, and enhance financial decision-making. The API's comprehensive documentation and support for a wide range of symbols make it an invaluable resource for technically proficient developers looking to integrate metals data into their applications.
For further exploration, consider visiting the Metals-API Documentation for detailed implementation guidance, or check the Metals-API Supported Symbols page for a complete list of available symbols. The transformative potential of real-time metals data is at your fingertips, enabling you to build next-generation applications that harness the power of precious metals.