Skip to content

KMF to PKR exchange rate API

Comoro Franc to Pakistan Rupee · quoted 2026-09-25

0.64952

▼ +2.38% over 1Y

1 KMF = 0.64952 PKR · 1 PKR = 1.5396 KMF · Get this rate via the API

1 KMF buys 0.64952 PKR as of 2026-09-25, so 1 PKR buys 1.5396 KMF. Over the last year, KMF/PKR traded between 0.64952 and 0.67931, averaged 0.66379 and fell 2.38%. The API holds daily KMF/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/PKR over 1Y

KMF/PKR over 1Y: show the values
PointKMF/PKR
2025-09-250.66538
2025-10-020.66504
2025-10-090.66617
2025-10-160.67022
2025-10-230.66765
2025-10-300.66744
2025-11-060.66127
2025-11-130.66554
2025-11-200.66090
2025-11-270.66637
2025-12-040.67307
2025-12-120.66883
2025-12-190.67931
2025-12-260.67124
2026-01-020.67848
2026-01-090.66456
2026-01-160.66172
2026-01-230.66960
2026-01-300.67858
2026-02-060.67173
2026-02-130.67671
2026-02-200.67020
2026-02-270.67279
2026-03-060.66334
2026-03-130.65724
2026-03-200.65961
2026-03-270.65966
2026-04-030.65970
2026-04-100.66805
2026-04-170.67112
2026-04-240.66642
2026-05-010.66989
2026-05-080.67125
2026-05-160.65838
2026-05-240.65967
2026-05-310.66333
2026-06-090.65944
2026-06-160.66191
2026-06-230.65331
2026-06-300.65154
2026-07-070.65371
2026-07-140.65119
2026-07-210.65220
2026-07-280.64993
2026-08-040.65557
2026-08-110.65941
2026-08-180.66128
2026-08-260.66648
2026-09-020.66074
2026-09-090.66370
2026-09-160.65864
2026-09-230.65202

High

0.67931

Low

0.64952

Average

0.66379

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/PKR API questions

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

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

How far back does KMF/PKR historical data go?

Daily KMF/PKR 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/PKR 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.