Skip to content

MVR to AMD exchange rate API

Rufiyaa to Armenian Dram · quoted 2026-09-27

23.5161

▼ +5.90% over 1Y

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 year, MVR/AMD traded between 23.4899 and 25.0886, averaged 24.2741 and fell 5.90%. 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 1Y

MVR/AMD over 1Y: show the values
PointMVR/AMD
2025-09-2724.9915
2025-10-0425.0167
2025-10-1124.9506
2025-10-1825.0886
2025-10-2525.0349
2025-11-0125.0100
2025-11-0824.8540
2025-11-1524.8127
2025-11-2224.8081
2025-11-2924.7223
2025-12-0624.7757
2025-12-1424.9342
2025-12-2124.8914
2025-12-2824.8730
2026-01-0424.8624
2026-01-1124.8510
2026-01-1824.5795
2026-01-2524.7594
2026-02-0124.7801
2026-02-0824.4401
2026-02-1524.6483
2026-02-2224.4347
2026-03-0124.3807
2026-03-0824.4097
2026-03-1524.4122
2026-03-2224.4209
2026-03-2924.3957
2026-04-0524.3962
2026-04-1224.2890
2026-04-1924.2422
2026-04-2624.0287
2026-05-0323.9909
2026-05-1023.9082
2026-05-1823.9779
2026-05-2623.8265
2026-06-0223.8665
2026-06-1123.8318
2026-06-1823.8083
2026-06-2523.7378
2026-07-0223.8224
2026-07-0923.7013
2026-07-1623.6439
2026-07-2323.6619
2026-07-3023.6040
2026-08-0623.6525
2026-08-1323.6830
2026-08-2123.5860
2026-08-2823.5424
2026-09-0423.5233
2026-09-1123.5660
2026-09-1823.4939
2026-09-2523.4899

High

25.0886

Low

23.4899

Average

24.2741

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.