Get Isle of Man Pound (IMP) Historical Prices using this API
Get Isle of Man Pound (IMP) Historical Prices using this API
The Isle of Man Pound (IMP) is a currency that holds significance for those engaged in financial markets, particularly in the context of metals trading. To effectively track and analyze historical prices of the Isle of Man Pound, developers can leverage the capabilities of the Metals-API. This powerful API provides real-time and historical data for various metals, enabling developers to build applications that require precise financial data. In this blog post, we will explore how to obtain historical prices for the Isle of Man Pound using the Metals-API, while also delving into the innovative features and functionalities that this API offers.
Metals-API Information
About Neodymium (ND)
Neodymium is a rare earth metal that plays a crucial role in various technological advancements, particularly in the field of digital transformation within metal markets. As industries increasingly rely on data analytics and smart technology integration, the demand for accurate and real-time data becomes paramount. The Metals-API stands at the forefront of this transformation, providing developers with the tools needed to harness data insights effectively.
With the rise of technological innovation, the integration of data analytics into metal markets has opened new avenues for understanding market trends and making informed decisions. The Metals-API empowers developers to build next-generation applications that utilize real-time metals data, enabling them to stay ahead of the curve in an ever-evolving financial landscape.
API Description
The Metals-API is designed to provide developers with comprehensive access to metals prices and currency conversion data. By offering a suite of endpoints, the API allows users to retrieve real-time and historical data, making it an invaluable resource for those looking to analyze market trends and fluctuations. The API's capabilities extend beyond mere data retrieval; it empowers developers to create applications that can respond to market changes in real-time, enhancing decision-making processes.
For more information on how to get started, visit the Metals-API Website and explore the Metals-API Documentation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the financial data landscape. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or even every 10 minutes, ensuring that you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date (in the format YYYY-MM-DD) to your request, you can retrieve historical data for the Isle of Man Pound, allowing for in-depth analysis of price trends over time.
- Bid And Ask Endpoint: This powerful feature enables you to retrieve real-time bid and ask prices for various metals. Understanding the bid-ask spread is crucial for traders looking to make informed decisions based on market conditions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing you to convert any amount from one currency to another. This feature is particularly useful for those dealing with multiple currencies, including the Isle of Man Pound.
- Time-Series Endpoint: This endpoint allows you to query the API for daily historical rates between two dates of your choice. By analyzing time-series data, developers can identify trends and patterns that inform trading strategies.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis. This endpoint provides insights into the volatility of the Isle of Man Pound, helping traders assess risk and make informed decisions.
- Carat Endpoint: Retrieve information about gold rates by carat. This feature is essential for jewelers and investors looking to understand the value of gold in different forms.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specified date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows you to obtain the open, high, low, and close prices for a specific date, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Your unique API key is essential for accessing the API's features. It must be included in the API base URL's access_key parameter.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: With 14 API endpoints, each providing distinct functionalities, developers have a wealth of options to choose from.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, including the Isle of Man Pound, ensuring you have access to the latest information.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you 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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals. Below is an example response:
{
"success": true,
"timestamp": 1777422031,
"base": "USD",
"date": "2026-04-29",
"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. Here’s an example response:
{
"success": true,
"timestamp": 1777335631,
"base": "USD",
"date": "2026-04-28",
"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. Below is an example response:
{
"success": true,
"timeseries": true,
"start_date": "2026-04-22",
"end_date": "2026-04-29",
"base": "USD",
"rates": {
"2026-04-22": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-24": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-29": {
"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. Here’s an example response:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1777422031,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates. Below is an example response:
{
"success": true,
"fluctuation": true,
"start_date": "2026-04-22",
"end_date": "2026-04-29",
"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. Here’s an example response:
{
"success": true,
"timestamp": 1777422031,
"base": "USD",
"date": "2026-04-29",
"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. Below is an example response:
{
"success": true,
"timestamp": 1777422031,
"base": "USD",
"date": "2026-04-29",
"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
In conclusion, the Metals-API provides a robust framework for developers seeking to access historical prices for the Isle of Man Pound and other metals. With its wide range of endpoints, including the latest rates, historical rates, and fluctuation tracking, the API empowers developers to create applications that can respond to market changes in real-time. By leveraging the capabilities of the Metals-API, developers can gain valuable insights into market trends, enabling them to make informed decisions based on accurate data.
For further exploration of the API's features and to access comprehensive documentation, visit the Metals-API Documentation. To stay updated on the latest symbols and their specifications, check out the Metals-API Supported Symbols page. The future of metals trading is here, and with the Metals-API, developers are equipped to navigate this dynamic landscape with confidence.