Get Lucknow Gold 24k (LUCK-24k) Historical Prices to Enhance Your Financial Models using this API

Get Lucknow Gold 24k (LUCK-24k) Historical Prices to Enhance Your Financial Models using this API
Lucknow Gold 24k (LUCK-24k) symbol represents a significant asset in the precious metals market, and leveraging the Metals-API can provide you with the historical data necessary to enhance your financial models. This blog post will delve into the capabilities of the Metals-API, focusing on how to retrieve historical prices and other valuable data related to gold.
About Gold (XAU)
XAU, has long been a cornerstone of wealth and investment. As a digital transformation sweeps across the financial sector, the integration of data analytics and technology in trading has become more pronounced. The demand for real-time market insights and innovative price discovery methods is at an all-time high. With the rise of digital asset solutions, understanding the historical prices of gold is essential for making informed investment decisions.
API Description
Metals-API is designed to empower developers with real-time metals data, offering a suite of endpoints that cater to various needs. The API allows for seamless integration into applications, providing access to historical rates, latest prices, and more. With its focus on innovation and technological advancement, the Metals-API is transforming how developers interact with precious metals data.
Key Features and Endpoints
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data for gold and other metals, updated every 60 minutes or more frequently. This feature is essential for applications that require the most current pricing information.
- Historical Rates Endpoint: Access historical rates for gold 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 powerful feature allows you to retrieve real-time bid and ask prices for gold, providing insight into market liquidity and pricing dynamics.
- Convert Endpoint: Easily convert any amount from one metal to another or to/from USD. This endpoint is particularly useful for applications that require currency conversion for pricing models.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is ideal for analyzing price movements over specific time frames.
- Fluctuation Endpoint: Retrieve information about how gold prices fluctuate on a day-to-day basis, helping you understand market volatility.
- Carat Endpoint: Get information about gold rates by carat, allowing for more precise valuation in jewelry and other applications.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for gold over a specified period, which is crucial for risk assessment and investment strategies.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for gold, 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, ensuring consistency in your data analysis.
- Available Endpoints: The Metals-API provides a comprehensive list of endpoints, each designed to fulfill specific data retrieval needs.
- Gold Price India Endpoint: Retrieve the latest gold price in India, which is particularly useful for regional market analysis.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to market movements.
List of Symbols
Symbols page.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750413616,
"base": "USD",
"date": "2025-06-20",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750327216,
"base": "USD",
"date": "2025-06-19",
"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-06-13",
"end_date": "2025-06-20",
"base": "USD",
"rates": {
"2025-06-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-20": {
"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": 1750413616,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-13",
"end_date": "2025-06-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
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1750413616,
"base": "USD",
"date": "2025-06-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
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1750413616,
"base": "USD",
"date": "2025-06-20",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available data. The Metals-API Website serves as a valuable resource for developers looking to integrate precious metals data into their applications.