Best Nickel (NI) prices API in 2025

Introduction
Metals-API stands out as a premier solution for developers seeking to integrate comprehensive metals pricing data into their applications. This blog post delves into the intricacies of Nickel markets, the transformative capabilities of the Metals-API, and how it empowers developers to create innovative applications.
About Nickel (XNI)
Digital Transformation in Metal Markets
Technological Innovation and Advancement
Latest Rates Endpoint to the Historical Rates Endpoint, developers can access a wealth of information that can be integrated into their applications seamlessly. This level of access not only enhances transparency but also fosters trust among stakeholders in the metals market.
Data Analytics and Insights
Time-Series Endpoint allows users to analyze price trends over specific periods, enabling businesses to forecast future prices and make informed purchasing decisions. The ability to track fluctuations in prices through the Fluctuation Endpoint further empowers users to strategize effectively in a volatile market.
Smart Technology Integration
Convert Endpoint allows for seamless currency conversions, which is essential for businesses operating in multiple markets. This level of integration not only saves time but also reduces the risk of human error in trading operations.
Future Trends and Possibilities
API Description
Key Features and Endpoints
Latest Rates Endpoint
Latest Rates Endpoint is a cornerstone feature of the Metals-API. Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes or every 10 minutes. This feature is crucial for businesses that require up-to-the-minute pricing information to make timely decisions.
{
"success": true,
"timestamp": 1742083576,
"base": "USD",
"date": "2025-03-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"
}
Historical Rates Endpoint
Historical Rates Endpoint allows users to access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve valuable historical data that can be used for trend analysis and forecasting.
{
"success": true,
"timestamp": 1741997176,
"base": "USD",
"date": "2025-03-15",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
Bid and Ask Endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for metals. This information is vital for traders looking to make informed decisions based on market conditions.
{
"success": true,
"timestamp": 1742083576,
"base": "USD",
"date": "2025-03-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"
}
Convert Endpoint
Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for businesses that deal with multiple currencies and need to streamline their transactions.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1742083576,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
Time-Series Endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is essential for analyzing price trends over specific periods, enabling businesses to make data-driven decisions.
{
"success": true,
"timeseries": true,
"start_date": "2025-03-09",
"end_date": "2025-03-16",
"base": "USD",
"rates": {
"2025-03-09": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-03-11": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-03-16": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
Fluctuation Endpoint provides information about how currencies fluctuate on a day-to-day basis. This feature is crucial for traders who need to understand market volatility and make informed decisions based on price changes.
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-09",
"end_date": "2025-03-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"
}
Open/High/Low/Close (OHLC) Price Endpoint
OHLC Price Endpoint allows users to query the API to get the open, high, low, and close prices for a specific time period. This data is essential for traders looking to analyze market trends and make informed trading decisions.
{
"success": true,
"timestamp": 1742083576,
"base": "USD",
"date": "2025-03-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"
}
Historical LME Endpoint
Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This endpoint is invaluable for businesses that need to analyze long-term trends in the metals market.
API Key and Response
Available Endpoints
Metals-API Supported Symbols page.
Gold Price India Endpoint
News Endpoint
News Endpoint allows users to retrieve the latest news articles related to various metals. Staying informed about market trends and news is crucial for making informed decisions in the metals industry.
Conclusion
Metals-API Documentation to explore the full range of features and capabilities available.