Skip to content

MVR to TZS exchange rate API

Rufiyaa to Tanzanian Shilling · quoted 2026-09-25

170.6620

▲ +10.30% over 1Y

1 MVR = 170.6620 TZS · 1 TZS = 0.005860 MVR · Get this rate via the API

1 MVR buys 170.6620 TZS as of 2026-09-25, so 1 TZS buys 0.005860 MVR. Over the last year, MVR/TZS traded between 154.7290 and 171.1768, averaged 165.2297 and rose 10.30%. The API holds daily MVR/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/TZS over 1Y

MVR/TZS over 1Y: show the values
PointMVR/TZS
2025-09-25154.7290
2025-10-02155.3391
2025-10-09157.8905
2025-10-16158.1916
2025-10-23160.1659
2025-10-30158.7978
2025-11-06159.0744
2025-11-13157.2229
2025-11-20156.9218
2025-11-27158.0274
2025-12-04157.2933
2025-12-12158.4189
2025-12-19159.4099
2025-12-26157.8938
2026-01-02158.9109
2026-01-09160.3758
2026-01-16160.1478
2026-01-23162.4023
2026-01-30163.6971
2026-02-06165.0044
2026-02-13166.4904
2026-02-20166.6494
2026-02-27163.8310
2026-03-06166.7596
2026-03-13167.8518
2026-03-20167.2288
2026-03-27166.3150
2026-04-03165.0595
2026-04-10167.8694
2026-04-17168.9620
2026-04-24168.9774
2026-05-01168.1338
2026-05-08168.1862
2026-05-16169.0705
2026-05-24169.6220
2026-05-31169.5319
2026-06-09169.2904
2026-06-16169.4765
2026-06-23169.8844
2026-06-30169.7063
2026-07-07169.7357
2026-07-14170.0128
2026-07-21170.2956
2026-07-28170.5049
2026-08-04170.6726
2026-08-11171.1638
2026-08-18170.9849
2026-08-26171.1768
2026-09-02170.7769
2026-09-09170.6165
2026-09-16170.9677
2026-09-23170.7928

High

171.1768

Low

154.7290

Average

165.2297

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/TZS API questions

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

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

How far back does MVR/TZS historical data go?

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