QAR to CDF exchange rate API
Qatari Rial to Congolese Franc · quoted 2026-09-24
634.6830
▲ +1.42% over YTD
1 QAR = 634.6830 CDF · 1 CDF = 0.001576 QAR · Get this rate via the API
1 QAR buys 634.6830 CDF as of 2026-09-24, so 1 CDF buys 0.001576 QAR. Over the year to date, QAR/CDF traded between 580.0397 and 637.9118, averaged 625.1522 and rose 1.42%. The API holds daily QAR/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
QAR/CDF over YTD: show the values
| Point | QAR/CDF |
|---|---|
| 2025-12-31 | 625.7810 |
| 2026-01-07 | 630.8335 |
| 2026-01-14 | 585.9355 |
| 2026-01-21 | 587.6723 |
| 2026-01-28 | 628.8428 |
| 2026-02-04 | 624.7640 |
| 2026-02-11 | 627.8029 |
| 2026-02-18 | 634.6555 |
| 2026-02-25 | 580.0397 |
| 2026-03-04 | 631.7955 |
| 2026-03-11 | 599.6716 |
| 2026-03-18 | 634.0062 |
| 2026-03-25 | 636.3530 |
| 2026-04-01 | 635.9439 |
| 2026-04-08 | 637.1347 |
| 2026-04-15 | 633.3096 |
| 2026-04-22 | 634.7556 |
| 2026-04-29 | 637.4804 |
| 2026-05-06 | 634.8290 |
| 2026-05-14 | 626.3735 |
| 2026-05-21 | 630.4945 |
| 2026-05-29 | 632.8615 |
| 2026-06-05 | 637.9118 |
| 2026-06-14 | 625.0049 |
| 2026-06-21 | 623.3387 |
| 2026-06-28 | 625.9843 |
| 2026-07-05 | 618.6740 |
| 2026-07-12 | 619.3583 |
| 2026-07-19 | 621.1474 |
| 2026-07-26 | 619.5967 |
| 2026-08-02 | 623.5148 |
| 2026-08-09 | 622.7964 |
| 2026-08-16 | 622.1480 |
| 2026-08-24 | 629.8076 |
| 2026-08-31 | 624.5036 |
| 2026-09-07 | 632.2800 |
| 2026-09-14 | 634.1649 |
| 2026-09-21 | 634.6836 |
High
637.9118
Low
580.0397
Average
625.1522
Get this rate via the API
One GET request returns the QAR/CDF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
QAR/CDF API questions
How do I get the QAR/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest QAR/CDF rate in rates.CDF.
How far back does QAR/CDF historical data go?
Daily QAR/CDF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free QAR/CDF exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.