MVR to KGS exchange rate API
Rufiyaa to Som · quoted 2026-09-25
5.6573
▼ +0.26% over 1Y
1 MVR = 5.6573 KGS · 1 KGS = 0.17676 MVR · Get this rate via the API
1 MVR buys 5.6573 KGS as of 2026-09-25, so 1 KGS buys 0.17676 MVR. Over the last year, MVR/KGS traded between 5.6542 and 5.6814, averaged 5.6632 and fell 0.26%. The API holds daily MVR/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/KGS over 1Y: show the values
| Point | MVR/KGS |
|---|---|
| 2025-09-25 | 5.6719 |
| 2025-10-02 | 5.6747 |
| 2025-10-09 | 5.6785 |
| 2025-10-16 | 5.6727 |
| 2025-10-23 | 5.6747 |
| 2025-10-30 | 5.6741 |
| 2025-11-06 | 5.6648 |
| 2025-11-13 | 5.6644 |
| 2025-11-20 | 5.6761 |
| 2025-11-27 | 5.6635 |
| 2025-12-04 | 5.6674 |
| 2025-12-12 | 5.6644 |
| 2025-12-19 | 5.6609 |
| 2025-12-26 | 5.6579 |
| 2026-01-02 | 5.6545 |
| 2026-01-09 | 5.6570 |
| 2026-01-16 | 5.6578 |
| 2026-01-23 | 5.6584 |
| 2026-01-30 | 5.6574 |
| 2026-02-06 | 5.6594 |
| 2026-02-13 | 5.6578 |
| 2026-02-20 | 5.6638 |
| 2026-02-27 | 5.6571 |
| 2026-03-06 | 5.6567 |
| 2026-03-13 | 5.6570 |
| 2026-03-20 | 5.6584 |
| 2026-03-27 | 5.6571 |
| 2026-04-03 | 5.6574 |
| 2026-04-10 | 5.6601 |
| 2026-04-17 | 5.6602 |
| 2026-04-24 | 5.6542 |
| 2026-05-01 | 5.6565 |
| 2026-05-08 | 5.6565 |
| 2026-05-16 | 5.6766 |
| 2026-05-24 | 5.6660 |
| 2026-05-31 | 5.6738 |
| 2026-06-09 | 5.6577 |
| 2026-06-16 | 5.6572 |
| 2026-06-23 | 5.6564 |
| 2026-06-30 | 5.6586 |
| 2026-07-07 | 5.6578 |
| 2026-07-14 | 5.6577 |
| 2026-07-21 | 5.6563 |
| 2026-07-28 | 5.6791 |
| 2026-08-04 | 5.6797 |
| 2026-08-11 | 5.6605 |
| 2026-08-18 | 5.6814 |
| 2026-08-26 | 5.6629 |
| 2026-09-02 | 5.6628 |
| 2026-09-09 | 5.6634 |
| 2026-09-16 | 5.6633 |
| 2026-09-23 | 5.6572 |
High
5.6814
Low
5.6542
Average
5.6632
Get this rate via the API
One GET request returns the MVR/KGS 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=MVR¤cies=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/KGS API questions
How do I get the MVR/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/KGS rate in rates.KGS.
How far back does MVR/KGS historical data go?
Daily MVR/KGS 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 MVR/KGS 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.