Get Gold Feb 2026 (GCG26) Historical Prices using this API

Get Gold Feb 2026 (GCG26) Historical Prices using this API
In the ever-evolving landscape of precious metals trading, the ability to access historical prices for Gold (XAU) is crucial for investors, traders, and developers alike. The Metals-API provides a robust solution for obtaining real-time and historical data on various metals, including Gold. This blog post will delve into the capabilities of the Metals-API, focusing on how to retrieve historical prices for Gold and the innovative features that make this API a powerful tool for developers.
Metals-API Information
About Gold (XAU)
Gold has long been regarded as a safe haven asset, especially during times of economic uncertainty. As digital transformation sweeps across various industries, the precious metals market is no exception. The integration of data analytics and technology in trading has revolutionized how investors approach the market. With the rise of digital asset solutions, understanding the historical prices of Gold has become more accessible than ever.
The Metals-API stands at the forefront of this transformation, offering developers the tools to build next-generation applications that leverage real-time metals data. By utilizing the API, developers can gain insights into market trends, analyze price fluctuations, and make informed trading decisions based on historical data.
API Description
The Metals-API is designed to empower developers with comprehensive access to metals pricing data. Its capabilities extend beyond simple price retrieval; it offers a suite of endpoints that facilitate various functionalities, including real-time rates, historical data, and conversion features. This API is a game-changer for those looking to innovate in the field of precious metals trading.
For more detailed information, developers can refer to the Metals-API Documentation, which provides extensive guidance on how to implement and utilize the API effectively.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Gold and other metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or even every 10 minutes, ensuring you have the most current data at your fingertips.
- Historical Rates Endpoint: Access historical rates for Gold dating back to 2019. By appending a specific date to your query, you can retrieve the price of Gold for any given day, allowing for in-depth analysis of market trends over time.
- Bid And Ask Endpoint: This feature allows you to retrieve real-time bid and ask prices for Gold, providing insight into the current market conditions and helping traders make informed decisions.
- Convert Endpoint: The conversion endpoint enables users to convert amounts from one metal to another or to/from USD, making it easier to analyze investments across different assets.
- Time-Series Endpoint: This endpoint allows you to query daily historical rates between two dates of your choice, providing a comprehensive view of price movements over time.
- Fluctuation Endpoint: Track how Gold prices fluctuate on a day-to-day basis. This endpoint provides valuable insights into market volatility and can help traders identify patterns.
- Carat Endpoint: Retrieve information about Gold rates by carat, which is particularly useful for jewelers and those involved in the jewelry market.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API for the lowest and highest prices of Gold over a specified period, aiding in price analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for Gold, which is essential for technical analysis and understanding market trends.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008, which is beneficial for those tracking industrial metals.
- API Key: Your unique API key is essential for accessing the API and must be included in your requests to authenticate your access.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API provides a comprehensive list of endpoints, each designed to fulfill specific data retrieval needs.
- Supported Symbols Endpoint: This endpoint returns all available metal symbols, allowing developers to easily identify the metals they can query.
- Gold Price India Endpoint: Retrieve the latest Gold price in India, which is particularly useful for investors in the Indian market.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context and insights into market movements.
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 the API responses is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1753751230,
"base": "USD",
"date": "2025-07-29",
"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"
}
This response indicates that the latest price for Gold (XAU) is 0.000482 per troy ounce, relative to USD.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1753664830,
"base": "USD",
"date": "2025-07-28",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows the historical price of Gold on July 28, 2025, allowing users to analyze past trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-22",
"end_date": "2025-07-29",
"base": "USD",
"rates": {
"2025-07-22": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-24": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-29": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides a time series of Gold prices over a specified period, enabling users to visualize trends and fluctuations.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1753751230,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response indicates that 1000 USD converts to 0.482 troy ounces of Gold, providing a straightforward way to assess value across currencies.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-22",
"end_date": "2025-07-29",
"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"
}
This response provides insights into how Gold prices fluctuated over a specified period, highlighting both the absolute change and percentage change.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1753751230,
"base": "USD",
"date": "2025-07-29",
"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"
}
This response provides a detailed view of the opening, highest, lowest, and closing prices for Gold, essential for traders conducting technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1753751230,
"base": "USD",
"date": "2025-07-29",
"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"
}
This response provides the current bid and ask prices for Gold, which is crucial for traders looking to execute orders at favorable prices.
Conclusion
The Metals-API is an invaluable resource for anyone involved in the precious metals market, particularly for those focused on Gold. Its extensive range of endpoints allows for comprehensive data retrieval, enabling developers to create innovative applications that leverage real-time and historical data. By utilizing the API, traders can gain insights into market trends, analyze price fluctuations, and make informed decisions based on accurate data.
For developers looking to integrate the Metals-API into their applications, the Metals-API Documentation provides detailed guidance on implementation, while the Metals-API Supported Symbols page offers a complete list of available metal symbols. With the right tools and knowledge, the potential for innovation in the precious metals market is limitless.