QAR to CDF exchange rate API
Qatari Rial to Congolese Franc · quoted 2026-09-24
634.6830
▼ +15.51% over 1Y
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 last year, QAR/CDF traded between 584.6026 and 751.2132, averaged 631.8215 and fell 15.51%. 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 1Y: show the values
| Point | QAR/CDF |
|---|---|
| 2025-09-24 | 751.2132 |
| 2025-10-01 | 715.7998 |
| 2025-10-08 | 679.2596 |
| 2025-10-15 | 617.1942 |
| 2025-10-22 | 602.1461 |
| 2025-10-29 | 627.8835 |
| 2025-11-05 | 598.3638 |
| 2025-11-12 | 601.3146 |
| 2025-11-19 | 624.8514 |
| 2025-11-26 | 625.6182 |
| 2025-12-03 | 628.4340 |
| 2025-12-11 | 630.0005 |
| 2025-12-18 | 632.7505 |
| 2025-12-25 | 625.6862 |
| 2026-01-01 | 626.4338 |
| 2026-01-08 | 631.5147 |
| 2026-01-15 | 626.0072 |
| 2026-01-22 | 600.8280 |
| 2026-01-29 | 629.9466 |
| 2026-02-05 | 626.0314 |
| 2026-02-12 | 608.9118 |
| 2026-02-19 | 634.7453 |
| 2026-02-26 | 584.6026 |
| 2026-03-05 | 631.7978 |
| 2026-03-12 | 624.5182 |
| 2026-03-19 | 635.0274 |
| 2026-03-26 | 636.6228 |
| 2026-04-02 | 635.5761 |
| 2026-04-09 | 631.1072 |
| 2026-04-16 | 633.7825 |
| 2026-04-23 | 631.6860 |
| 2026-04-30 | 636.7511 |
| 2026-05-07 | 635.5709 |
| 2026-05-15 | 615.8275 |
| 2026-05-23 | 621.5781 |
| 2026-05-30 | 629.9637 |
| 2026-06-06 | 635.5082 |
| 2026-06-15 | 634.3406 |
| 2026-06-22 | 633.9933 |
| 2026-06-29 | 635.7142 |
| 2026-07-06 | 633.8579 |
| 2026-07-13 | 631.1688 |
| 2026-07-20 | 633.9307 |
| 2026-07-27 | 633.6538 |
| 2026-08-03 | 629.0988 |
| 2026-08-10 | 628.9403 |
| 2026-08-17 | 629.8076 |
| 2026-08-25 | 629.7279 |
| 2026-09-01 | 630.4943 |
| 2026-09-08 | 633.7224 |
| 2026-09-15 | 634.1042 |
| 2026-09-22 | 634.4448 |
High
751.2132
Low
584.6026
Average
631.8215
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.