Skip to content

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

PGK/KMF over 1Y: show the values
PointPGK/KMF
2025-09-24100.5340
2025-10-01101.0129
2025-10-08101.3145
2025-10-15100.9419
2025-10-22101.8985
2025-10-29100.7339
2025-11-05101.8074
2025-11-12100.5382
2025-11-19100.5215
2025-11-26100.1235
2025-12-0398.4953
2025-12-1199.0061
2025-12-1898.4756
2025-12-2596.7207
2026-01-0198.2651
2026-01-0898.7870
2026-01-1599.0059
2026-01-2298.5198
2026-01-2996.0849
2026-02-0597.4883
2026-02-1296.7702
2026-02-1997.1211
2026-02-2696.9116
2026-03-0598.4164
2026-03-1299.0052
2026-03-1999.3096
2026-03-2698.7674
2026-04-0298.7731
2026-04-0998.2554
2026-04-1696.3178
2026-04-2396.8623
2026-04-3097.1677
2026-05-0796.3308
2026-05-1597.0250
2026-05-2397.6696
2026-05-3096.8865
2026-06-0697.7581
2026-06-1596.8746
2026-06-2298.0049
2026-06-2998.1656
2026-07-0697.5460
2026-07-1397.7380
2026-07-2097.3320
2026-07-2797.4245
2026-08-0396.1488
2026-08-1096.5172
2026-08-1795.0351
2026-08-2594.7452
2026-09-0195.8134
2026-09-0895.0929
2026-09-1595.4526
2026-09-2297.0130

High

101.8985

Low

94.7452

Average

98.0376

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.