Access Isle of Man Pound (IMP) prices using this API
Access Isle of Man Pound (IMP) Prices Using the Metals-API
The Isle of Man Pound (IMP) is a unique currency that operates within the financial ecosystem of the Isle of Man, a self-governing British Crown dependency. As the world increasingly shifts towards digital transformation, the need for real-time access to currency and metals data has never been more critical. The Metals-API provides developers with the tools necessary to access and manipulate this data, enabling innovative applications that can enhance trading strategies and financial analysis.
Metals-API Information
About Neodymium (ND)
Neodymium is a rare earth metal that plays a crucial role in various technological advancements, particularly in the fields of electronics and renewable energy. As digital transformation continues to reshape metal markets, the demand for neodymium is expected to rise. The integration of smart technology and data analytics into the metal industry allows for better tracking of supply and demand, leading to more informed decision-making.
Technological innovation is at the forefront of this transformation, with data analytics providing insights that were previously unattainable. The Metals-API empowers developers to harness these insights, enabling them to build applications that can predict market trends and fluctuations in metal prices, including neodymium.
API Description
The Metals-API is a powerful tool that provides real-time and historical data on metal prices and currency conversions. By leveraging this API, developers can create next-generation applications that offer users immediate access to critical financial data. The API supports a wide range of functionalities, including the retrieval of the latest rates, historical data, and conversion capabilities.
For comprehensive guidance on how to utilize the API, developers can refer to the Metals-API Documentation, which outlines the various endpoints and their capabilities. Additionally, the Metals-API Supported Symbols page provides a complete list of all available metal symbols, ensuring that developers can easily find the data they need.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the financial sector. Each endpoint is designed to provide specific functionalities that can be leveraged for various applications.
Latest Rates Endpoint
The Latest Rates Endpoint is a cornerstone feature of the Metals-API. Depending on your subscription plan, this endpoint returns real-time exchange rate data updated at intervals of 60 minutes, 10 minutes, or even more frequently. This allows developers to integrate live data into their applications, ensuring that users have access to the most current market information.
{
"success": true,
"timestamp": 1781050100,
"base": "USD",
"date": "2026-06-10",
"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
For developers needing to analyze trends over time, the Historical Rates Endpoint provides access to historical rates dating back to 2019. By appending a specific date in the format YYYY-MM-DD, users can retrieve past exchange rates, allowing for in-depth analysis and forecasting.
{
"success": true,
"timestamp": 1780963700,
"base": "USD",
"date": "2026-06-09",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint is another powerful feature that allows developers to retrieve real-time bid and ask prices for various metals. This functionality is essential for traders who need to make informed decisions based on current market conditions.
{
"success": true,
"timestamp": 1781050100,
"base": "USD",
"date": "2026-06-10",
"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"
}
Convert Endpoint
The Convert Endpoint allows users to convert any amount from one currency to another, including conversions between metals and USD. This feature is particularly useful for applications that require dynamic currency conversion based on user input.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1781050100,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
The Time-Series Endpoint enables developers to query the API for daily historical rates between two specified dates. This is particularly beneficial for analyzing trends and fluctuations over time, allowing for more strategic decision-making.
{
"success": true,
"timeseries": true,
"start_date": "2026-06-03",
"end_date": "2026-06-10",
"base": "USD",
"rates": {
"2026-06-03": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-05": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-10": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
Using the Fluctuation Endpoint, developers can track how currencies fluctuate on a day-to-day basis. This endpoint provides valuable insights into market volatility, which can be crucial for traders and analysts.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-03",
"end_date": "2026-06-10",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC Price Endpoint provides essential data for traders looking to analyze market trends. By retrieving the open, high, low, and close prices for a specific time period, developers can create applications that visualize market movements effectively.
{
"success": true,
"timestamp": 1781050100,
"base": "USD",
"date": "2026-06-10",
"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"
}
Lowest/Highest Price Endpoint
The Lowest/Highest Price Endpoint allows developers to query the API for the lowest and highest prices of metals over a specified date range. This data can be instrumental in identifying market trends and making informed trading decisions.
{
"success": true,
"timestamp": 1781050100,
"base": "USD",
"date": "2026-06-10",
"rates": {
"XAU": {
"lowest": 0.000481,
"highest": 0.000487
},
"XAG": {
"lowest": 0.0381,
"highest": 0.0383
},
"XPT": {
"lowest": 0.00091,
"highest": 0.000918
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
The Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This feature is particularly useful for developers looking to analyze long-term trends in metal prices.
{
"success": true,
"timestamp": 1781050100,
"base": "USD",
"date": "2026-06-10",
"rates": {
"XCU": {
"date": "2026-06-10",
"rate": 0.294118
},
"XAL": {
"date": "2026-06-10",
"rate": 0.434783
}
},
"unit": "per troy ounce"
}
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 ensure they are working with the correct identifiers for their applications.
Conclusion
The Metals-API is a transformative tool for developers seeking to access real-time and historical data on metal prices and currency conversions. By leveraging its extensive features, including the Latest Rates, Historical Rates, and various conversion endpoints, developers can create innovative applications that meet the needs of traders and analysts alike. The API's capabilities extend beyond mere data retrieval; it empowers users to analyze trends, track fluctuations, and make informed decisions based on comprehensive insights.
As the demand for accurate and timely financial data continues to grow, the Metals-API stands out as a vital resource for those looking to navigate the complexities of the metal markets. For further information and to get started, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation.