Skip to content

MVR to AFN exchange rate API

Rufiyaa to Afghani · quoted 2026-09-27

4.1982

▲ +2.13% over 6M

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 6 months, MVR/AFN traded between 4.0104 and 4.2839, averaged 4.1610 and rose 2.13%. 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 6M

MVR/AFN over 6M: show the values
PointMVR/AFN
2026-03-314.1106
2026-04-074.1327
2026-04-144.1425
2026-04-214.1423
2026-04-284.0104
2026-05-054.1083
2026-05-124.1359
2026-05-204.0801
2026-05-284.0536
2026-06-044.0440
2026-06-134.1667
2026-06-204.1588
2026-06-274.1849
2026-07-044.1047
2026-07-114.1179
2026-07-184.2839
2026-07-254.2634
2026-08-014.2642
2026-08-084.2605
2026-08-154.2365
2026-08-234.2043
2026-08-304.2119
2026-09-064.1733
2026-09-134.1640
2026-09-204.1939
2026-09-274.1982

High

4.2839

Low

4.0104

Average

4.1610

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=AFN");
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=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&currencies=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.