Get Nicaraguan Crdoba (NIO) Historical Prices with Detailed Documentation using this API
Introduction
The Nicaraguan Córdoba (NIO) is the official currency of Nicaragua, and understanding its historical prices is crucial for developers and analysts working in financial technology and market analysis. With the rise of digital transformation in the metal markets, the ability to access real-time and historical data has become increasingly important. This is where the Metals-API comes into play. This powerful API provides comprehensive access to metals pricing, including the Nicaraguan Córdoba, enabling developers to build applications that require accurate and timely financial data.
Metals-API Information
About Nickel (NI)
Nickel, a key metal in various industrial applications, has seen significant advancements due to digital transformation and technological innovation. The integration of smart technologies and data analytics has revolutionized how market participants interact with metal prices. As developers, understanding these trends is essential for leveraging the full potential of APIs like Metals-API. The API not only provides real-time data but also empowers users to analyze historical trends, enabling informed decision-making in trading and investment.
API Description
The Metals-API is designed to provide developers with real-time and historical data on metal prices, including the Nicaraguan Córdoba. This API is a game-changer for those looking to integrate metals pricing into their applications. With its robust capabilities, the Metals-API allows developers to access a wide range of endpoints that cater to various needs, from retrieving the latest rates to analyzing historical trends.
For more detailed information, you can refer to the Metals-API Documentation, which outlines the functionalities and capabilities of the API.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that provide different functionalities, each designed to cater to specific needs in the financial data landscape. Here’s a breakdown of some of the most important features:
Latest Rates Endpoint
The Latest Rates Endpoint is a fundamental feature of the Metals-API. Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This is particularly useful for applications that require up-to-the-minute pricing information.
{
"success": true,
"timestamp": 1787962450,
"base": "USD",
"date": "2026-08-29",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XNI": 0.142857
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
The Historical Rates Endpoint allows users to access historical rates for most currencies dating back to 2019. By appending a specific date in the format YYYY-MM-DD, developers can query the Metals-API for historical rates, making it easier to analyze trends over time.
{
"success": true,
"timestamp": 1787876050,
"base": "USD",
"date": "2026-08-28",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XNI": 0.142857
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for various metals. This is essential for traders who need to make quick decisions based on market conditions.
{
"success": true,
"timestamp": 1787962450,
"base": "USD",
"date": "2026-08-29",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XNI": {
"bid": 0.1425,
"ask": 0.1430,
"spread": 0.0005
}
},
"unit": "per troy ounce"
}
Convert Endpoint
The Convert Endpoint allows users to convert any amount from one currency to another. This feature is particularly useful for applications that require currency conversion, such as e-commerce platforms or financial analysis tools.
{
"success": true,
"query": {
"from": "USD",
"to": "XNI",
"amount": 1000
},
"info": {
"timestamp": 1787962450,
"rate": 0.142857
},
"result": 142.857,
"unit": "Córdoba"
}
Time-Series Endpoint
The Time-Series Endpoint allows developers to query the API for daily historical rates between two dates of their choice. This is particularly useful for analyzing trends over specific periods, enabling users to make data-driven decisions.
{
"success": true,
"timeseries": true,
"start_date": "2026-08-22",
"end_date": "2026-08-29",
"base": "USD",
"rates": {
"2026-08-22": {
"XNI": 0.142857
},
"2026-08-29": {
"XNI": 0.1430
}
},
"unit": "Córdoba"
}
Fluctuation Endpoint
The Fluctuation Endpoint provides information about how currencies fluctuate on a day-to-day basis. This is essential for understanding market volatility and making informed trading decisions.
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-22",
"end_date": "2026-08-29",
"base": "USD",
"rates": {
"XNI": {
"start_rate": 0.142857,
"end_rate": 0.1430,
"change": 0.000143,
"change_pct": 0.1
}
},
"unit": "Córdoba"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC Price Endpoint allows users to query the API for the open, high, low, and close prices for a specific time period. This is particularly useful for traders who want to analyze price movements over time.
{
"success": true,
"timestamp": 1787962450,
"base": "USD",
"date": "2026-08-29",
"rates": {
"XNI": {
"open": 0.1425,
"high": 0.1430,
"low": 0.1420,
"close": 0.1430
}
},
"unit": "Córdoba"
}
Historical LME Endpoint
The Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This is particularly useful for users interested in long-term trends and historical analysis.
{
"success": true,
"timestamp": 1787876050,
"base": "USD",
"date": "2026-08-28",
"rates": {
"XNI": 0.142857
},
"unit": "Córdoba"
}
API Key
Your API Key is the unique key that is passed into the API base URL's access_key parameter to authenticate your requests. It is essential to keep this key secure to prevent unauthorized access to your data.
API Response
Exchange rates delivered by the Metals-API are by default relative to USD. All data is returned in a structured JSON format, making it easy to parse and integrate into applications.
Available Endpoints
The Metals-API comes with 14 API endpoints, each providing different functionalities. This extensive range of endpoints allows developers to tailor their applications to meet specific needs.
Supported Symbols Endpoint
The Supported Symbols Endpoint returns all available currencies, allowing developers to easily access the symbols they need for their applications. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
Intraday Endpoint
The Intraday Endpoint allows users to query intraday exchange rate data for a single symbol. This is particularly useful for applications that require real-time data for trading and analysis.
Conclusion
In conclusion, the Metals-API provides a comprehensive solution for accessing historical prices of the Nicaraguan Córdoba (NIO) and other metals. By leveraging the various endpoints, developers can create powerful applications that require real-time and historical data. The API's capabilities, including the Latest Rates, Historical Rates, and Conversion features, empower users to make informed decisions based on accurate data. For more information on how to implement these features, refer to the Metals-API Documentation. As the financial landscape continues to evolve, utilizing APIs like Metals-API will be crucial for staying ahead in the market.