The Easiest Way to Get Faridabad Gold 18k (FARI-18k) Historical Rates Using Public APIs
The Easiest Way to Get Faridabad Gold 18k (FARI-18k) Historical Rates Using Public APIs
In today's digital age, accessing historical prices for precious metals like Gold (XAU) has become easier than ever, thanks to public APIs such as Metals-API. This blog post will guide you through the process of retrieving historical rates for Faridabad Gold 18k (FARI-18k) using the Metals-API, providing you with detailed information on endpoints, parameters, and data formats. Whether you are a developer looking to integrate precious metals data into your applications or a trader seeking market insights, this guide will equip you with the knowledge to harness the power of real-time metals data.
About Gold (XAU)
Gold has long been a symbol of wealth and stability, and its value is influenced by various factors, including market demand, geopolitical events, and economic indicators. In recent years, the digital transformation in precious metals has opened new avenues for data analytics and market insights. With the integration of technology in trading, investors can now access real-time data and make informed decisions based on innovative price discovery methods.
The Metals-API provides a robust platform for developers to build next-generation applications that leverage real-time metals data. By utilizing this API, you can gain insights into market trends, track fluctuations, and analyze historical rates, empowering you to make data-driven decisions in your trading strategies.
API Description
The Metals-API is a powerful tool that offers a wide range of functionalities for accessing metals prices and currency conversion. With its user-friendly interface and comprehensive documentation, developers can easily integrate the API into their applications. The API supports various endpoints, each designed to cater to specific needs, from retrieving the latest rates to accessing historical data.
For more information, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers several key features that can enhance your trading experience:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint provides real-time exchange rate data updated every 60 minutes or more frequently. You can access the latest rates for various metals, including Gold (XAU), Silver (XAG), Platinum (XPT), and Palladium (XPD).
- Historical Rates Endpoint: This feature allows you to access historical rates for most currencies dating back to 2019. By appending a specific date to the endpoint, you can retrieve the historical price of Gold (XAU) for any given day.
- Bid and Ask Endpoint: This powerful feature enables you to retrieve real-time Bid and Ask prices for metals, 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 calculate the value of your investments.
- Time-Series Endpoint: This endpoint enables you to query the API for daily historical rates between two dates of your choice, allowing for in-depth analysis of price trends over time.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility and price movements.
- Carat Endpoint: Retrieve information about Gold rates by Carat, which is particularly useful for jewelers and consumers interested in specific gold purity levels.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API to get the lowest and highest price for a specific date, helping you identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for a specific date, which is essential for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Your unique API Key is required to access the API and is passed into the base URL's access_key parameter.
- API Response: The API delivers exchange rates relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API offers 14 different endpoints, each providing unique functionalities for accessing metals data.
- Supported Symbols Endpoint: This endpoint returns all available currencies, ensuring you have access to the latest symbols and their specifications.
- 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
To illustrate how to use the Metals-API effectively, here are some examples of the various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1763701275,
"base": "USD",
"date": "2025-11-21",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1763614875,
"base": "USD",
"date": "2025-11-20",
"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-11-14",
"end_date": "2025-11-21",
"base": "USD",
"rates": {
"2025-11-14": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-11-16": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-11-21": {
"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": 1763701275,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-11-14",
"end_date": "2025-11-21",
"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) Price Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1763701275,
"base": "USD",
"date": "2025-11-21",
"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": 1763701275,
"base": "USD",
"date": "2025-11-21",
"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 is an invaluable resource for developers and traders looking to access historical rates and real-time data for precious metals like Gold (XAU). By utilizing the various endpoints available, you can gain insights into market trends, track fluctuations, and make informed decisions based on comprehensive data analytics.
Whether you are interested in the latest rates, historical data, or conversion capabilities, the Metals-API provides a user-friendly interface and extensive documentation to support your needs. For more information on how to implement these features, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals.
By embracing the digital transformation in precious metals trading, you can leverage the power of real-time data to enhance your trading strategies and achieve your financial goals.