Get Nickel (NI) - Per Ounce Historical Prices with Metals-API

In the ever-evolving landscape of metal markets, the demand for accurate and real-time data has never been more critical. For developers and businesses looking to harness the power of metals data, the Metals-API offers a robust solution for obtaining historical prices, including those for Nickel (NI). This blog post will delve into the intricacies of accessing historical prices for Nickel and other metals through the Metals-API, exploring its features, capabilities, and the transformative potential of real-time metals data.
Metals-API Information
About Nickel (NI)
Nickel, represented by the symbol NI, is a key metal in various industrial applications, including the production of stainless steel, batteries, and alloys. As industries increasingly embrace digital transformation, the need for precise and timely data on Nickel prices has surged. The Metals-API stands at the forefront of this transformation, providing developers with the tools necessary to access historical prices and real-time data analytics.
Technological innovation in metal markets has paved the way for enhanced data analytics and insights. By integrating smart technology, businesses can leverage real-time data to make informed decisions, optimize supply chains, and forecast market trends. The future of Nickel and other metals is intertwined with these advancements, as the industry moves towards more data-driven strategies.
API Description
The Metals-API is a powerful tool designed for developers seeking to build next-generation applications that require real-time metals data. With its comprehensive suite of features, the API empowers users to access a wealth of information, including historical prices, latest rates, and conversion capabilities. The API's innovative design allows for seamless integration into various applications, enabling businesses to harness the full potential of metals data.
For more information, visit the Metals-API Website or explore the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to different data 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 feature is essential for businesses that require up-to-the-minute pricing information for Nickel and other metals.
- Historical Rates Endpoint: Access historical rates for Nickel dating back to 2019. By appending a specific date to your query, you can retrieve historical prices, allowing for in-depth analysis and trend forecasting.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time Bid and Ask prices for Nickel, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a dedicated currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is invaluable for analyzing price trends over specific periods.
- Fluctuation Endpoint: Retrieve information about how Nickel prices fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: This feature allows users to retrieve information about Gold rates by Carat, showcasing the versatility of the Metals-API.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price of Nickel for a specified date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed OHLC data for Nickel, essential for traders and analysts looking to understand market movements.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Your unique API Key is essential for accessing the API's features, ensuring secure and authorized usage.
- API Response: The Metals-API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: The API comes with numerous endpoints, each providing different functionalities tailored to various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest information.
- Gold Price India Endpoint: Retrieve the latest gold price in India using the dedicated endpoint, showcasing the API's versatility.
- News Endpoint: Stay informed with the latest news articles related to various metals, helping users keep abreast of market developments.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols, including Nickel (NI). For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1744524013,
"base": "USD",
"date": "2025-04-13",
"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
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1744437613,
"base": "USD",
"date": "2025-04-12",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2025-04-06",
"end_date": "2025-04-13",
"base": "USD",
"rates": {
"2025-04-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-04-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-04-13": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1744524013,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-04-06",
"end_date": "2025-04-13",
"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
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1744524013,
"base": "USD",
"date": "2025-04-13",
"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
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1744524013,
"base": "USD",
"date": "2025-04-13",
"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
The Metals-API is an invaluable resource for developers and businesses seeking to access historical prices and real-time data for Nickel and other metals. With its extensive range of features, including the Latest Rates, Historical Rates, and Bid/Ask endpoints, the API empowers users to make informed decisions based on accurate and timely data.
As industries continue to embrace digital transformation, the integration of smart technology and data analytics will play a pivotal role in shaping the future of metal markets. By leveraging the capabilities of the Metals-API, developers can build innovative applications that drive efficiency and enhance decision-making processes.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation and explore the Metals-API Supported Symbols page for a comprehensive list of available metals. Embrace the future of metals data with the Metals-API and unlock the potential of real-time insights.