Skip to content

MVR to KZT exchange rate API

Rufiyaa to Tenge · quoted 2026-09-25

28.5890

▼ +18.70% over 1Y

1 MVR = 28.5890 KZT · 1 KZT = 0.03498 MVR · Get this rate via the API

1 MVR buys 28.5890 KZT as of 2026-09-25, so 1 KZT buys 0.03498 MVR. Over the last year, MVR/KZT traded between 28.5890 and 35.5302, averaged 31.7938 and fell 18.70%. The API holds daily MVR/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/KZT over 1Y

MVR/KZT over 1Y: show the values
PointMVR/KZT
2025-09-2535.1644
2025-10-0235.5302
2025-10-0935.0860
2025-10-1634.9386
2025-10-2334.9314
2025-10-3034.3197
2025-11-0634.0074
2025-11-1333.9793
2025-11-2033.5854
2025-11-2733.5837
2025-12-0432.5686
2025-12-1233.6716
2025-12-1933.3984
2025-12-2633.0178
2026-01-0232.8123
2026-01-0933.0292
2026-01-1633.0879
2026-01-2332.6845
2026-01-3032.5268
2026-02-0632.0022
2026-02-1332.0068
2026-02-2031.9487
2026-02-2732.3141
2026-03-0631.9277
2026-03-1331.7636
2026-03-2030.8980
2026-03-2731.1108
2026-04-0330.5683
2026-04-1030.8262
2026-04-1730.5275
2026-04-2430.0515
2026-05-0129.9766
2026-05-0830.0625
2026-05-1630.4532
2026-05-2430.5524
2026-05-3131.5854
2026-06-0931.4227
2026-06-1631.6694
2026-06-2331.5364
2026-06-3031.3871
2026-07-0730.5489
2026-07-1430.7381
2026-07-2130.4552
2026-07-2830.7218
2026-08-0430.7157
2026-08-1130.1990
2026-08-1829.8907
2026-08-2629.6014
2026-09-0229.6552
2026-09-0929.3749
2026-09-1629.1054
2026-09-2328.9624

High

35.5302

Low

28.5890

Average

31.7938

For developers

Get this rate via the API

One GET request returns the MVR/KZT 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=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=KZT");
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=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/KZT API questions

How do I get the MVR/KZT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/KZT rate in rates.KZT.

How far back does MVR/KZT historical data go?

Daily MVR/KZT 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/KZT 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.