TOP to MVR exchange rate API
Pa’anga to Rufiyaa · quoted 2026-09-25
6.4788
▼ +0.25% over YTD
1 TOP = 6.4788 MVR · 1 MVR = 0.15435 TOP · Get this rate via the API
1 TOP buys 6.4788 MVR as of 2026-09-25, so 1 MVR buys 0.15435 TOP. Over the year to date, TOP/MVR traded between 6.4652 and 6.6930, averaged 6.5742 and fell 0.25%. The API holds daily TOP/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/MVR over YTD: show the values
| Point | TOP/MVR |
|---|---|
| 2025-12-31 | 6.4948 |
| 2026-01-07 | 6.4876 |
| 2026-01-14 | 6.5138 |
| 2026-01-21 | 6.5370 |
| 2026-01-28 | 6.5919 |
| 2026-02-04 | 6.6260 |
| 2026-02-11 | 6.6297 |
| 2026-02-18 | 6.5982 |
| 2026-02-25 | 6.6136 |
| 2026-03-04 | 6.5871 |
| 2026-03-11 | 6.5826 |
| 2026-03-18 | 6.6048 |
| 2026-03-25 | 6.5851 |
| 2026-04-01 | 6.5495 |
| 2026-04-08 | 6.5551 |
| 2026-04-16 | 6.6591 |
| 2026-04-23 | 6.5802 |
| 2026-04-30 | 6.6629 |
| 2026-05-07 | 6.6317 |
| 2026-05-15 | 6.6930 |
| 2026-05-23 | 6.5270 |
| 2026-05-30 | 6.4652 |
| 2026-06-06 | 6.4862 |
| 2026-06-15 | 6.5665 |
| 2026-06-22 | 6.5655 |
| 2026-06-29 | 6.5256 |
| 2026-07-06 | 6.5334 |
| 2026-07-13 | 6.5395 |
| 2026-07-20 | 6.5715 |
| 2026-07-27 | 6.5733 |
| 2026-08-03 | 6.5595 |
| 2026-08-10 | 6.5811 |
| 2026-08-17 | 6.5923 |
| 2026-08-25 | 6.6278 |
| 2026-09-01 | 6.6108 |
| 2026-09-08 | 6.6166 |
| 2026-09-15 | 6.5568 |
| 2026-09-22 | 6.6311 |
High
6.6930
Low
6.4652
Average
6.5742
Get this rate via the API
One GET request returns the TOP/MVR 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=TOP¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MVR").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/MVR API questions
How do I get the TOP/MVR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/MVR rate in rates.MVR.
How far back does TOP/MVR historical data go?
Daily TOP/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 TOP/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.