Get Fijian Dollar (FJD) financial data using this API
Get Fijian Dollar (FJD) Financial Data Using Metals-API
The Fijian Dollar (FJD) is a crucial currency in the Pacific region, and understanding its financial data is essential for businesses, investors, and developers alike. With the rise of digital transformation in metal markets, the need for accurate and real-time financial data has never been more critical. This is where the Metals-API comes into play, offering a robust solution for accessing FJD financial data and much more.
About Fijian Dollar (FJD)
The Fijian Dollar is the official currency of Fiji, and it plays a significant role in the region's economy. As the world moves towards technological innovation and advancement, the integration of smart technologies in financial markets is becoming increasingly important. The FJD is influenced by various factors, including tourism, agriculture, and trade, making it essential for stakeholders to have access to accurate financial data.
Data analytics and insights derived from real-time financial data can empower businesses to make informed decisions. The Metals-API provides developers with the tools to build next-generation applications that can analyze trends, forecast future movements, and integrate seamlessly with other financial systems.
API Description
The Metals-API is a powerful tool that allows users to access real-time and historical financial data for various metals and currencies, including the Fijian Dollar. This API is designed for developers who need accurate and timely data to enhance their applications. With its innovative capabilities, the Metals-API enables users to retrieve exchange rates, historical data, and perform conversions with ease.
One of the standout features of the Metals-API is its ability to provide real-time data updates. Depending on your subscription plan, the API can deliver the latest exchange rates every 60 minutes or even every 10 minutes. This level of granularity ensures that users have access to the most current information available.
For more detailed information on how to utilize the API, you can refer to the Metals-API Documentation.
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 the Fijian Dollar and other currencies. Depending on your subscription plan, you can receive updates every 60 minutes or more frequently.
- Historical Rates Endpoint: Users can access historical exchange rates dating back to 2019. This feature is particularly useful for analyzing trends over time and making informed decisions based on past performance.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts between different currencies, including the FJD.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates, making it easier to analyze trends over specific periods.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: This endpoint provides information about gold rates by carat, which is essential for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, which is critical for market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, allowing for detailed market analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is invaluable for those involved in trading and investment.
- API Key: Each user is provided with a unique API key that must be included in requests to authenticate access to the API.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency across data retrieval.
- Available Endpoints: The Metals-API features 14 different endpoints, each designed to provide specific functionalities.
- Supported Symbols Endpoint: This endpoint returns all available currencies, including the Fijian Dollar, ensuring users have access to the latest data.
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
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1784419745,
"base": "USD",
"date": "2026-07-19",
"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
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1784333345,
"base": "USD",
"date": "2026-07-18",
"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": "2026-07-12",
"end_date": "2026-07-19",
"base": "USD",
"rates": {
"2026-07-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-19": {
"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": 1784419745,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-12",
"end_date": "2026-07-19",
"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) Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1784419745,
"base": "USD",
"date": "2026-07-19",
"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": 1784419745,
"base": "USD",
"date": "2026-07-19",
"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 Fijian Dollar (FJD) is an essential currency in the Pacific region, and accessing accurate financial data is crucial for various stakeholders. The Metals-API provides a comprehensive solution for retrieving real-time and historical financial data, enabling developers to build innovative applications that can analyze trends, perform conversions, and track fluctuations. With its extensive features and capabilities, the Metals-API is a valuable resource for anyone looking to gain insights into the FJD and other currencies.
For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation and usage.