Skip to content

KMF to SRD exchange rate API

Comoro Franc to Surinam Dollar · quoted 2026-09-24

0.08774

▼ +4.14% over 1Y

1 KMF = 0.08774 SRD · 1 SRD = 11.3978 KMF · Get this rate via the API

1 KMF buys 0.08774 SRD as of 2026-09-24, so 1 SRD buys 11.3978 KMF. Over the last year, KMF/SRD traded between 0.08674 and 0.09391, averaged 0.08961 and fell 4.14%. The API holds daily KMF/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/SRD over 1Y

KMF/SRD over 1Y: show the values
PointKMF/SRD
2025-09-240.09152
2025-10-010.09117
2025-10-080.09011
2025-10-150.09191
2025-10-220.09391
2025-10-290.09386
2025-11-050.08995
2025-11-120.09072
2025-11-190.09079
2025-11-260.09042
2025-12-030.09105
2025-12-110.09163
2025-12-180.09199
2025-12-250.09179
2026-01-010.09094
2026-01-080.09054
2026-01-150.09067
2026-01-220.09084
2026-01-290.09272
2026-02-050.09126
2026-02-120.09103
2026-02-190.09042
2026-02-260.09092
2026-03-050.08918
2026-03-120.08800
2026-03-190.08750
2026-03-260.08823
2026-04-020.08783
2026-04-090.08846
2026-04-160.08953
2026-04-230.08897
2026-04-300.08877
2026-05-070.08929
2026-05-150.08817
2026-05-230.08772
2026-05-300.08810
2026-06-060.08732
2026-06-150.08849
2026-06-220.08710
2026-06-290.08674
2026-07-060.08748
2026-07-130.08717
2026-07-200.08771
2026-07-270.08765
2026-08-030.08867
2026-08-100.08887
2026-08-170.08943
2026-08-250.08962
2026-09-010.08914
2026-09-080.08943
2026-09-150.08884
2026-09-220.08807

High

0.09391

Low

0.08674

Average

0.08961

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/SRD API questions

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

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

How far back does KMF/SRD historical data go?

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