Skip to content

AWG to MVR exchange rate API

Aruban Florin to Rufiyaa · quoted 2026-09-27

8.6365

▲ +1.01% over 1Y

1 AWG = 8.6365 MVR · 1 MVR = 0.11579 AWG · Get this rate via the API

1 AWG buys 8.6365 MVR as of 2026-09-27, so 1 MVR buys 0.11579 AWG. Over the last year, AWG/MVR traded between 8.5458 and 8.6368, averaged 8.6126 and rose 1.01%. The API holds daily AWG/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AWG/MVR over 1Y

AWG/MVR over 1Y: show the values
PointAWG/MVR
2025-09-278.5504
2025-10-048.5474
2025-10-118.5530
2025-10-188.5474
2025-10-258.5474
2025-11-018.5474
2025-11-088.6025
2025-11-158.6036
2025-11-228.6027
2025-11-298.6025
2025-12-068.6025
2025-12-148.6200
2025-12-218.6296
2025-12-288.6365
2026-01-048.6366
2026-01-118.6367
2026-01-188.6367
2026-01-258.6321
2026-02-018.6367
2026-02-088.6332
2026-02-158.6322
2026-02-228.6145
2026-03-018.6363
2026-03-088.6366
2026-03-158.6368
2026-03-228.6364
2026-03-298.6368
2026-04-058.6366
2026-04-128.5891
2026-04-198.5831
2026-04-268.5835
2026-05-038.5861
2026-05-108.5458
2026-05-188.5552
2026-05-268.6287
2026-06-028.6266
2026-06-118.6366
2026-06-188.6364
2026-06-258.6364
2026-07-028.5832
2026-07-098.6347
2026-07-168.6361
2026-07-238.6366
2026-07-308.6367
2026-08-068.6349
2026-08-138.6364
2026-08-218.6366
2026-08-288.6367
2026-09-048.6366
2026-09-118.6343
2026-09-188.5714
2026-09-258.6365

High

8.6368

Low

8.5458

Average

8.6126

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG&currencies=MVR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AWG/MVR API questions

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

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

How far back does AWG/MVR historical data go?

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