Skip to content

MVR to AMD exchange rate API

Rufiyaa to Armenian Dram · quoted 2026-09-27

23.5161

▼ +6.47% over 5Y

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 5 years, MVR/AMD traded between 23.5161 and 26.1105, averaged 24.6931 and fell 6.47%. 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 5Y

MVR/AMD over 5Y: show the values
PointMVR/AMD
2024-08-2425.1421
2024-10-0724.9766
2024-11-0625.0898
2024-12-0626.1105
2025-01-0525.6727
2025-02-0425.7051
2025-03-0625.3639
2025-04-0625.3067
2025-05-0625.1189
2025-06-0724.8780
2025-07-0724.8074
2025-08-0624.7115
2025-09-0524.7206
2025-10-0624.8294
2025-11-0524.7223
2025-12-0524.6815
2026-01-0524.6814
2026-02-0424.3464
2026-03-0624.3889
2026-04-0524.3962
2026-05-0523.9990
2026-06-0623.8704
2026-07-0823.7558
2026-08-0723.6953
2026-09-0723.5349

High

26.1105

Low

23.5161

Average

24.6931

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.