Get Silver Feb 2026 (SIG26) Historical Prices with this Easy-to-Use API
Get Silver Feb 2026 (SIG26) Historical Prices with this Easy-to-Use API
In the ever-evolving world of finance and commodities, having access to accurate and timely data is crucial for making informed decisions. For developers and analysts interested in the silver market, obtaining historical prices for Silver (XAG) can be a game-changer. With the Metals-API, you can easily access historical prices, real-time data, and a plethora of other features that empower you to build sophisticated applications and analyses. This blog post will delve into the capabilities of the Metals-API, focusing on how to retrieve historical prices for silver and explore its various applications in the context of industrial innovation, technology in manufacturing, and digital market analysis.
About Silver (XAG)
Silver, represented by the symbol XAG, is not just a precious metal; it plays a pivotal role in various industrial applications. From electronics to solar panels, silver's unique properties make it indispensable in modern manufacturing. As industries continue to innovate, the demand for silver is expected to rise, making it essential for developers and analysts to track its price movements accurately.
In recent years, technology has transformed the way silver is mined, processed, and traded. Smart manufacturing integration and supply chain technology have streamlined operations, allowing for more efficient production and distribution of silver products. Furthermore, digital market analysis tools have emerged, enabling stakeholders to make data-driven decisions based on real-time market trends.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time and historical data for various metals, including silver. This API is designed to facilitate the integration of metals data into applications, enabling developers to create innovative solutions that leverage the latest market information.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data, updated frequently based on the subscription plan. This means that whether you're building a trading platform or a financial analysis tool, you can ensure that your users have access to the most current information available.
Moreover, the API empowers developers to build next-generation applications by providing endpoints that cater to various needs, such as historical rates, time-series data, and conversion capabilities. The transformative potential of real-time metals data cannot be overstated, as it allows for enhanced decision-making and strategic planning.
Key Features and Endpoints
The Metals-API offers a range of endpoints that provide different functionalities, each designed to meet specific needs. Here are some of the key features:
- 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 up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates for silver dating back to 2019. By appending a date to your query, you can retrieve the price of silver on any given day, allowing for in-depth analysis of price trends over time.
- Bid And Ask Endpoint: This powerful feature enables you to retrieve real-time bid and ask prices for silver, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint allows you to convert any amount from one metal to another or to/from USD, making it easy to perform financial calculations and analyses.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This is particularly useful for analyzing trends and fluctuations over specific periods.
- Fluctuation Endpoint: Retrieve information about how silver prices fluctuate on a day-to-day basis, which can help in understanding market volatility.
- Carat Endpoint: This endpoint provides information about gold rates by carat, which can be useful for applications that deal with precious metals in various forms.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price of silver for a specified date, which can be critical for traders looking to optimize their buying and selling strategies.
- Open/High/Low/Close (OHLC) Price Endpoint: Get the open, high, low, and close prices for silver on a specific date, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for extensive historical analysis.
- API Key: Your unique API key is essential for accessing the API and must be included in your requests.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in your data.
- Available Endpoints: With 14 API endpoints, the Metals-API provides a comprehensive suite of tools for accessing metals data.
- Supported Symbols Endpoint: This endpoint returns all available currencies, ensuring you have the latest information on supported symbols.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you informed about market 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.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective implementation. Below are examples of various API endpoints along with their expected JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1762131733,
"base": "USD",
"date": "2025-11-03",
"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
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1762045333,
"base": "USD",
"date": "2025-11-02",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period.
{
"success": true,
"timeseries": true,
"start_date": "2025-10-27",
"end_date": "2025-11-03",
"base": "USD",
"rates": {
"2025-10-27": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-29": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-11-03": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1762131733,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-27",
"end_date": "2025-11-03",
"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) Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1762131733,
"base": "USD",
"date": "2025-11-03",
"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
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1762131733,
"base": "USD",
"date": "2025-11-03",
"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
In conclusion, the Metals-API provides a robust and versatile platform for accessing historical prices and real-time data for silver (XAG) and other metals. By leveraging the various endpoints, developers can create applications that not only track prices but also analyze trends, perform conversions, and monitor fluctuations. The integration of such data into applications can significantly enhance decision-making processes in trading, manufacturing, and market analysis.
As industries continue to innovate and evolve, the importance of having reliable data at your fingertips cannot be overstated. The Metals-API stands out as a valuable resource for anyone looking to delve into the world of metals trading and analysis. For more information, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation and usage.
Whether you are a developer building the next big trading platform or an analyst seeking to understand market dynamics, the Metals-API equips you with the tools necessary to succeed in the fast-paced world of metals trading.