Get Patna Gold 24k (PATN-24k) Historical Prices in JSON format using this API

Introduction
In the world of precious metals trading, having access to accurate and timely data is crucial for making informed decisions. One of the most sought-after metals is gold, represented by the symbol XAU. For developers and traders alike, obtaining historical prices for gold can be a game-changer in understanding market trends and making strategic investments. This blog post will explore how to get historical prices for Patna Gold 24k (PATN-24k) in JSON format using the Metals-API. We will delve into the capabilities of the Metals-API, its various endpoints, and how it can empower developers to create innovative applications in the precious metals market.
Metals-API Information
About Gold (XAU)
Gold has long been a symbol of wealth and stability. In recent years, the digital transformation in precious metals has revolutionized how traders and investors access and analyze data. The integration of technology into trading has led to enhanced data analytics and market insights, allowing for more informed decision-making. With the rise of digital asset solutions, the demand for real-time metals data has surged, making APIs like Metals-API essential for developers looking to innovate in price discovery and trading strategies.
API Description
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including gold, silver, platinum, and palladium. This API is designed to empower developers to build next-generation applications that require accurate and timely metals data. With its user-friendly interface and comprehensive documentation, the Metals-API allows developers to easily integrate metals pricing into their applications.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rates, historical data, and various analytical tools. This API is not just about retrieving data; itβs about transforming that data into actionable insights. By leveraging the Metals-API, developers can create applications that track market trends, analyze price fluctuations, and even convert between different metal currencies.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint provides real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This is essential for traders who need to stay updated on the latest market conditions.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. This endpoint allows you to query the Metals-API for historical rates by appending a specific date, making it easy to analyze past market performance.
- Bid And Ask Endpoint: This powerful feature enables you to retrieve real-time bid and ask prices for various metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders dealing with multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is invaluable for conducting trend analysis over specific periods.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis, helping traders understand volatility and market behavior.
- Carat Endpoint: Get information about gold rates by carat, which is essential for jewelers and consumers looking to purchase gold items.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specific date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows you to get the open, high, low, and close prices for a specific date, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is beneficial for those interested in industrial metals.
- API Key: Your unique API key is required to access the API, ensuring secure and authorized usage.
- API Response: The exchange rates delivered by the Metals-API are by default relative to USD, and all data is returned in a structured JSON format.
- Available Endpoints: The Metals-API comes with a constantly updated endpoint returning all available currencies, ensuring you have access to the latest data.
- Gold Price India Endpoint: Retrieve the latest gold price in India using the dedicated endpoint, which is particularly useful for local traders.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to 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. This resource is invaluable for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Understanding the structure of API responses is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1748746898,
"base": "USD",
"date": "2025-06-01",
"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": 1748660498,
"base": "USD",
"date": "2025-05-31",
"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-05-25",
"end_date": "2025-06-01",
"base": "USD",
"rates": {
"2025-05-25": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-05-27": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-01": {
"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": 1748746898,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-05-25",
"end_date": "2025-06-01",
"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) Price Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1748746898,
"base": "USD",
"date": "2025-06-01",
"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": 1748746898,
"base": "USD",
"date": "2025-06-01",
"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 provides a robust and flexible solution for accessing historical prices and real-time data for precious metals like gold. By utilizing the various endpoints, developers can create powerful applications that enhance trading strategies and market analysis. The ability to retrieve historical data, track fluctuations, and convert between different metals opens up a world of possibilities for traders and investors.
Whether you are looking to analyze market trends, develop trading algorithms, or simply stay informed about the latest prices, the Metals-API is an invaluable resource. With comprehensive documentation available at Metals-API Documentation, developers can easily integrate these features into their applications and leverage the power of real-time metals data.
As the digital landscape continues to evolve, embracing innovative technologies like the Metals-API will be essential for staying competitive in the precious metals market. By understanding and utilizing the capabilities of this API, developers can unlock new opportunities and drive growth in their trading endeavors.