Fetch Nickel (NI) Historical Prices with this API

Metals-API, a powerful tool that provides comprehensive data on metal prices, including Nickel.
About Nickel (NI)
Technological Innovation and Advancement
Data Analytics and Insights
Smart Technology Integration
Future Trends and Possibilities
API Description
- Latest Rates Endpoint: Retrieve real-time exchange rate data for Nickel and other metals, updated based on your subscription plan.
- Historical Rates Endpoint: Access historical rates dating back to 2019, allowing you to analyze price trends over time.
- Bid and Ask Endpoint: Get real-time bid and ask prices for Nickel, providing insights into market liquidity.
- Convert Endpoint: Convert amounts between different metals or to/from USD, facilitating easy calculations.
- Time-Series Endpoint: Query daily historical rates between two dates of your choice, enabling detailed analysis.
- Fluctuation Endpoint: Track how prices fluctuate on a day-to-day basis, helping you understand market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for Nickel, which is essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008, providing a long-term view of price movements.
- API Key: Use your unique API key to authenticate requests and access the data you need.
- API Response: Receive exchange rates relative to USD, with all data returned in a structured format.
- Supported Symbols Endpoint: Retrieve a constantly updated list of all available metal symbols.
- News Endpoint: Stay informed with the latest news articles related to various metals.
Key Features and Endpoints
Latest Rates Endpoint
Latest Rates Endpoint allows you to retrieve real-time exchange rates for Nickel and other metals. Depending on your subscription plan, the API updates this data every 60 minutes or more frequently. This endpoint is essential for applications that require up-to-the-minute pricing information.
{
"success": true,
"timestamp": 1754823632,
"base": "USD",
"date": "2025-08-10",
"rates": {
"XNI": 0.142857
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Historical Rates Endpoint provides access to historical exchange rates for Nickel dating back to 2019. This feature is particularly useful for developers looking to analyze price trends over time. By appending a specific date to the API request, users can retrieve historical data for any given day.
{
"success": true,
"timestamp": 1754737232,
"base": "USD",
"date": "2025-08-09",
"rates": {
"XNI": 0.140000
},
"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 Nickel. This information is crucial for traders and investors who need to understand market liquidity and make informed decisions.
{
"success": true,
"timestamp": 1754823632,
"base": "USD",
"date": "2025-08-10",
"rates": {
"XNI": {
"bid": 0.141000,
"ask": 0.143000,
"spread": 0.002000
}
},
"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 applications that require currency conversion for pricing or reporting purposes.
{
"success": true,
"query": {
"from": "USD",
"to": "XNI",
"amount": 1000
},
"info": {
"timestamp": 1754823632,
"rate": 0.142857
},
"result": 142.857,
"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 invaluable for developers looking to perform detailed analyses of price movements over specific time periods.
{
"success": true,
"timeseries": true,
"start_date": "2025-08-03",
"end_date": "2025-08-10",
"base": "USD",
"rates": {
"2025-08-03": {
"XNI": 0.140000
},
"2025-08-05": {
"XNI": 0.141000
},
"2025-08-10": {
"XNI": 0.142857
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
Fluctuation Endpoint provides information about how prices fluctuate on a day-to-day basis. This feature is particularly useful for traders who need to understand market volatility and make informed decisions based on price changes.
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-03",
"end_date": "2025-08-10",
"base": "USD",
"rates": {
"XNI": {
"start_rate": 0.140000,
"end_rate": 0.142857,
"change": 0.002857,
"change_pct": 2.04
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
Open/High/Low/Close (OHLC) Price Endpoint allows users to retrieve OHLC data for Nickel over a specified time period. This data is essential for technical analysis and helps traders make informed decisions based on historical price movements.
{
"success": true,
"timestamp": 1754823632,
"base": "USD",
"date": "2025-08-10",
"rates": {
"XNI": {
"open": 0.140000,
"high": 0.143000,
"low": 0.139000,
"close": 0.142857
}
},
"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 particularly useful for users who need long-term data for analysis and reporting.
{
"success": true,
"timestamp": 1754737232,
"base": "USD",
"date": "2025-08-09",
"rates": {
"XNI": 0.140000
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Documentation. To explore the full list of supported symbols, visit the Metals-API Supported Symbols page. Start leveraging the power of real-time metals data today by visiting the Metals-API Website.