MVR to AFN exchange rate API
Rufiyaa to Afghani · quoted 2026-09-27
4.1982
▼ +3.44% over 1Y
1 MVR = 4.1982 AFN · 1 AFN = 0.23820 MVR · Get this rate via the API
1 MVR buys 4.1982 AFN as of 2026-09-27, so 1 AFN buys 0.23820 MVR. Over the last year, MVR/AFN traded between 4.0129 and 4.3890, averaged 4.2152 and fell 3.44%. The API holds daily MVR/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/AFN over 1Y: show the values
| Point | MVR/AFN |
|---|---|
| 2025-09-27 | 4.3478 |
| 2025-10-04 | 4.3890 |
| 2025-10-11 | 4.3570 |
| 2025-10-18 | 4.3523 |
| 2025-10-25 | 4.3133 |
| 2025-11-01 | 4.3429 |
| 2025-11-08 | 4.3400 |
| 2025-11-15 | 4.3050 |
| 2025-11-22 | 4.2851 |
| 2025-11-29 | 4.2964 |
| 2025-12-06 | 4.3249 |
| 2025-12-14 | 4.2892 |
| 2025-12-21 | 4.2910 |
| 2025-12-28 | 4.2820 |
| 2026-01-04 | 4.2737 |
| 2026-01-11 | 4.2798 |
| 2026-01-18 | 4.3010 |
| 2026-01-25 | 4.2851 |
| 2026-02-01 | 4.2446 |
| 2026-02-08 | 4.1811 |
| 2026-02-15 | 4.1119 |
| 2026-02-22 | 4.1010 |
| 2026-03-01 | 4.1239 |
| 2026-03-08 | 4.1015 |
| 2026-03-15 | 4.1141 |
| 2026-03-22 | 4.1519 |
| 2026-03-29 | 4.1573 |
| 2026-04-05 | 4.1978 |
| 2026-04-12 | 4.1722 |
| 2026-04-19 | 4.1722 |
| 2026-04-26 | 4.0129 |
| 2026-05-03 | 4.1411 |
| 2026-05-10 | 4.1549 |
| 2026-05-18 | 4.0559 |
| 2026-05-26 | 4.0873 |
| 2026-06-02 | 4.0427 |
| 2026-06-11 | 4.0468 |
| 2026-06-18 | 4.0823 |
| 2026-06-25 | 4.1079 |
| 2026-07-02 | 4.1098 |
| 2026-07-09 | 4.1439 |
| 2026-07-16 | 4.3006 |
| 2026-07-23 | 4.3292 |
| 2026-07-30 | 4.2481 |
| 2026-08-06 | 4.2510 |
| 2026-08-13 | 4.2331 |
| 2026-08-21 | 4.2688 |
| 2026-08-28 | 4.2665 |
| 2026-09-04 | 4.2620 |
| 2026-09-11 | 4.2303 |
| 2026-09-18 | 4.2071 |
| 2026-09-25 | 4.1403 |
High
4.3890
Low
4.0129
Average
4.2152
Get this rate via the API
One GET request returns the MVR/AFN 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=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/AFN API questions
How do I get the MVR/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/AFN rate in rates.AFN.
How far back does MVR/AFN historical data go?
Daily MVR/AFN 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/AFN 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.