Integrate Neodymium (ND) prices into your application using this API

Integrate Neodymium (ND) prices into your application using this API
Metals-API, developers can seamlessly integrate Neodymium pricing into their applications, providing users with up-to-date information and insights. This blog post will delve into the significance of Neodymium, its markets, and how the Metals-API can empower developers to harness this valuable data.
About Neodymium (ND)
API Description
Metals-API is a powerful tool that provides developers with access to real-time and historical metal prices, including Neodymium. This API is designed to facilitate the integration of metal pricing data into applications, enabling developers to build next-generation solutions that leverage real-time insights.
Key Features and Endpoints
- Latest Rates Endpoint: Retrieve real-time exchange rates for all available metals. This endpoint is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical exchange rates for any date since 2019. This feature is crucial for businesses that need to analyze past market trends.
- Bid And Ask Endpoint: Get current bid and ask prices for metals, enabling traders to make informed decisions based on real-time market data.
- Convert Endpoint: Convert any amount from one metal to another or to/from USD, simplifying the process of working with different currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates, allowing for detailed trend analysis.
- Fluctuation Endpoint: Track rate fluctuations between two dates, providing insights into market volatility.
- Gold Price India Endpoint: Retrieve the latest gold price in India, catering to businesses operating in that market.
- News Endpoint: Access the latest news articles related to various metals, keeping users informed about market developments.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1752624050,
"base": "USD",
"date": "2025-07-16",
"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"
}
success field indicates whether the request was successful. The timestamp
provides the time of the request, while base
indicates the currency used for the rates. The rates
object contains the exchange rates for various metals, with each metal symbol as a key.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1752537650,
"base": "USD",
"date": "2025-07-15",
"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-07-09",
"end_date": "2025-07-16",
"base": "USD",
"rates": {
"2025-07-09": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-11": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-16": {
"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": 1752624050,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-09",
"end_date": "2025-07-16",
"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": 1752624050,
"base": "USD",
"date": "2025-07-16",
"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": 1752624050,
"base": "USD",
"date": "2025-07-16",
"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 Documentation and exploring the Metals-API Supported Symbols, developers can stay ahead of the curve and build applications that harness the full potential of real-time metals data. Embrace the future of metal pricing integration and unlock new possibilities for your applications.