Skip to content

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

QAR/CDF over 1Y: show the values
PointQAR/CDF
2025-09-24751.2132
2025-10-01715.7998
2025-10-08679.2596
2025-10-15617.1942
2025-10-22602.1461
2025-10-29627.8835
2025-11-05598.3638
2025-11-12601.3146
2025-11-19624.8514
2025-11-26625.6182
2025-12-03628.4340
2025-12-11630.0005
2025-12-18632.7505
2025-12-25625.6862
2026-01-01626.4338
2026-01-08631.5147
2026-01-15626.0072
2026-01-22600.8280
2026-01-29629.9466
2026-02-05626.0314
2026-02-12608.9118
2026-02-19634.7453
2026-02-26584.6026
2026-03-05631.7978
2026-03-12624.5182
2026-03-19635.0274
2026-03-26636.6228
2026-04-02635.5761
2026-04-09631.1072
2026-04-16633.7825
2026-04-23631.6860
2026-04-30636.7511
2026-05-07635.5709
2026-05-15615.8275
2026-05-23621.5781
2026-05-30629.9637
2026-06-06635.5082
2026-06-15634.3406
2026-06-22633.9933
2026-06-29635.7142
2026-07-06633.8579
2026-07-13631.1688
2026-07-20633.9307
2026-07-27633.6538
2026-08-03629.0988
2026-08-10628.9403
2026-08-17629.8076
2026-08-25629.7279
2026-09-01630.4943
2026-09-08633.7224
2026-09-15634.1042
2026-09-22634.4448

High

751.2132

Low

584.6026

Average

631.8215

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=CDF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=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&currencies=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.