Monitor Nagpur Gold 22k (NAGP-22k) prices with ease using this API

Monitor Nagpur Gold 22k (NAGP-22k) prices with ease using this API
NAGP-22k symbol represents the 22-karat gold prices in Nagpur, India, and monitoring these prices can be simplified through the use of a powerful tool known as the Metals-API. This API provides real-time data, historical insights, and a plethora of features that empower developers to create innovative applications tailored to the needs of traders and investors alike.
About Gold (XAU)
XAU, has long been a cornerstone of wealth and investment. As a precious metal, it plays a pivotal role in the global economy, serving not only as a hedge against inflation but also as a safe haven during times of economic uncertainty. The digital transformation in precious metals trading has opened new avenues for data analytics and market insights, allowing traders to make informed decisions based on real-time data.
Metals-API stands at the forefront of this innovation, offering developers the tools necessary to build next-generation applications that can analyze market trends, track fluctuations, and provide users with timely updates on gold prices.
API Description
Metals-API is a robust solution designed to deliver real-time metals data to developers and businesses. It empowers users to access a wide range of functionalities, including the latest rates, historical data, and conversion capabilities. By leveraging this API, developers can create applications that not only provide current market prices but also analyze trends over time, offering insights that can lead to better investment decisions.
Metals-API Documentation.
Key Features and Endpoints
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 ensures that traders have access to the most current prices for gold and other metals.
- 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 past prices, allowing for comprehensive market analysis.
- Bid And Ask Endpoint: This feature enables users to retrieve real-time bid and ask prices, which are crucial for making informed trading decisions. Understanding the spread between these prices can provide insights into market liquidity.
- Convert Endpoint: The API includes a currency conversion endpoint, allowing users to convert amounts 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 chosen dates, facilitating trend analysis over specific periods.
- Fluctuation Endpoint: Users can track how prices fluctuate between two dates, providing insights into market volatility and helping traders make strategic decisions.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat, which is essential for jewelers and consumers looking to understand the value of their gold items.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the API for the lowest and highest prices within a specified timeframe, assisting traders in identifying market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can retrieve the open, high, low, and close prices for a specific time period, which are critical for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, offering a wealth of data for analysis.
- API Key: Each user is assigned a unique API key, which is required for authentication when making requests to the API.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API features a constantly updated endpoint that returns all available currencies, making it easy for developers to stay informed about supported symbols.
- Gold Price India Endpoint: This dedicated endpoint allows users to retrieve the latest gold price in India, which is particularly useful for local traders.
- News Endpoint: Users can access the latest news articles related to various metals, keeping them informed about market trends and developments.
Metals-API Supported Symbols.
API Endpoint Examples and Responses
Metals-API is crucial for developers. Below are examples of various API responses for different endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755460824,
"base": "USD",
"date": "2025-08-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
{
"success": true,
"timestamp": 1755374424,
"base": "USD",
"date": "2025-08-16",
"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-08-10",
"end_date": "2025-08-17",
"base": "USD",
"rates": {
"2025-08-10": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-12": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-17": {
"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": 1755460824,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-10",
"end_date": "2025-08-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
{
"success": true,
"timestamp": 1755460824,
"base": "USD",
"date": "2025-08-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
{
"success": true,
"timestamp": 1755460824,
"base": "USD",
"date": "2025-08-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
Metals-API is an invaluable resource for developers looking to monitor and analyze precious metal prices, including the NAGP-22k gold prices in Nagpur. With its extensive range of features and endpoints, this API empowers users to create sophisticated applications that can provide real-time data, historical insights, and conversion capabilities.
Metals-API, developers can build tools that enhance trading strategies, improve market analysis, and ultimately lead to more informed investment decisions. For more information, visit the Metals-API Website and explore the extensive Metals-API Documentation for detailed guidance on implementation.
Metals-API and ensure that you are always informed about the latest trends and price movements.