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: show the values
| Point | WST/KMF |
|---|---|
| 2025-09-26 | 152.1388 |
| 2025-10-03 | 152.9962 |
| 2025-10-10 | 154.6635 |
| 2025-10-17 | 151.6392 |
| 2025-10-24 | 153.2636 |
| 2025-10-31 | 152.9622 |
| 2025-11-07 | 153.3976 |
| 2025-11-14 | 151.6982 |
| 2025-11-21 | 152.5006 |
| 2025-11-28 | 151.7359 |
| 2025-12-05 | 151.4004 |
| 2025-12-13 | 151.0247 |
| 2025-12-20 | 150.6525 |
| 2025-12-27 | 150.7840 |
| 2026-01-03 | 151.5430 |
| 2026-01-10 | 151.8061 |
| 2026-01-17 | 152.0753 |
| 2026-01-24 | 151.0044 |
| 2026-01-31 | 153.0398 |
| 2026-02-07 | 152.5598 |
| 2026-02-14 | 152.8973 |
| 2026-02-21 | 153.8098 |
| 2026-02-28 | 153.4367 |
| 2026-03-07 | 154.5304 |
| 2026-03-14 | 157.0624 |
| 2026-03-21 | 155.5880 |
| 2026-03-28 | 155.3634 |
| 2026-04-04 | 154.4511 |
| 2026-04-11 | 153.0079 |
| 2026-04-18 | 153.8662 |
| 2026-04-25 | 154.8520 |
| 2026-05-02 | 153.5094 |
| 2026-05-09 | 154.5807 |
| 2026-05-17 | 157.8389 |
| 2026-05-25 | 156.3180 |
| 2026-06-01 | 156.6493 |
| 2026-06-10 | 156.5411 |
| 2026-06-17 | 156.5334 |
| 2026-06-24 | 157.8418 |
| 2026-07-01 | 156.6849 |
| 2026-07-08 | 157.9933 |
| 2026-07-15 | 157.4533 |
| 2026-07-22 | 158.0992 |
| 2026-07-29 | 158.1118 |
| 2026-08-05 | 156.6852 |
| 2026-08-12 | 156.7768 |
| 2026-08-20 | 155.4711 |
| 2026-08-27 | 156.4717 |
| 2026-09-03 | 156.3134 |
| 2026-09-10 | 155.8059 |
| 2026-09-17 | 157.0754 |
| 2026-09-24 | 157.4629 |
High
158.1118
Low
150.6525
Average
154.5154
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=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¤cies=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.