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: show the values
| Point | PGK/KMF |
|---|---|
| 2024-08-24 | 114.2497 |
| 2024-10-07 | 116.6012 |
| 2024-11-06 | 117.4587 |
| 2024-12-06 | 120.5881 |
| 2025-01-05 | 120.3499 |
| 2025-02-04 | 121.3995 |
| 2025-03-06 | 113.4876 |
| 2025-04-06 | 112.5978 |
| 2025-05-06 | 108.9969 |
| 2025-06-07 | 105.3412 |
| 2025-07-07 | 104.1805 |
| 2025-08-06 | 106.7324 |
| 2025-09-05 | 103.7312 |
| 2025-10-06 | 100.7592 |
| 2025-11-05 | 101.8074 |
| 2025-12-05 | 99.3681 |
| 2026-01-05 | 98.6446 |
| 2026-02-04 | 97.3398 |
| 2026-03-06 | 98.4679 |
| 2026-04-05 | 99.0413 |
| 2026-05-05 | 96.9314 |
| 2026-06-06 | 97.7581 |
| 2026-07-08 | 98.1406 |
| 2026-08-07 | 95.5302 |
| 2026-09-07 | 94.8254 |
High
121.3995
Low
94.8254
Average
105.4537
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.