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: show the values
| Point | MVR/TZS |
|---|---|
| 2025-12-31 | 158.4993 |
| 2026-01-07 | 158.7693 |
| 2026-01-14 | 159.6263 |
| 2026-01-21 | 161.2224 |
| 2026-01-28 | 163.5816 |
| 2026-02-04 | 165.8389 |
| 2026-02-11 | 165.7889 |
| 2026-02-18 | 166.5285 |
| 2026-02-25 | 165.2124 |
| 2026-03-04 | 165.4479 |
| 2026-03-11 | 167.5420 |
| 2026-03-18 | 167.1655 |
| 2026-03-25 | 166.2090 |
| 2026-04-01 | 166.8320 |
| 2026-04-08 | 167.5302 |
| 2026-04-15 | 168.2097 |
| 2026-04-22 | 168.2315 |
| 2026-04-29 | 169.0115 |
| 2026-05-06 | 168.4632 |
| 2026-05-14 | 167.4597 |
| 2026-05-21 | 168.7896 |
| 2026-05-29 | 169.4602 |
| 2026-06-05 | 169.0511 |
| 2026-06-14 | 169.3042 |
| 2026-06-21 | 169.6978 |
| 2026-06-28 | 169.9149 |
| 2026-07-05 | 169.7259 |
| 2026-07-12 | 170.0878 |
| 2026-07-19 | 170.1280 |
| 2026-07-26 | 170.6860 |
| 2026-08-02 | 169.9493 |
| 2026-08-09 | 170.8821 |
| 2026-08-16 | 170.8443 |
| 2026-08-24 | 170.6563 |
| 2026-08-31 | 170.6421 |
| 2026-09-07 | 170.7528 |
| 2026-09-14 | 170.6756 |
| 2026-09-21 | 170.6898 |
High
170.8821
Low
158.4993
Average
167.6864
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.