Access Iridium (IRD) Historical Prices using this API Documentation

Access Iridium (IRD) Historical Prices using this API Documentation
In the rapidly evolving landscape of metal markets, the ability to access and analyze historical prices is crucial for developers and businesses alike. The Metals-API provides a powerful solution for accessing real-time and historical data for various metals, including Iridium (IRD). This blog post will explore how to leverage the Metals-API to retrieve historical prices, focusing on the innovative features and capabilities that empower developers to create next-generation applications.
Metals-API Information
About Iridium (IRD)
Iridium, represented by the symbol IRD, is a rare and valuable metal known for its high density and resistance to corrosion. As industries increasingly embrace digital transformation, the demand for accurate and timely data on metals like Iridium is growing. The integration of technological advancements in data analytics and smart technology is reshaping how businesses operate within the metal markets.
With the rise of data-driven decision-making, the ability to access historical prices for Iridium can provide valuable insights into market trends and pricing fluctuations. Developers can harness the power of the Metals-API to build applications that analyze historical data, track price changes, and forecast future trends. This capability not only enhances operational efficiency but also supports strategic planning and investment decisions.
API Description
The Metals-API is a comprehensive JSON API that provides access to real-time and historical prices for various metals, including Iridium. This API is designed to empower developers with the tools needed to create innovative applications that leverage metals data. With a focus on technological advancement, the Metals-API offers a range of endpoints that facilitate seamless integration and data retrieval.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data, updated at intervals depending on the subscription plan. This ensures that developers have access to the most current information, enabling them to make informed decisions based on accurate data. Additionally, the API supports a variety of endpoints, each designed to cater to specific data retrieval needs, from historical rates to conversion functionalities.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that provide unique functionalities, allowing developers to tailor their applications to meet specific requirements. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for metals, updated every 60 minutes, 10 minutes, or even more frequently, depending on the subscription plan. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Developers can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, users can retrieve historical data for Iridium, enabling in-depth analysis of price trends over time.
- Bid And Ask Endpoint: This powerful feature allows developers to retrieve real-time bid and ask prices for metals, providing insight into market dynamics and helping users make informed trading decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert amounts from one metal to another or to/from USD. This feature is particularly useful for applications that require multi-currency support.
- Time-Series Endpoint: This endpoint enables developers to query the API for daily historical rates between two chosen dates, facilitating comprehensive analysis of price movements over specific periods.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis, providing valuable insights into market volatility and helping developers build applications that monitor price changes effectively.
- Carat Endpoint: This endpoint allows users to retrieve information about gold rates by carat, which can be particularly useful for applications focused on jewelry and precious metal trading.
- Lowest/Highest Price Endpoint: Developers can query the API to get the lowest and highest prices for a specified date, providing critical information for market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to retrieve open, high, low, and close prices for a specific date, essential for technical analysis and trading strategies.
- Historical LME Endpoint: For those interested in LME symbols, this endpoint provides access to historical rates dating back to 2008, allowing for extensive market research.
- API Key: Each user is provided with a unique API key that must be included in requests to authenticate access to the API.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API features multiple endpoints, each designed to provide different functionalities, catering to a wide range of user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies, allowing developers to stay informed about the symbols they can use.
- Gold Price India Endpoint: Users can retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for regional applications.
- News Endpoint: The Metals-API includes a news endpoint that allows users to access the latest articles related to various metals, keeping developers informed about market trends and 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 metals into their applications.
API Endpoint Examples and Responses
Understanding the structure of API responses is crucial for effective integration. Below are examples of various endpoints, showcasing the JSON responses developers can expect:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1751428910,
"base": "USD",
"date": "2025-07-02",
"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"
}
This response indicates that the API successfully retrieved the latest exchange rates for various metals, with the base currency being USD. Each rate is expressed per troy ounce, providing a clear understanding of the current market value.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1751342510,
"base": "USD",
"date": "2025-07-01",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example illustrates how to access historical rates for a specific date. Developers can utilize this data to analyze trends and make informed decisions based on past performance.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-25",
"end_date": "2025-07-02",
"base": "USD",
"rates": {
"2025-06-25": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-27": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-02": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint allows developers to retrieve exchange rates for a specific period, enabling detailed analysis of price movements over time. This is particularly useful for applications focused on trend analysis and forecasting.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1751428910,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response demonstrates the conversion functionality of the Metals-API, allowing users to convert amounts between different metals and currencies. In this case, 1000 USD is converted to 0.482 troy ounces of gold (XAU).
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-25",
"end_date": "2025-07-02",
"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"
}
The fluctuation endpoint provides insights into how metal prices change over time, offering valuable data for applications focused on market analysis and trading strategies.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1751428910,
"base": "USD",
"date": "2025-07-02",
"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"
}
This endpoint provides critical data for technical analysis, allowing developers to access open, high, low, and close prices for specific dates. This information is essential for traders looking to make informed decisions based on market trends.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1751428910,
"base": "USD",
"date": "2025-07-02",
"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"
}
The bid/ask endpoint provides real-time pricing information, allowing developers to access current market conditions and make informed trading decisions based on the latest data.
Conclusion
Accessing historical prices for Iridium (IRD) through the Metals-API opens up a world of possibilities for developers and businesses in the metal markets. With its innovative features and comprehensive endpoints, the Metals-API empowers users to analyze market trends, track price fluctuations, and make data-driven decisions.
By leveraging the capabilities of the Metals-API, developers can create applications that not only provide real-time data but also facilitate in-depth analysis of historical prices. The integration of advanced data analytics and smart technology into metal trading is transforming the industry, paving the way for future innovations.
For more information on how to get started with the Metals-API, refer to the Metals-API Documentation. Explore the full range of supported symbols on the Metals-API Supported Symbols page, and visit the Metals-API Website for additional resources and support.