Get Accurate Iridium (IRD) Prices in Multiple Currencies with this API for Real-Time Market Analysis

Get Accurate Iridium (IRD) Prices in Multiple Currencies with this API for Real-Time Market Analysis
Metals-API provides a powerful solution for obtaining precise Iridium (IRD) prices in various currencies, enabling effective market analysis and decision-making. This blog post will explore how the Metals-API empowers developers with innovative tools and features to harness the potential of real-time metals data.
About Iridium (IRD)
API Description
Metals-API Documentation. Here, you will find comprehensive information on the various endpoints, their functionalities, and how to integrate them into your applications.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755738142,
"base": "USD",
"date": "2025-08-21",
"rates": {
"IRD": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1755651742,
"base": "USD",
"date": "2025-08-20",
"rates": {
"IRD": 0.000485
},
"unit": "per troy ounce"
}
Bid and Ask Endpoint
{
"success": true,
"timestamp": 1755738142,
"base": "USD",
"date": "2025-08-21",
"rates": {
"IRD": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "IRD",
"amount": 1000
},
"info": {
"timestamp": 1755738142,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-14",
"end_date": "2025-08-21",
"base": "USD",
"rates": {
"2025-08-14": {
"IRD": 0.000485
},
"2025-08-21": {
"IRD": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-14",
"end_date": "2025-08-21",
"base": "USD",
"rates": {
"IRD": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1755738142,
"base": "USD",
"date": "2025-08-21",
"rates": {
"IRD": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
List of Symbols
Metals-API Supported Symbols page.
Conclusion
Metals-API Documentation. Embrace the future of market analysis with the power of real-time metals data at your fingertips.