Skip to content

CDF to PYG exchange rate API

Congolese Franc to Guarani · quoted 2026-09-24

2.5708

▼ +1.16% over 1Y

1 CDF = 2.5708 PYG · 1 PYG = 0.38898 CDF · Get this rate via the API

1 CDF buys 2.5708 PYG as of 2026-09-24, so 1 PYG buys 0.38898 CDF. Over the last year, CDF/PYG traded between 2.5708 and 3.2545, averaged 2.8111 and fell 1.16%. The API holds daily CDF/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/PYG over 1Y

CDF/PYG over 1Y: show the values
PointCDF/PYG
2025-09-242.6009
2025-10-012.7201
2025-10-082.8319
2025-10-153.1244
2025-10-223.2369
2025-10-293.1018
2025-11-053.2545
2025-11-123.2269
2025-11-193.0931
2025-11-263.0645
2025-12-033.0612
2025-12-113.0244
2025-12-182.9156
2025-12-252.9801
2026-01-012.9598
2026-01-082.8632
2026-01-152.9071
2026-01-223.0585
2026-01-292.9274
2026-02-052.9091
2026-02-122.9747
2026-02-192.8360
2026-02-263.0144
2026-03-052.8307
2026-03-122.8629
2026-03-192.8113
2026-03-262.8178
2026-04-022.8059
2026-04-092.8173
2026-04-162.7657
2026-04-232.7313
2026-04-302.6825
2026-05-072.6517
2026-05-152.7268
2026-05-232.7053
2026-05-302.6329
2026-06-062.6363
2026-06-152.6558
2026-06-222.6618
2026-06-292.6414
2026-07-062.6363
2026-07-132.6562
2026-07-202.6243
2026-07-272.6133
2026-08-032.5922
2026-08-102.5899
2026-08-172.6128
2026-08-252.6216
2026-09-012.5764
2026-09-082.5906
2026-09-152.6056
2026-09-222.5740

High

3.2545

Low

2.5708

Average

2.8111

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CDF/PYG API questions

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

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

How far back does CDF/PYG historical data go?

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