Skip to content

CDF to AMD exchange rate API

Congolese Franc to Armenian Dram · quoted 2026-09-24

0.15754

▼ +4.67% over 6M

1 CDF = 0.15754 AMD · 1 AMD = 6.3478 CDF · Get this rate via the API

1 CDF buys 0.15754 AMD as of 2026-09-24, so 1 AMD buys 6.3478 CDF. Over the last 6 months, CDF/AMD traded between 0.15749 and 0.16525, averaged 0.16000 and fell 4.67%. The API holds daily CDF/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/AMD over 6M

CDF/AMD over 6M: show the values
PointCDF/AMD
2026-03-280.16525
2026-04-040.16310
2026-04-110.16336
2026-04-180.16196
2026-04-250.16059
2026-05-020.15982
2026-05-090.16292
2026-05-170.16437
2026-05-250.15965
2026-06-010.15962
2026-06-100.15976
2026-06-170.15881
2026-06-240.16001
2026-07-010.15901
2026-07-080.15936
2026-07-150.15863
2026-07-220.15926
2026-07-290.15850
2026-08-050.15980
2026-08-120.15979
2026-08-200.15835
2026-08-270.15861
2026-09-030.15873
2026-09-100.15749
2026-09-170.15816
2026-09-240.15754

High

0.16525

Low

0.15749

Average

0.16000

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=AMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CDF/AMD API questions

How do I get the CDF/AMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CDF/AMD rate in rates.AMD.

How far back does CDF/AMD historical data go?

Daily CDF/AMD 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 CDF/AMD 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.