Skip to content

MVR to ARS exchange rate API

Rufiyaa to Argentine Peso · quoted 2026-09-25

98.3120

▲ +13.35% over 1Y

1 MVR = 98.3120 ARS · 1 ARS = 0.01017 MVR · Get this rate via the API

1 MVR buys 98.3120 ARS as of 2026-09-25, so 1 ARS buys 0.01017 MVR. Over the last year, MVR/ARS traded between 86.7305 and 98.3120, averaged 93.1374 and rose 13.35%. The API holds daily MVR/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/ARS over 1Y

MVR/ARS over 1Y: show the values
PointMVR/ARS
2025-09-2586.7305
2025-10-0292.4129
2025-10-0992.8417
2025-10-1688.3114
2025-10-2396.5759
2025-10-3093.3135
2025-11-0693.9443
2025-11-1391.1976
2025-11-2091.0382
2025-11-2794.0469
2025-12-0494.1237
2025-12-1293.0312
2025-12-1993.8540
2025-12-2693.7666
2026-01-0293.8138
2026-01-0994.6374
2026-01-1693.2840
2026-01-2392.4600
2026-01-3093.4079
2026-02-0693.3135
2026-02-1390.6755
2026-02-2090.0444
2026-02-2791.0716
2026-03-0691.0339
2026-03-1390.2621
2026-03-2090.2285
2026-03-2788.4855
2026-04-0389.8715
2026-04-1089.4512
2026-04-1787.7842
2026-04-2490.0882
2026-05-0190.0778
2026-05-0890.2953
2026-05-1690.5020
2026-05-2490.7453
2026-05-3191.4519
2026-06-0993.5776
2026-06-1692.4263
2026-06-2394.5354
2026-06-3095.8266
2026-07-0796.1042
2026-07-1495.9113
2026-07-2195.8308
2026-07-2896.8362
2026-08-0496.6182
2026-08-1196.9509
2026-08-1896.2439
2026-08-2697.7725
2026-09-0297.8507
2026-09-0997.7948
2026-09-1697.5692
2026-09-2397.9474

High

98.3120

Low

86.7305

Average

93.1374

For developers

Get this rate via the API

One GET request returns the MVR/ARS 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=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=ARS");
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=ARS").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/ARS API questions

How do I get the MVR/ARS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/ARS rate in rates.ARS.

How far back does MVR/ARS historical data go?

Daily MVR/ARS 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/ARS 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.