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: show the values
| Point | MVR/AMD |
|---|---|
| 2025-12-31 | 24.6708 |
| 2026-01-07 | 24.6028 |
| 2026-01-14 | 24.6193 |
| 2026-01-21 | 24.5322 |
| 2026-01-28 | 24.2097 |
| 2026-02-04 | 24.3464 |
| 2026-02-11 | 24.3850 |
| 2026-02-18 | 24.3559 |
| 2026-02-25 | 24.4219 |
| 2026-03-04 | 24.3685 |
| 2026-03-11 | 24.4026 |
| 2026-03-18 | 24.3741 |
| 2026-03-25 | 24.3781 |
| 2026-04-01 | 24.3975 |
| 2026-04-08 | 24.2358 |
| 2026-04-15 | 24.2034 |
| 2026-04-22 | 24.1001 |
| 2026-04-29 | 24.0411 |
| 2026-05-06 | 23.9177 |
| 2026-05-14 | 23.8686 |
| 2026-05-21 | 23.8182 |
| 2026-05-29 | 23.7773 |
| 2026-06-05 | 23.8694 |
| 2026-06-14 | 23.8204 |
| 2026-06-21 | 23.8128 |
| 2026-06-28 | 23.8198 |
| 2026-07-05 | 23.8043 |
| 2026-07-12 | 23.7636 |
| 2026-07-19 | 23.7287 |
| 2026-07-26 | 23.6819 |
| 2026-08-02 | 23.6613 |
| 2026-08-09 | 23.6988 |
| 2026-08-16 | 23.6627 |
| 2026-08-24 | 23.5862 |
| 2026-08-31 | 23.6856 |
| 2026-09-07 | 23.5349 |
| 2026-09-14 | 23.4974 |
| 2026-09-21 | 23.4829 |
High
24.6708
Low
23.4829
Average
24.0168
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.