Skip to content

BTN to MVR exchange rate API

Ngultrum to Rufiyaa · quoted 2026-09-26

0.16149

▼ +7.01% over 1Y

1 BTN = 0.16149 MVR · 1 MVR = 6.1923 BTN · Get this rate via the API

1 BTN buys 0.16149 MVR as of 2026-09-26, so 1 MVR buys 6.1923 BTN. Over the last year, BTN/MVR traded between 0.16046 and 0.17545, averaged 0.16701 and fell 7.01%. The API holds daily BTN/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BTN/MVR over 1Y

BTN/MVR over 1Y: show the values
PointBTN/MVR
2025-09-260.17366
2025-10-030.17371
2025-10-100.17345
2025-10-170.17516
2025-10-240.17545
2025-10-310.17392
2025-11-070.17418
2025-11-140.17392
2025-11-210.17412
2025-11-280.17279
2025-12-050.17186
2025-12-130.17008
2025-12-200.17235
2025-12-270.17203
2026-01-030.17173
2026-01-100.17124
2026-01-170.17035
2026-01-240.16862
2026-01-310.16860
2026-02-070.17055
2026-02-140.17059
2026-02-210.16995
2026-02-280.16971
2026-03-070.16812
2026-03-140.16701
2026-03-210.16419
2026-03-280.16299
2026-04-040.16668
2026-04-110.16673
2026-04-180.16661
2026-04-250.16429
2026-05-020.16289
2026-05-090.16314
2026-05-170.16072
2026-05-250.16196
2026-06-010.16286
2026-06-100.16201
2026-06-170.16390
2026-06-240.16297
2026-07-010.16322
2026-07-080.16243
2026-07-150.16063
2026-07-220.16046
2026-07-290.16156
2026-08-050.16286
2026-08-120.16193
2026-08-200.16167
2026-08-270.16189
2026-09-030.16376
2026-09-100.16224
2026-09-170.16102
2026-09-240.16129

High

0.17545

Low

0.16046

Average

0.16701

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN&currencies=MVR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BTN/MVR API questions

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

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

How far back does BTN/MVR historical data go?

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