Get Nigerian Naira (NGN) Historical Prices using this API
Get Nigerian Naira (NGN) Historical Prices using this API
In the ever-evolving landscape of financial technology, the demand for real-time and historical data has never been more critical. For developers looking to access historical prices of the Nigerian Naira (NGN), the Metals-API offers a robust solution. This API not only provides real-time exchange rates but also allows users to delve into historical data, making it an essential tool for anyone involved in financial analysis, trading, or market research.
Metals-API Information
The Metals-API is a powerful tool designed for developers who need accurate and timely data on metal prices and currency conversions. With its user-friendly interface and comprehensive documentation, the API empowers users to build applications that require real-time data insights. The API supports a wide range of functionalities, including retrieving the latest rates, historical prices, and even fluctuations over time.
About Nickel (NI)
Nickel, represented by the symbol NI, is a crucial 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 undergoing significant changes. Technological innovations are reshaping how data is collected, analyzed, and utilized. The integration of smart technologies and data analytics is enabling stakeholders to make informed decisions based on real-time insights.
In the context of Nickel, the Metals-API plays a pivotal role by providing developers with access to historical price data. This capability allows for advanced data analytics, enabling users to identify trends, forecast future prices, and make strategic decisions. As the market evolves, the potential for integrating smart technology with metal pricing data will only grow, paving the way for innovative applications and services.
API Description
The Metals-API Documentation outlines the capabilities of the API, which include a variety of endpoints designed to cater to different data needs. The API's architecture is built on the principles of innovation and technological advancement, allowing developers to harness the power of real-time metals data.
One of the standout features of the Metals-API is its ability to provide historical rates dating back to 2019. This is particularly useful for developers looking to analyze trends over time or compare current prices with historical data. The API's endpoints are designed to be intuitive, making it easy for developers to integrate them into their applications.
Key Features and Endpoints
The Metals-API offers several key features that enhance its usability:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes or even more frequently. This feature is essential for applications that require the most current pricing information.
- Historical Rates Endpoint: Users can access historical rates for most currencies, including NGN, by appending a specific date to the API request. This allows for detailed analysis of price movements over time.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices, providing insights into market dynamics and helping traders make informed decisions.
- Convert Endpoint: The conversion endpoint allows users to convert any amount from one currency to another, facilitating seamless transactions and financial calculations.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice, making it ideal for trend analysis.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing valuable insights into market volatility.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat, catering to jewelers and gold traders.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date range, which is crucial for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed pricing data, including open, high, low, and close prices for a specific date, essential for technical analysis.
- Historical LME Endpoint: This endpoint allows users to access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Each user receives a unique API key, which is essential for authenticating requests and ensuring secure access to the API.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data representation.
- Available Endpoints: The Metals-API features 14 different endpoints, each designed to provide specific functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate specific metal data into their applications.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective integration. 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": 1771374116,
"base": "USD",
"date": "2026-02-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"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1771287716,
"base": "USD",
"date": "2026-02-17",
"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": "2026-02-11",
"end_date": "2026-02-18",
"base": "USD",
"rates": {
"2026-02-11": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-02-13": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-02-18": {
"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": 1771374116,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-02-11",
"end_date": "2026-02-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"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1771374116,
"base": "USD",
"date": "2026-02-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"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1771374116,
"base": "USD",
"date": "2026-02-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"
}
Conclusion
The Metals-API stands out as a vital resource for developers seeking to access historical prices of the Nigerian Naira (NGN) and other metals. With its extensive range of endpoints, the API not only provides real-time data but also empowers users to analyze historical trends, fluctuations, and market dynamics. By leveraging the capabilities of the Metals-API, developers can create innovative applications that harness the power of real-time data analytics.
For those interested in exploring the full potential of the Metals-API, I encourage you to visit the Metals-API Website and dive into the Metals-API Documentation for detailed guidance on implementation. The future of metal markets is bright, and with the right tools, developers can lead the way in this exciting field.