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: show the values
| Point | MVR/KZT |
|---|---|
| 2025-09-25 | 35.1644 |
| 2025-10-02 | 35.5302 |
| 2025-10-09 | 35.0860 |
| 2025-10-16 | 34.9386 |
| 2025-10-23 | 34.9314 |
| 2025-10-30 | 34.3197 |
| 2025-11-06 | 34.0074 |
| 2025-11-13 | 33.9793 |
| 2025-11-20 | 33.5854 |
| 2025-11-27 | 33.5837 |
| 2025-12-04 | 32.5686 |
| 2025-12-12 | 33.6716 |
| 2025-12-19 | 33.3984 |
| 2025-12-26 | 33.0178 |
| 2026-01-02 | 32.8123 |
| 2026-01-09 | 33.0292 |
| 2026-01-16 | 33.0879 |
| 2026-01-23 | 32.6845 |
| 2026-01-30 | 32.5268 |
| 2026-02-06 | 32.0022 |
| 2026-02-13 | 32.0068 |
| 2026-02-20 | 31.9487 |
| 2026-02-27 | 32.3141 |
| 2026-03-06 | 31.9277 |
| 2026-03-13 | 31.7636 |
| 2026-03-20 | 30.8980 |
| 2026-03-27 | 31.1108 |
| 2026-04-03 | 30.5683 |
| 2026-04-10 | 30.8262 |
| 2026-04-17 | 30.5275 |
| 2026-04-24 | 30.0515 |
| 2026-05-01 | 29.9766 |
| 2026-05-08 | 30.0625 |
| 2026-05-16 | 30.4532 |
| 2026-05-24 | 30.5524 |
| 2026-05-31 | 31.5854 |
| 2026-06-09 | 31.4227 |
| 2026-06-16 | 31.6694 |
| 2026-06-23 | 31.5364 |
| 2026-06-30 | 31.3871 |
| 2026-07-07 | 30.5489 |
| 2026-07-14 | 30.7381 |
| 2026-07-21 | 30.4552 |
| 2026-07-28 | 30.7218 |
| 2026-08-04 | 30.7157 |
| 2026-08-11 | 30.1990 |
| 2026-08-18 | 29.8907 |
| 2026-08-26 | 29.6014 |
| 2026-09-02 | 29.6552 |
| 2026-09-09 | 29.3749 |
| 2026-09-16 | 29.1054 |
| 2026-09-23 | 28.9624 |
High
35.5302
Low
28.5890
Average
31.7938
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.