Skip to content

WST to KMF exchange rate API

Tala to Comoro Franc · quoted 2026-09-26

157.3484

▲ +3.42% over 1Y

1 WST = 157.3484 KMF · 1 KMF = 0.006355 WST · Get this rate via the API

1 WST buys 157.3484 KMF as of 2026-09-26, so 1 KMF buys 0.006355 WST. Over the last year, WST/KMF traded between 150.6525 and 158.1118, averaged 154.5154 and rose 3.42%. The API holds daily WST/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/KMF over 1Y

WST/KMF over 1Y: show the values
PointWST/KMF
2025-09-26152.1388
2025-10-03152.9962
2025-10-10154.6635
2025-10-17151.6392
2025-10-24153.2636
2025-10-31152.9622
2025-11-07153.3976
2025-11-14151.6982
2025-11-21152.5006
2025-11-28151.7359
2025-12-05151.4004
2025-12-13151.0247
2025-12-20150.6525
2025-12-27150.7840
2026-01-03151.5430
2026-01-10151.8061
2026-01-17152.0753
2026-01-24151.0044
2026-01-31153.0398
2026-02-07152.5598
2026-02-14152.8973
2026-02-21153.8098
2026-02-28153.4367
2026-03-07154.5304
2026-03-14157.0624
2026-03-21155.5880
2026-03-28155.3634
2026-04-04154.4511
2026-04-11153.0079
2026-04-18153.8662
2026-04-25154.8520
2026-05-02153.5094
2026-05-09154.5807
2026-05-17157.8389
2026-05-25156.3180
2026-06-01156.6493
2026-06-10156.5411
2026-06-17156.5334
2026-06-24157.8418
2026-07-01156.6849
2026-07-08157.9933
2026-07-15157.4533
2026-07-22158.0992
2026-07-29158.1118
2026-08-05156.6852
2026-08-12156.7768
2026-08-20155.4711
2026-08-27156.4717
2026-09-03156.3134
2026-09-10155.8059
2026-09-17157.0754
2026-09-24157.4629

High

158.1118

Low

150.6525

Average

154.5154

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

WST/KMF API questions

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

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

How far back does WST/KMF historical data go?

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