Skip to content

MVR to KGS exchange rate API

Rufiyaa to Som · quoted 2026-09-25

5.6573

▲ +1.86% over 5Y

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 5 years, MVR/KGS traded between 5.4954 and 5.6780, averaged 5.6448 and rose 1.86%. 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 5Y

MVR/KGS over 5Y: show the values
PointMVR/KGS
2024-08-245.5538
2024-10-075.4954
2024-11-065.5849
2024-12-065.6235
2025-01-055.6151
2025-02-045.6627
2025-03-065.6780
2025-04-065.6127
2025-05-065.6657
2025-06-075.6766
2025-07-075.6641
2025-08-065.6621
2025-09-055.6630
2025-10-065.6750
2025-11-055.6646
2025-12-055.6650
2026-01-055.6566
2026-02-045.6578
2026-03-065.6567
2026-04-055.6573
2026-05-055.6565
2026-06-065.6645
2026-07-085.6576
2026-08-075.6767
2026-09-075.6628

High

5.6780

Low

5.4954

Average

5.6448

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=KGS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=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&currencies=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.