Get SPDR Gold Shares (GLD) prices using this API

In the world of finance and investment, the demand for real-time data has never been greater. Investors and traders are constantly seeking accurate and timely information to make informed decisions. One of the most sought-after commodities is gold, represented by the symbol XAU. To access the latest prices and historical data for gold, developers can utilize the Metals-API. This powerful API provides a comprehensive suite of functionalities that allow users to retrieve real-time and historical data on various metals, including gold, silver, platinum, and palladium.
Metals-API Information
About Gold (XAU)
Gold has long been regarded as a safe haven asset, especially during times of economic uncertainty. Its value is influenced by various factors, including geopolitical events, inflation rates, and currency fluctuations. As the digital transformation continues to reshape the financial landscape, the integration of technology in trading precious metals has become essential. The Metals-API plays a crucial role in this transformation by providing developers with the tools necessary to access real-time data and analytics.
With the rise of data analytics, market insights derived from gold prices can help investors make strategic decisions. The Metals-API empowers developers to build applications that leverage this data, enabling innovative solutions for price discovery and trading strategies. By integrating technology into trading, developers can create platforms that offer enhanced user experiences and improved decision-making capabilities.
API Description
The Metals-API is designed to provide developers with real-time and historical data on various metals. This API is a game-changer for those looking to build next-generation applications that require accurate and timely metals data. With its robust capabilities, the Metals-API allows users to access a wide range of functionalities, including the latest rates, historical data, and conversion options.
For more information, developers can refer to the Metals-API Documentation, which provides detailed insights into the API's capabilities and usage. Additionally, the Metals-API Supported Symbols page offers a comprehensive list of all available metal symbols, ensuring that developers can easily find the data they need.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different data needs. Here are some of the key features:
Latest Rates Endpoint
The Latest Rates Endpoint provides real-time exchange rate data for metals. Depending on the subscription plan, users can receive updates every 60 minutes, every 10 minutes, or even more frequently. This endpoint is essential for traders who need to stay informed about the latest market movements.
{
"success": true,
"timestamp": 1743559288,
"base": "USD",
"date": "2025-04-02",
"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
For those interested in analyzing trends over time, the Historical Rates Endpoint allows users to access historical exchange rates dating back to 2019. By appending a specific date to the API request, developers can retrieve valuable data for analysis.
{
"success": true,
"timestamp": 1743472888,
"base": "USD",
"date": "2025-04-01",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint is a powerful feature that provides real-time bid and ask prices for metals. This information is crucial for traders looking to execute orders at the best possible prices.
{
"success": true,
"timestamp": 1743559288,
"base": "USD",
"date": "2025-04-02",
"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"
}
Convert Endpoint
The Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for traders who need to quickly assess the value of their holdings in different currencies.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1743559288,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
The Time-Series Endpoint enables users to query the API for daily historical rates between two specified dates. This functionality is essential for conducting in-depth analyses of price movements over time.
{
"success": true,
"timeseries": true,
"start_date": "2025-03-26",
"end_date": "2025-04-02",
"base": "USD",
"rates": {
"2025-03-26": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-03-28": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-04-02": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation Endpoint provides insights into how metal prices fluctuate over a specified period. This information can help traders identify trends and make informed decisions based on historical volatility.
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-26",
"end_date": "2025-04-02",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC Price Endpoint allows users to retrieve the open, high, low, and close prices for a specific time period. This data is vital for traders who rely on technical analysis to make decisions.
{
"success": true,
"timestamp": 1743559288,
"base": "USD",
"date": "2025-04-02",
"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"
}
Historical LME Endpoint
The Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This endpoint is particularly useful for users interested in analyzing long-term trends in metal prices.
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 Symbols page.
Conclusion
The Metals-API is an invaluable resource for developers looking to integrate real-time and historical metals data into their applications. With its extensive range of endpoints and features, the API empowers users to make informed decisions based on accurate data. Whether you are a trader seeking the latest prices or a developer building innovative applications, the Metals-API provides the tools you need to succeed in the dynamic world of precious metals trading.
For further exploration, visit the Metals-API Website to discover more about its capabilities and how it can enhance your trading strategies.