QAR to CDF exchange rate API
Qatari Rial to Congolese Franc · quoted 2026-09-24
634.6830
▼ +17.39% over 5Y
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 5 years, QAR/CDF traded between 598.3638 and 799.9999, averaged 710.7373 and fell 17.39%. 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 5Y: show the values
| Point | QAR/CDF |
|---|---|
| 2024-08-24 | 768.2428 |
| 2024-10-07 | 786.7276 |
| 2024-11-06 | 785.6410 |
| 2024-12-06 | 785.1548 |
| 2025-01-05 | 780.1538 |
| 2025-02-04 | 784.8464 |
| 2025-03-06 | 786.9505 |
| 2025-04-06 | 786.4979 |
| 2025-05-06 | 794.8222 |
| 2025-06-07 | 789.3885 |
| 2025-07-07 | 799.7252 |
| 2025-08-06 | 799.9999 |
| 2025-09-05 | 799.1753 |
| 2025-10-06 | 688.9323 |
| 2025-11-05 | 598.3638 |
| 2025-12-05 | 626.7899 |
| 2026-01-05 | 624.9894 |
| 2026-02-04 | 624.7640 |
| 2026-03-06 | 634.5999 |
| 2026-04-05 | 632.9756 |
| 2026-05-05 | 635.7395 |
| 2026-06-06 | 635.5082 |
| 2026-07-08 | 633.1034 |
| 2026-08-07 | 629.1142 |
| 2026-09-07 | 632.2800 |
High
799.9999
Low
598.3638
Average
710.7373
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.