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: show the values
| Point | MVR/AMD |
|---|---|
| 2026-08-28 | 23.5424 |
| 2026-08-29 | 23.5891 |
| 2026-08-30 | 23.5898 |
| 2026-08-31 | 23.6856 |
| 2026-09-01 | 23.5516 |
| 2026-09-02 | 23.5462 |
| 2026-09-03 | 23.5488 |
| 2026-09-04 | 23.5233 |
| 2026-09-05 | 23.5777 |
| 2026-09-06 | 23.5756 |
| 2026-09-07 | 23.5349 |
| 2026-09-08 | 23.5376 |
| 2026-09-09 | 23.4872 |
| 2026-09-10 | 23.5193 |
| 2026-09-11 | 23.5660 |
| 2026-09-12 | 23.4991 |
| 2026-09-13 | 23.5063 |
| 2026-09-14 | 23.4974 |
| 2026-09-15 | 23.4819 |
| 2026-09-16 | 23.5540 |
| 2026-09-17 | 23.6261 |
| 2026-09-18 | 23.4939 |
| 2026-09-19 | 23.5725 |
| 2026-09-20 | 23.5467 |
| 2026-09-21 | 23.4829 |
| 2026-09-22 | 23.5184 |
| 2026-09-23 | 23.5171 |
| 2026-09-24 | 23.5417 |
| 2026-09-25 | 23.4899 |
| 2026-09-26 | 23.5191 |
| 2026-09-27 | 23.5161 |
High
23.6856
Low
23.4819
Average
23.5392
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.