Get Accurate LME Nickel (LME-NI) Prices in Multiple Currencies Using Our API

Get Accurate LME Nickel (LME-NI) Prices in Multiple Currencies Using Our API
In today's fast-paced financial landscape, having access to accurate and real-time data is crucial for businesses and developers alike. Metals-API provides precise LME Nickel (LME-NI) prices in various currencies, empowering developers to create innovative applications that leverage this data. With our API, you can seamlessly integrate real-time nickel pricing into your systems, enabling better decision-making and strategic planning.
About Nickel (XNI)
Nickel is a vital metal in various industries, particularly in the production of stainless steel and batteries. As the world moves towards digital transformation, the metal markets are also evolving. Technological innovations and advancements in data analytics are reshaping how businesses interact with metal pricing. The integration of smart technology allows for real-time insights, enabling companies to respond swiftly to market changes.
As we look to the future, the potential for nickel and other metals is vast. The rise of electric vehicles and renewable energy technologies is driving demand for nickel, making it essential for businesses to stay informed about price fluctuations. By utilizing the Metals-API, developers can access comprehensive data analytics and insights, allowing for informed decision-making and strategic planning.
API Description
The Metals-API is designed to provide developers with the tools necessary to build next-generation applications that require real-time metals data. With a focus on innovation and technological advancement, this API empowers users to access accurate pricing information, historical data, and conversion capabilities. The API is structured to facilitate seamless integration into various applications, making it an invaluable resource for businesses in the metal market.
For more information on how to get started, visit the Metals-API Website or check out the Metals-API Documentation.
Key Features and Endpoints
The 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 or every 10 minutes. This feature is essential for businesses that require up-to-the-minute pricing information to make informed decisions.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. This endpoint allows you to query the Metals-API for historical rates by appending a specific date, enabling businesses to analyze trends over time.
- Bid And Ask Endpoint: This powerful feature retrieves real-time bid and ask prices, giving users insight into the current market conditions. Understanding bid and ask prices is crucial for traders and businesses looking to optimize their transactions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that allows users to convert any amount from one currency to another. This feature is particularly useful for businesses operating in multiple markets.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is beneficial for businesses that need to analyze price movements over specific periods.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis. This feature helps businesses understand market volatility and make strategic decisions accordingly.
- Carat Endpoint: This endpoint provides information about gold rates by carat, allowing users to access detailed pricing information for gold in various purities.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specific date, which can assist businesses in identifying market trends.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, enabling businesses to analyze market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for in-depth analysis of market trends.
- API Key: Your unique API key is essential for accessing the API and should be included in the base URL's access_key parameter.
- API Response: Exchange rates delivered by the Metals-API are relative to USD by default, ensuring consistency in data interpretation.
- Supported Symbols Endpoint: This endpoint returns all available currencies, making it easy for developers to identify the symbols they need.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is crucial for businesses operating in the Indian market.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to market movements.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective implementation. Here are some examples of the API responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1758157290,
"base": "USD",
"date": "2025-09-18",
"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"
}
The response indicates the success of the request, the timestamp of the data, the base currency (USD), the date of the rates, and the rates for various metals including Nickel (XNI).
Historical Rates Endpoint
{
"success": true,
"timestamp": 1758070890,
"base": "USD",
"date": "2025-09-17",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response provides historical rates for a specific date, allowing businesses to analyze past performance and trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-11",
"end_date": "2025-09-18",
"base": "USD",
"rates": {
"2025-09-11": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-13": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-18": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This endpoint allows users to track rates over a specified period, providing valuable insights into market trends.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1758157290,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The Convert Endpoint allows users to convert amounts between different currencies, which is essential for businesses operating in multiple markets.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-11",
"end_date": "2025-09-18",
"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"
}
This endpoint tracks fluctuations in rates, providing insights into market volatility and helping businesses make informed decisions.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1758157290,
"base": "USD",
"date": "2025-09-18",
"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"
}
The OHLC endpoint provides critical data for traders and analysts, allowing them to assess market performance over time.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1758157290,
"base": "USD",
"date": "2025-09-18",
"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"
}
This endpoint provides current bid and ask prices, which are essential for traders looking to optimize their buying and selling strategies.
Conclusion
In conclusion, the Metals-API offers a comprehensive suite of features that empower developers to access accurate LME Nickel (LME-NI) prices in multiple currencies. By leveraging the API's capabilities, businesses can gain valuable insights into market trends, optimize their operations, and make informed decisions. The integration of real-time data into applications not only enhances operational efficiency but also positions businesses to thrive in an increasingly competitive landscape.
For further exploration of the API's capabilities, refer to the Metals-API Documentation and the Metals-API Supported Symbols. By utilizing these resources, developers can unlock the full potential of the Metals-API and drive innovation in their applications.