Skip to content

SHP to KMF exchange rate API

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

572.1564

▲ +1.66% over 1Y

1 SHP = 572.1564 KMF · 1 KMF = 0.001748 SHP · Get this rate via the API

1 SHP buys 572.1564 KMF as of 2026-09-27, so 1 KMF buys 0.001748 SHP. Over the last year, SHP/KMF traded between 557.9916 and 578.7720, averaged 567.3106 and rose 1.66%. The API holds daily SHP/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SHP/KMF over 1Y

SHP/KMF over 1Y: show the values
PointSHP/KMF
2025-09-27562.7981
2025-10-04564.9035
2025-10-11566.0136
2025-10-18566.5840
2025-10-25563.4208
2025-11-01560.7885
2025-11-08559.7753
2025-11-15557.9916
2025-11-22559.0894
2025-11-29561.8218
2025-12-06563.1966
2025-12-14560.9038
2025-12-21562.1051
2025-12-28563.8958
2026-01-04564.6712
2026-01-11566.8433
2026-01-18567.1887
2026-01-25567.5553
2026-02-01568.1208
2026-02-08566.6637
2026-02-15565.7598
2026-02-22563.0681
2026-03-01561.4195
2026-03-08567.8727
2026-03-15567.9523
2026-03-22566.1750
2026-03-29565.6158
2026-04-05563.7562
2026-04-16559.8710
2026-04-23563.8891
2026-04-30565.2284
2026-05-07561.2105
2026-05-15565.2290
2026-05-23569.5126
2026-05-30567.8009
2026-06-06569.6450
2026-06-15569.8300
2026-06-22567.2783
2026-06-29570.4114
2026-07-06574.1588
2026-07-13577.4913
2026-07-20578.7720
2026-07-27576.0361
2026-08-03574.6934
2026-08-10574.3568
2026-08-17575.7295
2026-08-25575.0840
2026-09-01574.0288
2026-09-08572.9410
2026-09-15575.0769
2026-09-22573.7693

High

578.7720

Low

557.9916

Average

567.3106

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SHP/KMF API questions

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

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

How far back does SHP/KMF historical data go?

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