Skip to content

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

SCR/MWK over YTD: show the values
PointSCR/MWK
2025-12-31118.7452
2026-01-07123.7514
2026-01-14119.5564
2026-01-21122.3549
2026-01-28118.3253
2026-02-04115.7541
2026-02-11115.8429
2026-02-18120.2379
2026-02-25115.3698
2026-03-04126.4367
2026-03-11127.9187
2026-03-18121.4523
2026-03-25119.1528
2026-04-01116.8376
2026-04-08123.6099
2026-04-15122.9371
2026-04-22117.9521
2026-04-29127.4051
2026-05-06125.1918
2026-05-14121.7616
2026-05-21120.8123
2026-05-29121.3791
2026-06-05124.0913
2026-06-14119.1429
2026-06-21118.1347
2026-06-28116.5095
2026-07-05120.0124
2026-07-12117.3007
2026-07-19118.7459
2026-07-26119.5237
2026-08-02117.5281
2026-08-09118.0106
2026-08-16118.1689
2026-08-24119.4967
2026-08-31121.3931
2026-09-07122.0901
2026-09-14122.3422
2026-09-21119.9545

High

127.9187

Low

115.3698

Average

120.3936

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=MWK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=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&currencies=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.