Skip to content

MVR to AMD exchange rate API

Rufiyaa to Armenian Dram · quoted 2026-09-27

23.5161

▼ +0.11% over 30D

1 MVR = 23.5161 AMD · 1 AMD = 0.04252 MVR · Get this rate via the API

1 MVR buys 23.5161 AMD as of 2026-09-27, so 1 AMD buys 0.04252 MVR. Over the last 30 days, MVR/AMD traded between 23.4819 and 23.6856, averaged 23.5392 and fell 0.11%. The API holds daily MVR/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/AMD over 30D

MVR/AMD over 30D: show the values
PointMVR/AMD
2026-08-2823.5424
2026-08-2923.5891
2026-08-3023.5898
2026-08-3123.6856
2026-09-0123.5516
2026-09-0223.5462
2026-09-0323.5488
2026-09-0423.5233
2026-09-0523.5777
2026-09-0623.5756
2026-09-0723.5349
2026-09-0823.5376
2026-09-0923.4872
2026-09-1023.5193
2026-09-1123.5660
2026-09-1223.4991
2026-09-1323.5063
2026-09-1423.4974
2026-09-1523.4819
2026-09-1623.5540
2026-09-1723.6261
2026-09-1823.4939
2026-09-1923.5725
2026-09-2023.5467
2026-09-2123.4829
2026-09-2223.5184
2026-09-2323.5171
2026-09-2423.5417
2026-09-2523.4899
2026-09-2623.5191
2026-09-2723.5161

High

23.6856

Low

23.4819

Average

23.5392

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/AMD API questions

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

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

How far back does MVR/AMD historical data go?

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