PGK to KMF exchange rate API
Kina to Comoro Franc · quoted 2026-09-24
97.4670
▼ +3.05% over 1Y
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 year, PGK/KMF traded between 94.7452 and 101.8985, averaged 98.0376 and fell 3.05%. 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 1Y: show the values
| Point | PGK/KMF |
|---|---|
| 2025-09-24 | 100.5340 |
| 2025-10-01 | 101.0129 |
| 2025-10-08 | 101.3145 |
| 2025-10-15 | 100.9419 |
| 2025-10-22 | 101.8985 |
| 2025-10-29 | 100.7339 |
| 2025-11-05 | 101.8074 |
| 2025-11-12 | 100.5382 |
| 2025-11-19 | 100.5215 |
| 2025-11-26 | 100.1235 |
| 2025-12-03 | 98.4953 |
| 2025-12-11 | 99.0061 |
| 2025-12-18 | 98.4756 |
| 2025-12-25 | 96.7207 |
| 2026-01-01 | 98.2651 |
| 2026-01-08 | 98.7870 |
| 2026-01-15 | 99.0059 |
| 2026-01-22 | 98.5198 |
| 2026-01-29 | 96.0849 |
| 2026-02-05 | 97.4883 |
| 2026-02-12 | 96.7702 |
| 2026-02-19 | 97.1211 |
| 2026-02-26 | 96.9116 |
| 2026-03-05 | 98.4164 |
| 2026-03-12 | 99.0052 |
| 2026-03-19 | 99.3096 |
| 2026-03-26 | 98.7674 |
| 2026-04-02 | 98.7731 |
| 2026-04-09 | 98.2554 |
| 2026-04-16 | 96.3178 |
| 2026-04-23 | 96.8623 |
| 2026-04-30 | 97.1677 |
| 2026-05-07 | 96.3308 |
| 2026-05-15 | 97.0250 |
| 2026-05-23 | 97.6696 |
| 2026-05-30 | 96.8865 |
| 2026-06-06 | 97.7581 |
| 2026-06-15 | 96.8746 |
| 2026-06-22 | 98.0049 |
| 2026-06-29 | 98.1656 |
| 2026-07-06 | 97.5460 |
| 2026-07-13 | 97.7380 |
| 2026-07-20 | 97.3320 |
| 2026-07-27 | 97.4245 |
| 2026-08-03 | 96.1488 |
| 2026-08-10 | 96.5172 |
| 2026-08-17 | 95.0351 |
| 2026-08-25 | 94.7452 |
| 2026-09-01 | 95.8134 |
| 2026-09-08 | 95.0929 |
| 2026-09-15 | 95.4526 |
| 2026-09-22 | 97.0130 |
High
101.8985
Low
94.7452
Average
98.0376
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.