Obtain Nagpur Gold 24k (NAGP-24k) Historical Prices from this API

Introduction
XAU. Obtaining historical prices for Nagpur Gold 24k (NAGP-24k) can be efficiently accomplished using the Metals-API. This powerful API provides developers with the tools necessary to access a wealth of information about gold and other metals, enabling them to create innovative applications that leverage real-time and historical data.
About Gold (XAU)
Metals-API Overview
Metals-API is a comprehensive JSON API that provides access to real-time and historical data for various metals, including gold, silver, platinum, and palladium. This API is designed for developers who need reliable and accurate data for their applications. With its user-friendly interface and extensive documentation, Metals-API empowers developers to build next-generation applications that can analyze and visualize metal prices.
Key Features of Metals-API
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750550539,
"base": "USD",
"date": "2025-06-22",
"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"
}
rates object contains the latest prices for various metals, with XAU representing gold. The base
indicates the currency used for the exchange rates, which is USD in this case.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750464139,
"base": "USD",
"date": "2025-06-21",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-15",
"end_date": "2025-06-22",
"base": "USD",
"rates": {
"2025-06-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-22": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1750550539,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-15",
"end_date": "2025-06-22",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1750550539,
"base": "USD",
"date": "2025-06-22",
"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
{
"success": true,
"timestamp": 1750550539,
"base": "USD",
"date": "2025-06-22",
"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"
}
Integration Strategies and Use Cases
- Investment Platforms: Build applications that provide real-time price alerts and historical analysis for investors looking to trade gold and other metals.
- Market Analysis Tools: Create tools that analyze price trends and fluctuations, helping traders make informed decisions based on historical data.
- Financial Reporting: Develop reporting tools that generate insights based on historical prices, allowing businesses to assess their exposure to metal prices.
Performance Optimization and Security Considerations
- Rate Limiting: Be aware of the API's rate limits based on your subscription plan to avoid throttling and ensure smooth operation.
- Data Caching: Implement caching strategies to reduce the number of API calls and improve response times for frequently accessed data.
- Secure API Key Management: Store your API key securely and avoid exposing it in client-side code to prevent unauthorized access.
Conclusion
Metals-API Documentation to explore the full range of features and capabilities. Additionally, check out the Metals-API Supported Symbols page for a comprehensive list of available metal symbols. Start harnessing the power of real-time metals data today with the Metals-API Website.