KMF to PYG exchange rate API
Comoro Franc to Guarani · quoted 2026-09-26
13.7013
▼ +19.00% over 1Y
1 KMF = 13.7013 PYG · 1 PYG = 0.07299 KMF · Get this rate via the API
1 KMF buys 13.7013 PYG as of 2026-09-26, so 1 PYG buys 0.07299 KMF. Over the last year, KMF/PYG traded between 13.7013 and 16.9161, averaged 15.2259 and fell 19.00%. The API holds daily KMF/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/PYG over 1Y: show the values
| Point | KMF/PYG |
|---|---|
| 2025-09-26 | 16.9161 |
| 2025-10-03 | 16.8833 |
| 2025-10-10 | 16.4915 |
| 2025-10-17 | 16.7479 |
| 2025-10-24 | 16.6786 |
| 2025-10-31 | 16.6727 |
| 2025-11-07 | 16.6187 |
| 2025-11-14 | 16.6810 |
| 2025-11-21 | 16.4891 |
| 2025-11-28 | 16.4436 |
| 2025-12-05 | 16.4661 |
| 2025-12-13 | 16.3390 |
| 2025-12-20 | 15.9656 |
| 2025-12-27 | 16.2586 |
| 2026-01-03 | 15.6267 |
| 2026-01-10 | 15.5675 |
| 2026-01-17 | 15.9597 |
| 2026-01-24 | 16.0663 |
| 2026-01-31 | 16.1658 |
| 2026-02-07 | 15.8253 |
| 2026-02-14 | 15.8257 |
| 2026-02-21 | 15.4860 |
| 2026-02-28 | 15.4467 |
| 2026-03-07 | 15.4462 |
| 2026-03-14 | 15.0037 |
| 2026-03-21 | 15.3728 |
| 2026-03-28 | 15.2777 |
| 2026-04-04 | 15.1423 |
| 2026-04-11 | 15.3926 |
| 2026-04-18 | 15.2401 |
| 2026-04-25 | 15.0728 |
| 2026-05-02 | 14.6467 |
| 2026-05-09 | 14.6117 |
| 2026-05-17 | 14.3986 |
| 2026-05-25 | 14.4912 |
| 2026-06-01 | 14.5201 |
| 2026-06-10 | 14.4072 |
| 2026-06-17 | 14.4226 |
| 2026-06-24 | 14.1124 |
| 2026-07-01 | 14.0795 |
| 2026-07-08 | 14.1573 |
| 2026-07-15 | 14.0632 |
| 2026-07-22 | 14.0777 |
| 2026-07-29 | 13.8862 |
| 2026-08-05 | 13.9650 |
| 2026-08-12 | 13.9537 |
| 2026-08-20 | 14.2076 |
| 2026-08-27 | 14.1738 |
| 2026-09-03 | 13.9235 |
| 2026-09-10 | 13.9630 |
| 2026-09-17 | 13.9084 |
| 2026-09-24 | 13.7346 |
High
16.9161
Low
13.7013
Average
15.2259
Get this rate via the API
One GET request returns the KMF/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=KMF¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/PYG API questions
How do I get the KMF/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/PYG rate in rates.PYG.
How far back does KMF/PYG historical data go?
Daily KMF/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 KMF/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.