Skip to content

PGK to KMF exchange rate API

Kina to Comoro Franc · quoted 2026-09-24

97.4670

▼ +14.69% over 5Y

1 PGK = 97.4670 KMF · 1 KMF = 0.01026 PGK · Get this rate via the API

1 PGK buys 97.4670 KMF as of 2026-09-24, so 1 KMF buys 0.01026 PGK. Over the last 5 years, PGK/KMF traded between 94.8254 and 121.3995, averaged 105.4537 and fell 14.69%. The API holds daily PGK/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/KMF over 5Y

PGK/KMF over 5Y: show the values
PointPGK/KMF
2024-08-24114.2497
2024-10-07116.6012
2024-11-06117.4587
2024-12-06120.5881
2025-01-05120.3499
2025-02-04121.3995
2025-03-06113.4876
2025-04-06112.5978
2025-05-06108.9969
2025-06-07105.3412
2025-07-07104.1805
2025-08-06106.7324
2025-09-05103.7312
2025-10-06100.7592
2025-11-05101.8074
2025-12-0599.3681
2026-01-0598.6446
2026-02-0497.3398
2026-03-0698.4679
2026-04-0599.0413
2026-05-0596.9314
2026-06-0697.7581
2026-07-0898.1406
2026-08-0795.5302
2026-09-0794.8254

High

121.3995

Low

94.8254

Average

105.4537

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/KMF API questions

How do I get the PGK/KMF exchange rate from an API?

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

How far back does PGK/KMF historical data go?

Daily PGK/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 PGK/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.