Skip to content

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

SCR/MWK over 1Y: show the values
PointSCR/MWK
2025-09-27119.4644
2025-10-04118.3004
2025-10-11121.5324
2025-10-18125.0050
2025-10-25124.0630
2025-11-01118.5148
2025-11-08125.7955
2025-11-15125.2232
2025-11-22127.1784
2025-11-29124.0440
2025-12-06128.4311
2025-12-14116.8053
2025-12-21117.3535
2025-12-28116.0609
2026-01-04115.6638
2026-01-11117.5279
2026-01-18116.8136
2026-01-25116.9640
2026-02-01116.3265
2026-02-08116.9536
2026-02-15118.8492
2026-02-22118.5224
2026-03-01118.0786
2026-03-08117.9625
2026-03-15115.0666
2026-03-22116.3871
2026-03-29115.7699
2026-04-05116.7018
2026-04-12114.0179
2026-04-19115.3460
2026-04-26116.9885
2026-05-03126.6887
2026-05-10116.2433
2026-05-18127.8542
2026-05-26121.5872
2026-06-02124.0336
2026-06-11123.2535
2026-06-18118.5053
2026-06-25118.4720
2026-07-02130.9405
2026-07-09118.6822
2026-07-16122.8260
2026-07-23122.5548
2026-07-30119.8177
2026-08-06121.9691
2026-08-13122.3782
2026-08-21123.6076
2026-08-28123.9114
2026-09-04121.3755
2026-09-11121.1006
2026-09-18125.2129
2026-09-25120.9588

High

130.9405

Low

114.0179

Average

120.4492

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.