Get real-time Indium (INDIUM) prices using this API for accurate data analysis

Get Real-Time Indium (INDIUM) Prices Using This API for Accurate Data Analysis
Metals-API comes into play, providing a robust solution for obtaining real-time Indium prices and other metal data for comprehensive analysis.
About Indium (INDIUM)
Metals-API Documentation provides detailed insights into how to effectively utilize the API for retrieving Indium prices and other relevant data.
API Description
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, allowing users to access the latest prices for Indium and other metals. The response includes a timestamp, base currency, and rates for various metals.
{
"success": true,
"timestamp": 1753945219,
"base": "USD",
"date": "2025-07-31",
"rates": {
"XNI": 0.142857
},
"unit": "per troy ounce"
}
{
"success": true,
"timestamp": 1753858819,
"base": "USD",
"date": "2025-07-30",
"rates": {
"XNI": 0.142857
},
"unit": "per troy ounce"
}
{
"success": true,
"timestamp": 1753945219,
"base": "USD",
"date": "2025-07-31",
"rates": {
"XNI": {
"bid": 0.142000,
"ask": 0.143000,
"spread": 0.001000
}
},
"unit": "per troy ounce"
}
{
"success": true,
"query": {
"from": "USD",
"to": "XNI",
"amount": 1000
},
"info": {
"timestamp": 1753945219,
"rate": 0.142857
},
"result": 142.857,
"unit": "troy ounces"
}
{
"success": true,
"timeseries": true,
"start_date": "2025-07-24",
"end_date": "2025-07-31",
"base": "USD",
"rates": {
"2025-07-24": {
"XNI": 0.142000
},
"2025-07-31": {
"XNI": 0.142857
}
},
"unit": "per troy ounce"
}
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-24",
"end_date": "2025-07-31",
"base": "USD",
"rates": {
"XNI": {
"start_rate": 0.142000,
"end_rate": 0.142857,
"change": 0.000857,
"change_pct": 0.60
}
},
"unit": "per troy ounce"
}
{
"success": true,
"timestamp": 1753945219,
"base": "USD",
"date": "2025-07-31",
"rates": {
"XNI": {
"open": 0.142000,
"high": 0.143000,
"low": 0.141000,
"close": 0.142857
}
},
"unit": "per troy ounce"
}
List of Symbols
Metals-API Supported Symbols page.
Conclusion
Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation and usage.