Skip to content

MVR to GYD exchange rate API

Rufiyaa to Guyana Dollar · quoted 2026-09-25

13.5315

▼ +0.23% over 1Y

1 MVR = 13.5315 GYD · 1 GYD = 0.07390 MVR · Get this rate via the API

1 MVR buys 13.5315 GYD as of 2026-09-25, so 1 GYD buys 0.07390 MVR. Over the last year, MVR/GYD traded between 13.4509 and 13.5825, averaged 13.5433 and fell 0.23%. The API holds daily MVR/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/GYD over 1Y

MVR/GYD over 1Y: show the values
PointMVR/GYD
2025-09-2513.5623
2025-10-0213.5825
2025-10-0913.5807
2025-10-1613.5705
2025-10-2313.5619
2025-10-3013.5716
2025-11-0613.5422
2025-11-1313.5491
2025-11-2013.5452
2025-11-2713.5485
2025-12-0413.5506
2025-12-1213.5255
2025-12-1913.5380
2025-12-2613.5331
2026-01-0213.5349
2026-01-0913.5517
2026-01-1613.5354
2026-01-2313.5318
2026-01-3013.5577
2026-02-0613.5444
2026-02-1313.5509
2026-02-2013.5508
2026-02-2713.5412
2026-03-0613.5314
2026-03-1313.5777
2026-03-2013.4509
2026-03-2713.5184
2026-04-0313.5096
2026-04-1013.5245
2026-04-1713.5416
2026-04-2413.5349
2026-05-0113.5395
2026-05-0813.5815
2026-05-1613.5610
2026-05-2413.5560
2026-05-3113.5764
2026-06-0913.5249
2026-06-1613.5428
2026-06-2313.5362
2026-06-3013.5163
2026-07-0713.5079
2026-07-1413.5583
2026-07-2113.5407
2026-07-2813.5432
2026-08-0413.5651
2026-08-1113.5607
2026-08-1813.5404
2026-08-2613.5223
2026-09-0213.5416
2026-09-0913.5145
2026-09-1613.5384
2026-09-2313.5471

High

13.5825

Low

13.4509

Average

13.5433

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/GYD API questions

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

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

How far back does MVR/GYD historical data go?

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