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: show the values
| Point | MVR/TZS |
|---|---|
| 2025-09-25 | 154.7290 |
| 2025-10-02 | 155.3391 |
| 2025-10-09 | 157.8905 |
| 2025-10-16 | 158.1916 |
| 2025-10-23 | 160.1659 |
| 2025-10-30 | 158.7978 |
| 2025-11-06 | 159.0744 |
| 2025-11-13 | 157.2229 |
| 2025-11-20 | 156.9218 |
| 2025-11-27 | 158.0274 |
| 2025-12-04 | 157.2933 |
| 2025-12-12 | 158.4189 |
| 2025-12-19 | 159.4099 |
| 2025-12-26 | 157.8938 |
| 2026-01-02 | 158.9109 |
| 2026-01-09 | 160.3758 |
| 2026-01-16 | 160.1478 |
| 2026-01-23 | 162.4023 |
| 2026-01-30 | 163.6971 |
| 2026-02-06 | 165.0044 |
| 2026-02-13 | 166.4904 |
| 2026-02-20 | 166.6494 |
| 2026-02-27 | 163.8310 |
| 2026-03-06 | 166.7596 |
| 2026-03-13 | 167.8518 |
| 2026-03-20 | 167.2288 |
| 2026-03-27 | 166.3150 |
| 2026-04-03 | 165.0595 |
| 2026-04-10 | 167.8694 |
| 2026-04-17 | 168.9620 |
| 2026-04-24 | 168.9774 |
| 2026-05-01 | 168.1338 |
| 2026-05-08 | 168.1862 |
| 2026-05-16 | 169.0705 |
| 2026-05-24 | 169.6220 |
| 2026-05-31 | 169.5319 |
| 2026-06-09 | 169.2904 |
| 2026-06-16 | 169.4765 |
| 2026-06-23 | 169.8844 |
| 2026-06-30 | 169.7063 |
| 2026-07-07 | 169.7357 |
| 2026-07-14 | 170.0128 |
| 2026-07-21 | 170.2956 |
| 2026-07-28 | 170.5049 |
| 2026-08-04 | 170.6726 |
| 2026-08-11 | 171.1638 |
| 2026-08-18 | 170.9849 |
| 2026-08-26 | 171.1768 |
| 2026-09-02 | 170.7769 |
| 2026-09-09 | 170.6165 |
| 2026-09-16 | 170.9677 |
| 2026-09-23 | 170.7928 |
High
171.1768
Low
154.7290
Average
165.2297
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.