SCR to MWK exchange rate API
Seychelles Rupee to Kwacha · quoted 2026-09-27
120.1204
▲ +1.16% over YTD
1 SCR = 120.1204 MWK · 1 MWK = 0.008325 SCR · Get this rate via the API
1 SCR buys 120.1204 MWK as of 2026-09-27, so 1 MWK buys 0.008325 SCR. Over the year to date, SCR/MWK traded between 115.3698 and 127.9187, averaged 120.3936 and rose 1.16%. The API holds daily SCR/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/MWK over YTD: show the values
| Point | SCR/MWK |
|---|---|
| 2025-12-31 | 118.7452 |
| 2026-01-07 | 123.7514 |
| 2026-01-14 | 119.5564 |
| 2026-01-21 | 122.3549 |
| 2026-01-28 | 118.3253 |
| 2026-02-04 | 115.7541 |
| 2026-02-11 | 115.8429 |
| 2026-02-18 | 120.2379 |
| 2026-02-25 | 115.3698 |
| 2026-03-04 | 126.4367 |
| 2026-03-11 | 127.9187 |
| 2026-03-18 | 121.4523 |
| 2026-03-25 | 119.1528 |
| 2026-04-01 | 116.8376 |
| 2026-04-08 | 123.6099 |
| 2026-04-15 | 122.9371 |
| 2026-04-22 | 117.9521 |
| 2026-04-29 | 127.4051 |
| 2026-05-06 | 125.1918 |
| 2026-05-14 | 121.7616 |
| 2026-05-21 | 120.8123 |
| 2026-05-29 | 121.3791 |
| 2026-06-05 | 124.0913 |
| 2026-06-14 | 119.1429 |
| 2026-06-21 | 118.1347 |
| 2026-06-28 | 116.5095 |
| 2026-07-05 | 120.0124 |
| 2026-07-12 | 117.3007 |
| 2026-07-19 | 118.7459 |
| 2026-07-26 | 119.5237 |
| 2026-08-02 | 117.5281 |
| 2026-08-09 | 118.0106 |
| 2026-08-16 | 118.1689 |
| 2026-08-24 | 119.4967 |
| 2026-08-31 | 121.3931 |
| 2026-09-07 | 122.0901 |
| 2026-09-14 | 122.3422 |
| 2026-09-21 | 119.9545 |
High
127.9187
Low
115.3698
Average
120.3936
Get this rate via the API
One GET request returns the SCR/MWK 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=SCR¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MWK").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/MWK API questions
How do I get the SCR/MWK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/MWK rate in rates.MWK.
How far back does SCR/MWK historical data go?
Daily SCR/MWK 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 SCR/MWK 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.