Download Lucknow Gold 18k (LUCK-18k) Historical Prices with this API
Download Lucknow Gold 18k (LUCK-18k) Historical Prices with this API
In the ever-evolving landscape of precious metals trading, the ability to access historical prices is crucial for investors, traders, and developers alike. The Lucknow Gold 18k (LUCK-18k) is a symbol that represents a specific grade of gold, and understanding its historical pricing can provide valuable insights into market trends and investment opportunities. With the Metals-API, users can seamlessly access historical prices and other vital data related to gold and other precious metals.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. Its intrinsic value, coupled with its historical significance, makes it a preferred asset for investors worldwide. The digital transformation in precious metals trading has opened new avenues for data analytics and market insights. By leveraging technology, traders can now integrate advanced data analytics tools to make informed decisions based on real-time market data.
As the market for precious metals continues to evolve, the integration of technology in trading practices has become paramount. The Metals-API Documentation provides developers with the tools necessary to create innovative applications that can analyze historical price data, track market trends, and facilitate seamless trading experiences.
API Description
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including gold, silver, platinum, and palladium. This API empowers developers to build next-generation applications that can harness the transformative potential of real-time metals data. With its robust architecture, the Metals-API allows users to access a wide range of functionalities, including retrieving the latest rates, historical prices, and even converting between different metals and currencies.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on the subscription plan, users can receive updates every 60 minutes, every 10 minutes, or even more frequently. This level of granularity is essential for traders who need to make quick decisions based on the latest market movements.
Key Features and Endpoints
The Metals-API offers a comprehensive suite of endpoints designed to cater to various needs in the precious metals market. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for all available metals. Users can access the latest rates for XAU and other metals, ensuring they have the most current information at their fingertips.
- Historical Rates Endpoint: Historical rates are available for most currencies dating back to 2019. Users can query the Metals-API for historical rates by appending a specific date, allowing for in-depth analysis of price trends over time.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders operating in multiple currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice, facilitating detailed analysis of price movements over specific periods.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is essential for jewelers and investors dealing in various gold grades.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API to get the lowest and highest prices for a specified date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access detailed OHLC data for a specific time period, which is crucial for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, offering a long-term perspective on metal prices.
- API Key: Users must pass their unique API key into the API base URL's access_key parameter to authenticate their requests.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API includes 14 endpoints, each providing different functionalities tailored to the needs of developers and traders.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest symbol information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them 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. This resource is invaluable for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for developers. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1763622059,
"base": "USD",
"date": "2025-11-20",
"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 a successful request, providing the latest exchange rates for various metals relative to USD. The "rates" object contains the current price of gold (XAU) among other metals.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1763535659,
"base": "USD",
"date": "2025-11-19",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to access historical rates for a specific date. The response includes the price of gold on November 19, 2025, allowing users to analyze past market conditions.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-11-13",
"end_date": "2025-11-20",
"base": "USD",
"rates": {
"2025-11-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-11-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-11-20": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint allows users to retrieve rates for a specific period, providing a comprehensive view of price movements over time. This is particularly useful for trend analysis and forecasting.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1763622059,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response illustrates the conversion of an amount from USD to gold (XAU). The result indicates that $1000 converts to approximately 0.482 troy ounces of gold, providing a practical tool for investors looking to understand their purchasing power in the gold market.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-11-13",
"end_date": "2025-11-20",
"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"
}
The fluctuation endpoint provides insights into how prices have changed over a specified period. This information is vital for traders looking to gauge market volatility and make informed decisions.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1763622059,
"base": "USD",
"date": "2025-11-20",
"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 endpoint provides detailed OHLC data, which is essential for technical analysis. Traders can use this information to identify patterns and make predictions about future price movements.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1763622059,
"base": "USD",
"date": "2025-11-20",
"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"
}
The bid/ask endpoint provides critical information about market liquidity and pricing dynamics. Understanding the bid and ask prices is essential for traders looking to execute orders effectively.
Conclusion
Accessing historical prices for Lucknow Gold 18k (LUCK-18k) and other precious metals is now more accessible than ever, thanks to the Metals-API. By leveraging the capabilities of this API, developers can create innovative applications that provide real-time data, historical insights, and advanced analytics for traders and investors.
The comprehensive features of the Metals-API, including the latest rates, historical data, and various endpoints, empower users to make informed decisions in the precious metals market. Whether you are a trader looking to analyze price trends or a developer seeking to integrate metals data into your applications, the Metals-API offers the tools necessary for success.
For more information on how to get started, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals. Embrace the future of precious metals trading with the power of real-time data at your fingertips.