Skip to content

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

MVR/AFN over 1Y: show the values
PointMVR/AFN
2025-09-274.3478
2025-10-044.3890
2025-10-114.3570
2025-10-184.3523
2025-10-254.3133
2025-11-014.3429
2025-11-084.3400
2025-11-154.3050
2025-11-224.2851
2025-11-294.2964
2025-12-064.3249
2025-12-144.2892
2025-12-214.2910
2025-12-284.2820
2026-01-044.2737
2026-01-114.2798
2026-01-184.3010
2026-01-254.2851
2026-02-014.2446
2026-02-084.1811
2026-02-154.1119
2026-02-224.1010
2026-03-014.1239
2026-03-084.1015
2026-03-154.1141
2026-03-224.1519
2026-03-294.1573
2026-04-054.1978
2026-04-124.1722
2026-04-194.1722
2026-04-264.0129
2026-05-034.1411
2026-05-104.1549
2026-05-184.0559
2026-05-264.0873
2026-06-024.0427
2026-06-114.0468
2026-06-184.0823
2026-06-254.1079
2026-07-024.1098
2026-07-094.1439
2026-07-164.3006
2026-07-234.3292
2026-07-304.2481
2026-08-064.2510
2026-08-134.2331
2026-08-214.2688
2026-08-284.2665
2026-09-044.2620
2026-09-114.2303
2026-09-184.2071
2026-09-254.1403

High

4.3890

Low

4.0129

Average

4.2152

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.