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: show the values
| Point | CDF/PYG |
|---|---|
| 2025-09-24 | 2.6009 |
| 2025-10-01 | 2.7201 |
| 2025-10-08 | 2.8319 |
| 2025-10-15 | 3.1244 |
| 2025-10-22 | 3.2369 |
| 2025-10-29 | 3.1018 |
| 2025-11-05 | 3.2545 |
| 2025-11-12 | 3.2269 |
| 2025-11-19 | 3.0931 |
| 2025-11-26 | 3.0645 |
| 2025-12-03 | 3.0612 |
| 2025-12-11 | 3.0244 |
| 2025-12-18 | 2.9156 |
| 2025-12-25 | 2.9801 |
| 2026-01-01 | 2.9598 |
| 2026-01-08 | 2.8632 |
| 2026-01-15 | 2.9071 |
| 2026-01-22 | 3.0585 |
| 2026-01-29 | 2.9274 |
| 2026-02-05 | 2.9091 |
| 2026-02-12 | 2.9747 |
| 2026-02-19 | 2.8360 |
| 2026-02-26 | 3.0144 |
| 2026-03-05 | 2.8307 |
| 2026-03-12 | 2.8629 |
| 2026-03-19 | 2.8113 |
| 2026-03-26 | 2.8178 |
| 2026-04-02 | 2.8059 |
| 2026-04-09 | 2.8173 |
| 2026-04-16 | 2.7657 |
| 2026-04-23 | 2.7313 |
| 2026-04-30 | 2.6825 |
| 2026-05-07 | 2.6517 |
| 2026-05-15 | 2.7268 |
| 2026-05-23 | 2.7053 |
| 2026-05-30 | 2.6329 |
| 2026-06-06 | 2.6363 |
| 2026-06-15 | 2.6558 |
| 2026-06-22 | 2.6618 |
| 2026-06-29 | 2.6414 |
| 2026-07-06 | 2.6363 |
| 2026-07-13 | 2.6562 |
| 2026-07-20 | 2.6243 |
| 2026-07-27 | 2.6133 |
| 2026-08-03 | 2.5922 |
| 2026-08-10 | 2.5899 |
| 2026-08-17 | 2.6128 |
| 2026-08-25 | 2.6216 |
| 2026-09-01 | 2.5764 |
| 2026-09-08 | 2.5906 |
| 2026-09-15 | 2.6056 |
| 2026-09-22 | 2.5740 |
High
3.2545
Low
2.5708
Average
2.8111
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=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¤cies=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.