Retrieve Mumbai Silver (XAG-MUMB) Price Data for Historical Analysis with this API

Retrieve Mumbai Silver (XAG-MUMB) Price Data for Historical Analysis with this API
Metals-API offers a robust solution for retrieving historical price data. This blog post delves into the intricacies of Silver, its industrial applications, and how to leverage the Metals-API for comprehensive historical analysis.
About Silver (XAG)
API Description
Metals-API is designed to provide developers with real-time and historical data on various metals, including Silver. With its innovative approach to data delivery, the API empowers users to create applications that can analyze trends, forecast prices, and make data-driven decisions. The API's capabilities include:
- Real-time Data Access: Get the latest Silver prices updated at intervals based on your subscription plan.
- Historical Data Retrieval: Access historical prices dating back to 2019, allowing for in-depth analysis.
- Comprehensive Endpoints: Utilize various endpoints for specific data needs, including conversion rates, fluctuation tracking, and more.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750986176,
"base": "USD",
"date": "2025-06-27",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750899776,
"base": "USD",
"date": "2025-06-26",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-20",
"end_date": "2025-06-27",
"base": "USD",
"rates": {
"2025-06-20": {
"XAU": 0.000485,
"XAG": 0.03825
},
"2025-06-22": {
"XAU": 0.000483,
"XAG": 0.0382
},
"2025-06-27": {
"XAU": 0.000482,
"XAG": 0.03815
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1750986176,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-20",
"end_date": "2025-06-27",
"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
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1750986176,
"base": "USD",
"date": "2025-06-27",
"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
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1750986176,
"base": "USD",
"date": "2025-06-27",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
}
},
"unit": "per troy ounce"
}
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate multiple metal data into their applications.
Conclusion
Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation and usage.