Get Patna Gold 22k (PATN-22k) Historical Prices with detailed documentation using this API
Get Patna Gold 22k (PATN-22k) Historical Prices with Detailed Documentation Using This API
In the ever-evolving landscape of precious metals trading, the ability to access historical prices and real-time data is paramount for developers and traders alike. The Metals-API provides a robust solution for obtaining historical prices for various metals, including Patna Gold 22k (PATN-22k). This blog post delves into the intricacies of the Metals-API, focusing on how to retrieve historical prices and other valuable data related to gold and other precious metals.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. In recent years, the digital transformation of precious metals trading has opened new avenues for investors and developers. The integration of data analytics and market insights allows for a more informed trading strategy, while technology plays a crucial role in price discovery and trading efficiency.
As the market for digital assets continues to grow, the demand for real-time metals data has surged. Developers can leverage the capabilities of the Metals-API to build next-generation applications that provide users with timely and accurate information. This API empowers developers to create innovative solutions that enhance the trading experience, making it easier to track price fluctuations and historical trends.
API Description
The Metals-API is a powerful tool designed to provide real-time and historical data for various metals, including gold, silver, platinum, and palladium. With its extensive capabilities, the API enables developers to access a wealth of information that can be utilized in a variety of applications.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data, updated at intervals depending on the subscription plan. This ensures that users have access to the most current market information, allowing for informed decision-making. Additionally, the API offers historical rates dating back to 2019, making it an invaluable resource for analyzing market trends over time.
For developers looking to integrate this API into their applications, the Metals-API Documentation provides comprehensive guidance on how to utilize its features effectively.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints, each designed to serve specific functions. 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, every 10 minutes, or even more frequently. This feature is essential for traders who need to stay informed about the latest market conditions.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve historical data that is crucial for market analysis.
- 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: The Metals-API includes a currency conversion endpoint, enabling users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders dealing in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice, facilitating in-depth analysis of price movements over time.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat, which is essential for jewelers and traders dealing in various purities of gold.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, aiding in market analysis and decision-making.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides users with open, high, low, and close prices for a specific time period, which is crucial for technical analysis.
- Historical LME Endpoint: This endpoint allows users to access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Each user is assigned a unique API key that must be included in the API requests to authenticate and authorize access.
- API Response: The exchange rates delivered by the Metals-API are by default relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: The API comes with 14 endpoints, each providing different functionalities, allowing developers to tailor their applications to specific needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, ensuring users have access to the latest symbols and their specifications.
- 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 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 implement specific metal data into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1770855660,
"base": "USD",
"date": "2026-02-12",
"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": 1770769260,
"base": "USD",
"date": "2026-02-11",
"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": "2026-02-05",
"end_date": "2026-02-12",
"base": "USD",
"rates": {
"2026-02-05": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-02-07": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-02-12": {
"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": 1770855660,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-02-05",
"end_date": "2026-02-12",
"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": 1770855660,
"base": "USD",
"date": "2026-02-12",
"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": 1770855660,
"base": "USD",
"date": "2026-02-12",
"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 offers a comprehensive suite of tools for developers looking to access real-time and historical data for precious metals, including Patna Gold 22k (PATN-22k). With features such as the latest rates, historical rates, bid and ask prices, and various conversion options, this API is an invaluable resource for anyone involved in the precious metals market.
By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance the trading experience, provide valuable market insights, and facilitate informed decision-making. For more information on how to get started, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metal symbols.
In a world where data is king, the Metals-API stands out as a powerful ally for developers and traders alike, enabling them to harness the full potential of precious metals data.