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: show the values
| Point | SHP/KMF |
|---|---|
| 2025-09-27 | 562.7981 |
| 2025-10-04 | 564.9035 |
| 2025-10-11 | 566.0136 |
| 2025-10-18 | 566.5840 |
| 2025-10-25 | 563.4208 |
| 2025-11-01 | 560.7885 |
| 2025-11-08 | 559.7753 |
| 2025-11-15 | 557.9916 |
| 2025-11-22 | 559.0894 |
| 2025-11-29 | 561.8218 |
| 2025-12-06 | 563.1966 |
| 2025-12-14 | 560.9038 |
| 2025-12-21 | 562.1051 |
| 2025-12-28 | 563.8958 |
| 2026-01-04 | 564.6712 |
| 2026-01-11 | 566.8433 |
| 2026-01-18 | 567.1887 |
| 2026-01-25 | 567.5553 |
| 2026-02-01 | 568.1208 |
| 2026-02-08 | 566.6637 |
| 2026-02-15 | 565.7598 |
| 2026-02-22 | 563.0681 |
| 2026-03-01 | 561.4195 |
| 2026-03-08 | 567.8727 |
| 2026-03-15 | 567.9523 |
| 2026-03-22 | 566.1750 |
| 2026-03-29 | 565.6158 |
| 2026-04-05 | 563.7562 |
| 2026-04-16 | 559.8710 |
| 2026-04-23 | 563.8891 |
| 2026-04-30 | 565.2284 |
| 2026-05-07 | 561.2105 |
| 2026-05-15 | 565.2290 |
| 2026-05-23 | 569.5126 |
| 2026-05-30 | 567.8009 |
| 2026-06-06 | 569.6450 |
| 2026-06-15 | 569.8300 |
| 2026-06-22 | 567.2783 |
| 2026-06-29 | 570.4114 |
| 2026-07-06 | 574.1588 |
| 2026-07-13 | 577.4913 |
| 2026-07-20 | 578.7720 |
| 2026-07-27 | 576.0361 |
| 2026-08-03 | 574.6934 |
| 2026-08-10 | 574.3568 |
| 2026-08-17 | 575.7295 |
| 2026-08-25 | 575.0840 |
| 2026-09-01 | 574.0288 |
| 2026-09-08 | 572.9410 |
| 2026-09-15 | 575.0769 |
| 2026-09-22 | 573.7693 |
High
578.7720
Low
557.9916
Average
567.3106
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=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¤cies=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.