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: show the values
| Point | SCR/MMK |
|---|---|
| 2025-09-24 | 142.4579 |
| 2025-10-01 | 143.4711 |
| 2025-10-08 | 144.3001 |
| 2025-10-15 | 154.1947 |
| 2025-10-22 | 145.4410 |
| 2025-10-29 | 145.7602 |
| 2025-11-05 | 140.2797 |
| 2025-11-12 | 148.1668 |
| 2025-11-19 | 148.5501 |
| 2025-11-26 | 147.6969 |
| 2025-12-03 | 146.1085 |
| 2025-12-11 | 147.7321 |
| 2025-12-18 | 143.4773 |
| 2025-12-25 | 145.2457 |
| 2026-01-01 | 138.7511 |
| 2026-01-08 | 150.9989 |
| 2026-01-15 | 146.7559 |
| 2026-01-22 | 146.5077 |
| 2026-01-29 | 147.3953 |
| 2026-02-05 | 143.2627 |
| 2026-02-12 | 152.9469 |
| 2026-02-19 | 153.6517 |
| 2026-02-26 | 152.1556 |
| 2026-03-05 | 142.9181 |
| 2026-03-12 | 141.8405 |
| 2026-03-19 | 138.3166 |
| 2026-03-26 | 150.9374 |
| 2026-04-02 | 144.3601 |
| 2026-04-09 | 147.8062 |
| 2026-04-16 | 146.0557 |
| 2026-04-23 | 153.3288 |
| 2026-04-30 | 152.4652 |
| 2026-05-07 | 150.5958 |
| 2026-05-15 | 153.5417 |
| 2026-05-23 | 152.7202 |
| 2026-05-30 | 144.6138 |
| 2026-06-06 | 155.1299 |
| 2026-06-15 | 146.3165 |
| 2026-06-22 | 146.0849 |
| 2026-06-29 | 144.5962 |
| 2026-07-06 | 146.9404 |
| 2026-07-13 | 143.4620 |
| 2026-07-20 | 149.8868 |
| 2026-07-27 | 148.8738 |
| 2026-08-03 | 145.8203 |
| 2026-08-10 | 144.5546 |
| 2026-08-17 | 147.6816 |
| 2026-08-25 | 146.6613 |
| 2026-09-01 | 148.0604 |
| 2026-09-08 | 147.4586 |
| 2026-09-15 | 148.4513 |
| 2026-09-22 | 145.7763 |
High
155.1299
Low
138.3166
Average
147.1406
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.