Skip to content

KMF to SHP exchange rate API

Comoro Franc to Saint Helena Pound · quoted 2026-09-27

0.001747

▼ +1.63% over 1Y

1 KMF = 0.001747 SHP · 1 SHP = 572.4098 KMF · Get this rate via the API

1 KMF buys 0.001747 SHP as of 2026-09-27, so 1 SHP buys 572.4098 KMF. Over the last year, KMF/SHP traded between 0.001727 and 0.001792, averaged 0.001762 and fell 1.63%. The API holds daily KMF/SHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/SHP over 1Y

KMF/SHP over 1Y: show the values
PointKMF/SHP
2025-09-270.001776
2025-10-040.001770
2025-10-110.001766
2025-10-180.001764
2025-10-250.001774
2025-11-010.001783
2025-11-080.001786
2025-11-150.001792
2025-11-220.001788
2025-11-290.001779
2025-12-060.001775
2025-12-140.001782
2025-12-210.001779
2025-12-280.001773
2026-01-040.001770
2026-01-110.001764
2026-01-180.001763
2026-01-250.001761
2026-02-010.001760
2026-02-080.001764
2026-02-150.001767
2026-02-220.001775
2026-03-010.001781
2026-03-080.001760
2026-03-150.001760
2026-03-220.001766
2026-03-290.001767
2026-04-050.001773
2026-04-160.001786
2026-04-230.001773
2026-04-300.001769
2026-05-070.001781
2026-05-150.001769
2026-05-230.001755
2026-05-300.001761
2026-06-060.001755
2026-06-150.001754
2026-06-220.001762
2026-06-290.001753
2026-07-060.001741
2026-07-130.001731
2026-07-200.001727
2026-07-270.001736
2026-08-030.001740
2026-08-100.001741
2026-08-170.001736
2026-08-250.001738
2026-09-010.001742
2026-09-080.001745
2026-09-150.001738
2026-09-220.001742

High

0.001792

Low

0.001727

Average

0.001762

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/SHP API questions

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

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

How far back does KMF/SHP historical data go?

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