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: show the values
| Point | MVR/AMD |
|---|---|
| 2025-09-27 | 24.9915 |
| 2025-10-04 | 25.0167 |
| 2025-10-11 | 24.9506 |
| 2025-10-18 | 25.0886 |
| 2025-10-25 | 25.0349 |
| 2025-11-01 | 25.0100 |
| 2025-11-08 | 24.8540 |
| 2025-11-15 | 24.8127 |
| 2025-11-22 | 24.8081 |
| 2025-11-29 | 24.7223 |
| 2025-12-06 | 24.7757 |
| 2025-12-14 | 24.9342 |
| 2025-12-21 | 24.8914 |
| 2025-12-28 | 24.8730 |
| 2026-01-04 | 24.8624 |
| 2026-01-11 | 24.8510 |
| 2026-01-18 | 24.5795 |
| 2026-01-25 | 24.7594 |
| 2026-02-01 | 24.7801 |
| 2026-02-08 | 24.4401 |
| 2026-02-15 | 24.6483 |
| 2026-02-22 | 24.4347 |
| 2026-03-01 | 24.3807 |
| 2026-03-08 | 24.4097 |
| 2026-03-15 | 24.4122 |
| 2026-03-22 | 24.4209 |
| 2026-03-29 | 24.3957 |
| 2026-04-05 | 24.3962 |
| 2026-04-12 | 24.2890 |
| 2026-04-19 | 24.2422 |
| 2026-04-26 | 24.0287 |
| 2026-05-03 | 23.9909 |
| 2026-05-10 | 23.9082 |
| 2026-05-18 | 23.9779 |
| 2026-05-26 | 23.8265 |
| 2026-06-02 | 23.8665 |
| 2026-06-11 | 23.8318 |
| 2026-06-18 | 23.8083 |
| 2026-06-25 | 23.7378 |
| 2026-07-02 | 23.8224 |
| 2026-07-09 | 23.7013 |
| 2026-07-16 | 23.6439 |
| 2026-07-23 | 23.6619 |
| 2026-07-30 | 23.6040 |
| 2026-08-06 | 23.6525 |
| 2026-08-13 | 23.6830 |
| 2026-08-21 | 23.5860 |
| 2026-08-28 | 23.5424 |
| 2026-09-04 | 23.5233 |
| 2026-09-11 | 23.5660 |
| 2026-09-18 | 23.4939 |
| 2026-09-25 | 23.4899 |
High
25.0886
Low
23.4899
Average
24.2741
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.