Get real-time Hyderabad Silver (XAG-HYDE) - Per Ounce prices using this API

Get Real-Time Hyderabad Silver (XAG-HYDE) - Per Ounce Prices Using This API
Metals-API offers developers a powerful tool to access real-time silver prices, specifically for Hyderabad (XAG-HYDE), along with a suite of features that can enhance applications in finance, trading, and market analysis.
About Silver (XAG)
API Description
Metals-API is designed to provide developers with real-time and historical data for various metals, including silver. This API empowers users to build next-generation applications that require accurate and timely information. With its innovative capabilities, the Metals-API allows for seamless integration into existing systems, enabling businesses to harness the power of real-time metals data.
Key Features and Endpoints
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This is essential for applications that require the most current pricing information.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date to your query, you can retrieve past prices, which is invaluable for trend analysis and forecasting.
- Bid and Ask Endpoint: This feature allows you to retrieve real-time bid and ask prices for silver and other metals. Understanding the bid-ask spread is crucial for traders looking to optimize their buying and selling strategies.
- Convert Endpoint: The API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is beneficial for analyzing price movements over time.
- Fluctuation Endpoint: Track how silver prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility, helping traders make informed decisions.
- Carat Endpoint: Retrieve information about gold rates by carat, which can be useful for jewelers and manufacturers.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API for the lowest and highest prices over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for a specific time period, which is essential 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 required to access the API, ensuring secure and authorized usage.
- API Response: The exchange rates delivered by the Metals-API are relative to USD by default, making it easy to understand the value of silver in a familiar context.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies and metals, ensuring you have the latest information at your fingertips.
- Gold Price India Endpoint: Retrieve the latest gold prices in India, which can be useful for businesses and investors in the region.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to market movements.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755237641,
"base": "USD",
"date": "2025-08-15",
"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
{
"success": true,
"timestamp": 1755151241,
"base": "USD",
"date": "2025-08-14",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-08",
"end_date": "2025-08-15",
"base": "USD",
"rates": {
"2025-08-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-15": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1755237641,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-08",
"end_date": "2025-08-15",
"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) Price Endpoint
{
"success": true,
"timestamp": 1755237641,
"base": "USD",
"date": "2025-08-15",
"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
{
"success": true,
"timestamp": 1755237641,
"base": "USD",
"date": "2025-08-15",
"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
Metals-API is a powerful tool for developers seeking to integrate real-time silver pricing into their applications. With its comprehensive suite of features, including the ability to access the latest rates, historical data, and perform conversions, the API empowers businesses to make data-driven decisions. By leveraging the capabilities of the Metals-API, developers can create innovative solutions that enhance market analysis, trading strategies, and financial forecasting.
Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals. By utilizing this API, you can stay ahead in the competitive world of metals trading and investment.