Skip to content

MVR to TZS exchange rate API

Rufiyaa to Tanzanian Shilling · quoted 2026-09-25

170.6620

▲ +7.67% over YTD

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 year to date, MVR/TZS traded between 158.4993 and 170.8821, averaged 167.6864 and rose 7.67%. 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 YTD

MVR/TZS over YTD: show the values
PointMVR/TZS
2025-12-31158.4993
2026-01-07158.7693
2026-01-14159.6263
2026-01-21161.2224
2026-01-28163.5816
2026-02-04165.8389
2026-02-11165.7889
2026-02-18166.5285
2026-02-25165.2124
2026-03-04165.4479
2026-03-11167.5420
2026-03-18167.1655
2026-03-25166.2090
2026-04-01166.8320
2026-04-08167.5302
2026-04-15168.2097
2026-04-22168.2315
2026-04-29169.0115
2026-05-06168.4632
2026-05-14167.4597
2026-05-21168.7896
2026-05-29169.4602
2026-06-05169.0511
2026-06-14169.3042
2026-06-21169.6978
2026-06-28169.9149
2026-07-05169.7259
2026-07-12170.0878
2026-07-19170.1280
2026-07-26170.6860
2026-08-02169.9493
2026-08-09170.8821
2026-08-16170.8443
2026-08-24170.6563
2026-08-31170.6421
2026-09-07170.7528
2026-09-14170.6756
2026-09-21170.6898

High

170.8821

Low

158.4993

Average

167.6864

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.