Skip to content

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

KMF/PYG over 1Y: show the values
PointKMF/PYG
2025-09-2616.9161
2025-10-0316.8833
2025-10-1016.4915
2025-10-1716.7479
2025-10-2416.6786
2025-10-3116.6727
2025-11-0716.6187
2025-11-1416.6810
2025-11-2116.4891
2025-11-2816.4436
2025-12-0516.4661
2025-12-1316.3390
2025-12-2015.9656
2025-12-2716.2586
2026-01-0315.6267
2026-01-1015.5675
2026-01-1715.9597
2026-01-2416.0663
2026-01-3116.1658
2026-02-0715.8253
2026-02-1415.8257
2026-02-2115.4860
2026-02-2815.4467
2026-03-0715.4462
2026-03-1415.0037
2026-03-2115.3728
2026-03-2815.2777
2026-04-0415.1423
2026-04-1115.3926
2026-04-1815.2401
2026-04-2515.0728
2026-05-0214.6467
2026-05-0914.6117
2026-05-1714.3986
2026-05-2514.4912
2026-06-0114.5201
2026-06-1014.4072
2026-06-1714.4226
2026-06-2414.1124
2026-07-0114.0795
2026-07-0814.1573
2026-07-1514.0632
2026-07-2214.0777
2026-07-2913.8862
2026-08-0513.9650
2026-08-1213.9537
2026-08-2014.2076
2026-08-2714.1738
2026-09-0313.9235
2026-09-1013.9630
2026-09-1713.9084
2026-09-2413.7346

High

16.9161

Low

13.7013

Average

15.2259

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=PYG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&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=KMF&currencies=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&currencies=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.