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: show the values
| Point | SCR/MMK |
|---|---|
| 2026-08-25 | 146.6613 |
| 2026-08-26 | 147.9992 |
| 2026-08-27 | 147.6035 |
| 2026-08-28 | 149.8214 |
| 2026-08-29 | 149.1847 |
| 2026-08-30 | 143.0403 |
| 2026-08-31 | 146.2927 |
| 2026-09-01 | 148.0604 |
| 2026-09-02 | 145.1914 |
| 2026-09-03 | 146.3295 |
| 2026-09-04 | 146.7622 |
| 2026-09-05 | 152.3767 |
| 2026-09-06 | 143.2922 |
| 2026-09-07 | 147.8132 |
| 2026-09-08 | 147.4586 |
| 2026-09-09 | 146.9592 |
| 2026-09-10 | 147.3920 |
| 2026-09-11 | 146.5153 |
| 2026-09-12 | 152.4594 |
| 2026-09-13 | 142.0751 |
| 2026-09-14 | 148.0881 |
| 2026-09-15 | 148.4513 |
| 2026-09-16 | 146.7610 |
| 2026-09-17 | 145.4621 |
| 2026-09-18 | 151.3626 |
| 2026-09-19 | 147.2955 |
| 2026-09-20 | 142.3583 |
| 2026-09-21 | 145.3602 |
| 2026-09-22 | 145.7763 |
| 2026-09-23 | 144.4227 |
| 2026-09-24 | 147.8884 |
High
152.4594
Low
142.0751
Average
147.0126
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.