Retrieve Congolese Franc (CDF) Historical Prices through this API
Retrieve Congolese Franc (CDF) Historical Prices through this API
The Congolese Franc (CDF) is the official currency of the Democratic Republic of the Congo, and understanding its historical prices is crucial for various financial analyses and applications. With the rise of digital transformation in financial markets, accessing real-time and historical data has never been easier, thanks to innovative solutions like the Metals-API. This API provides developers with the tools necessary to retrieve and analyze historical prices of the Congolese Franc and other currencies, enabling them to build next-generation applications that leverage data analytics and insights.
About Congolese Franc (CDF)
The Congolese Franc has undergone significant changes over the years, influenced by various economic factors, including inflation, political stability, and global market trends. As the world moves towards a more digital economy, the integration of smart technology in financial markets is essential. The Metals-API stands at the forefront of this transformation, offering developers a robust platform to access real-time and historical data on metals and currencies, including the CDF.
Technological advancements have made it possible to analyze vast amounts of data quickly, providing insights that were previously unattainable. With the Metals-API, developers can harness the power of data analytics to track the performance of the Congolese Franc against other currencies, facilitating informed decision-making in trading and investment.
API Description
The Metals-API is designed to empower developers by providing a comprehensive suite of features that enable the retrieval of real-time and historical metals data. This API is particularly valuable for those looking to integrate currency conversion and historical price tracking into their applications. The API's capabilities extend beyond mere data retrieval; it offers a transformative potential that can reshape how developers approach financial data.
For detailed information on how to use the API, developers can refer to the Metals-API Documentation, which provides extensive guidance on implementation and usage.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, making it a versatile tool for developers. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. This feature is essential for applications that require up-to-the-minute currency values.
- Historical Rates Endpoint: Developers can access historical rates for most currencies dating back to 2019. By appending a specific date in the format YYYY-MM-DD, users can query the API for historical rates, enabling detailed analysis of currency trends over time.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market conditions and helping traders make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that allows users to convert any amount from one currency to another. This feature is particularly useful for applications that require dynamic currency conversion capabilities.
- Time-Series Endpoint: This endpoint enables users to query the API for daily historical rates between two specified dates, allowing for comprehensive analysis of currency fluctuations over time.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing valuable insights into market volatility and trends.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat, which is essential for applications focused on precious metals.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, enabling them to analyze market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed OHLC data for a specific time period, which is crucial for technical analysis in trading applications.
- Historical LME Endpoint: This endpoint allows access to historical rates for LME symbols dating back to 2008, providing a wealth of data for analysis.
- API Key: Each user is provided with a unique API key that must be included in the API requests to authenticate and authorize access.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data representation.
- Available Endpoints: The API features 14 endpoints, each designed to provide specific functionalities, making it a comprehensive tool for developers.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies, ensuring users have access to the latest data.
- 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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1776557964,
"base": "USD",
"date": "2026-04-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": 1776471564,
"base": "USD",
"date": "2026-04-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-04-12",
"end_date": "2026-04-19",
"base": "USD",
"rates": {
"2026-04-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-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": 1776557964,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-04-12",
"end_date": "2026-04-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": 1776557964,
"base": "USD",
"date": "2026-04-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": 1776557964,
"base": "USD",
"date": "2026-04-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 Metals-API provides a powerful and flexible solution for developers looking to retrieve historical prices of the Congolese Franc (CDF) and other currencies. With its extensive range of endpoints, including real-time rates, historical data, and conversion capabilities, the API empowers users to build sophisticated applications that leverage financial data for analysis and decision-making.
By integrating the Metals-API into your projects, you can take advantage of the latest technological advancements in data analytics and smart technology integration. Whether you are tracking market trends, analyzing historical performance, or developing currency conversion tools, the Metals-API offers the resources you need to succeed in today’s dynamic financial landscape.
For more information on how to get started, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation. Don't forget to check the Metals-API Supported Symbols page for a comprehensive list of available currencies and metals.