Skip to content

MVR to AMD exchange rate API

Rufiyaa to Armenian Dram · quoted 2026-09-27

23.5161

▼ +4.68% over YTD

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 year to date, MVR/AMD traded between 23.4829 and 24.6708, averaged 24.0168 and fell 4.68%. 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 YTD

MVR/AMD over YTD: show the values
PointMVR/AMD
2025-12-3124.6708
2026-01-0724.6028
2026-01-1424.6193
2026-01-2124.5322
2026-01-2824.2097
2026-02-0424.3464
2026-02-1124.3850
2026-02-1824.3559
2026-02-2524.4219
2026-03-0424.3685
2026-03-1124.4026
2026-03-1824.3741
2026-03-2524.3781
2026-04-0124.3975
2026-04-0824.2358
2026-04-1524.2034
2026-04-2224.1001
2026-04-2924.0411
2026-05-0623.9177
2026-05-1423.8686
2026-05-2123.8182
2026-05-2923.7773
2026-06-0523.8694
2026-06-1423.8204
2026-06-2123.8128
2026-06-2823.8198
2026-07-0523.8043
2026-07-1223.7636
2026-07-1923.7287
2026-07-2623.6819
2026-08-0223.6613
2026-08-0923.6988
2026-08-1623.6627
2026-08-2423.5862
2026-08-3123.6856
2026-09-0723.5349
2026-09-1423.4974
2026-09-2123.4829

High

24.6708

Low

23.4829

Average

24.0168

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.