Skip to content

SCR to MMK exchange rate API

Seychelles Rupee to Kyat · quoted 2026-09-24

147.8884

▲ +0.84% over 30D

1 SCR = 147.8884 MMK · 1 MMK = 0.006762 SCR · Get this rate via the API

1 SCR buys 147.8884 MMK as of 2026-09-24, so 1 MMK buys 0.006762 SCR. Over the last 30 days, SCR/MMK traded between 142.0751 and 152.4594, averaged 147.0126 and rose 0.84%. The API holds daily SCR/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/MMK over 30D

SCR/MMK over 30D: show the values
PointSCR/MMK
2026-08-25146.6613
2026-08-26147.9992
2026-08-27147.6035
2026-08-28149.8214
2026-08-29149.1847
2026-08-30143.0403
2026-08-31146.2927
2026-09-01148.0604
2026-09-02145.1914
2026-09-03146.3295
2026-09-04146.7622
2026-09-05152.3767
2026-09-06143.2922
2026-09-07147.8132
2026-09-08147.4586
2026-09-09146.9592
2026-09-10147.3920
2026-09-11146.5153
2026-09-12152.4594
2026-09-13142.0751
2026-09-14148.0881
2026-09-15148.4513
2026-09-16146.7610
2026-09-17145.4621
2026-09-18151.3626
2026-09-19147.2955
2026-09-20142.3583
2026-09-21145.3602
2026-09-22145.7763
2026-09-23144.4227
2026-09-24147.8884

High

152.4594

Low

142.0751

Average

147.0126

For developers

Get this rate via the API

One GET request returns the SCR/MMK 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=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=MMK");
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=MMK").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/MMK API questions

How do I get the SCR/MMK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/MMK rate in rates.MMK.

How far back does SCR/MMK historical data go?

Daily SCR/MMK 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/MMK 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.