Skip to content

SCR to MMK exchange rate API

Seychelles Rupee to Kyat · quoted 2026-09-24

147.8884

▲ +3.81% over 1Y

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 year, SCR/MMK traded between 138.3166 and 155.1299, averaged 147.1406 and rose 3.81%. 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 1Y

SCR/MMK over 1Y: show the values
PointSCR/MMK
2025-09-24142.4579
2025-10-01143.4711
2025-10-08144.3001
2025-10-15154.1947
2025-10-22145.4410
2025-10-29145.7602
2025-11-05140.2797
2025-11-12148.1668
2025-11-19148.5501
2025-11-26147.6969
2025-12-03146.1085
2025-12-11147.7321
2025-12-18143.4773
2025-12-25145.2457
2026-01-01138.7511
2026-01-08150.9989
2026-01-15146.7559
2026-01-22146.5077
2026-01-29147.3953
2026-02-05143.2627
2026-02-12152.9469
2026-02-19153.6517
2026-02-26152.1556
2026-03-05142.9181
2026-03-12141.8405
2026-03-19138.3166
2026-03-26150.9374
2026-04-02144.3601
2026-04-09147.8062
2026-04-16146.0557
2026-04-23153.3288
2026-04-30152.4652
2026-05-07150.5958
2026-05-15153.5417
2026-05-23152.7202
2026-05-30144.6138
2026-06-06155.1299
2026-06-15146.3165
2026-06-22146.0849
2026-06-29144.5962
2026-07-06146.9404
2026-07-13143.4620
2026-07-20149.8868
2026-07-27148.8738
2026-08-03145.8203
2026-08-10144.5546
2026-08-17147.6816
2026-08-25146.6613
2026-09-01148.0604
2026-09-08147.4586
2026-09-15148.4513
2026-09-22145.7763

High

155.1299

Low

138.3166

Average

147.1406

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.