SCR to MWK exchange rate API
Seychelles Rupee to Kwacha · quoted 2026-09-27
120.1204
▲ +0.55% over 1Y
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 last year, SCR/MWK traded between 114.0179 and 130.9405, averaged 120.4492 and rose 0.55%. 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 1Y: show the values
| Point | SCR/MWK |
|---|---|
| 2025-09-27 | 119.4644 |
| 2025-10-04 | 118.3004 |
| 2025-10-11 | 121.5324 |
| 2025-10-18 | 125.0050 |
| 2025-10-25 | 124.0630 |
| 2025-11-01 | 118.5148 |
| 2025-11-08 | 125.7955 |
| 2025-11-15 | 125.2232 |
| 2025-11-22 | 127.1784 |
| 2025-11-29 | 124.0440 |
| 2025-12-06 | 128.4311 |
| 2025-12-14 | 116.8053 |
| 2025-12-21 | 117.3535 |
| 2025-12-28 | 116.0609 |
| 2026-01-04 | 115.6638 |
| 2026-01-11 | 117.5279 |
| 2026-01-18 | 116.8136 |
| 2026-01-25 | 116.9640 |
| 2026-02-01 | 116.3265 |
| 2026-02-08 | 116.9536 |
| 2026-02-15 | 118.8492 |
| 2026-02-22 | 118.5224 |
| 2026-03-01 | 118.0786 |
| 2026-03-08 | 117.9625 |
| 2026-03-15 | 115.0666 |
| 2026-03-22 | 116.3871 |
| 2026-03-29 | 115.7699 |
| 2026-04-05 | 116.7018 |
| 2026-04-12 | 114.0179 |
| 2026-04-19 | 115.3460 |
| 2026-04-26 | 116.9885 |
| 2026-05-03 | 126.6887 |
| 2026-05-10 | 116.2433 |
| 2026-05-18 | 127.8542 |
| 2026-05-26 | 121.5872 |
| 2026-06-02 | 124.0336 |
| 2026-06-11 | 123.2535 |
| 2026-06-18 | 118.5053 |
| 2026-06-25 | 118.4720 |
| 2026-07-02 | 130.9405 |
| 2026-07-09 | 118.6822 |
| 2026-07-16 | 122.8260 |
| 2026-07-23 | 122.5548 |
| 2026-07-30 | 119.8177 |
| 2026-08-06 | 121.9691 |
| 2026-08-13 | 122.3782 |
| 2026-08-21 | 123.6076 |
| 2026-08-28 | 123.9114 |
| 2026-09-04 | 121.3755 |
| 2026-09-11 | 121.1006 |
| 2026-09-18 | 125.2129 |
| 2026-09-25 | 120.9588 |
High
130.9405
Low
114.0179
Average
120.4492
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.