PYG to KMF exchange rate API
Guarani to Comoro Franc · quoted 2026-09-26
0.07298
▲ +23.46% over 1Y
1 PYG = 0.07298 KMF · 1 KMF = 13.7014 PYG · Get this rate via the API
1 PYG buys 0.07298 KMF as of 2026-09-26, so 1 KMF buys 13.7014 PYG. Over the last year, PYG/KMF traded between 0.05912 and 0.07298, averaged 0.06597 and rose 23.46%. The API holds daily PYG/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PYG/KMF over 1Y: show the values
| Point | PYG/KMF |
|---|---|
| 2025-09-26 | 0.05912 |
| 2025-10-03 | 0.05923 |
| 2025-10-10 | 0.06064 |
| 2025-10-17 | 0.05971 |
| 2025-10-24 | 0.05996 |
| 2025-10-31 | 0.05998 |
| 2025-11-07 | 0.06017 |
| 2025-11-14 | 0.05995 |
| 2025-11-21 | 0.06064 |
| 2025-11-28 | 0.06081 |
| 2025-12-05 | 0.06073 |
| 2025-12-13 | 0.06120 |
| 2025-12-20 | 0.06263 |
| 2025-12-27 | 0.06150 |
| 2026-01-03 | 0.06399 |
| 2026-01-10 | 0.06424 |
| 2026-01-17 | 0.06266 |
| 2026-01-24 | 0.06224 |
| 2026-01-31 | 0.06186 |
| 2026-02-07 | 0.06319 |
| 2026-02-14 | 0.06319 |
| 2026-02-21 | 0.06457 |
| 2026-02-28 | 0.06474 |
| 2026-03-07 | 0.06474 |
| 2026-03-14 | 0.06665 |
| 2026-03-21 | 0.06505 |
| 2026-03-28 | 0.06545 |
| 2026-04-04 | 0.06604 |
| 2026-04-11 | 0.06497 |
| 2026-04-18 | 0.06562 |
| 2026-04-25 | 0.06634 |
| 2026-05-02 | 0.06827 |
| 2026-05-09 | 0.06844 |
| 2026-05-17 | 0.06945 |
| 2026-05-25 | 0.06901 |
| 2026-06-01 | 0.06887 |
| 2026-06-10 | 0.06941 |
| 2026-06-17 | 0.06933 |
| 2026-06-24 | 0.07086 |
| 2026-07-01 | 0.07103 |
| 2026-07-08 | 0.07063 |
| 2026-07-15 | 0.07111 |
| 2026-07-22 | 0.07103 |
| 2026-07-29 | 0.07201 |
| 2026-08-05 | 0.07161 |
| 2026-08-12 | 0.07167 |
| 2026-08-20 | 0.07038 |
| 2026-08-27 | 0.07055 |
| 2026-09-03 | 0.07182 |
| 2026-09-10 | 0.07162 |
| 2026-09-17 | 0.07190 |
| 2026-09-24 | 0.07281 |
High
0.07298
Low
0.05912
Average
0.06597
Get this rate via the API
One GET request returns the PYG/KMF 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=PYG¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PYG¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PYG¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
PYG/KMF API questions
How do I get the PYG/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PYG¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PYG/KMF rate in rates.KMF.
How far back does PYG/KMF historical data go?
Daily PYG/KMF 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 PYG/KMF 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.