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: show the values
| Point | MVR/GYD |
|---|---|
| 2025-09-25 | 13.5623 |
| 2025-10-02 | 13.5825 |
| 2025-10-09 | 13.5807 |
| 2025-10-16 | 13.5705 |
| 2025-10-23 | 13.5619 |
| 2025-10-30 | 13.5716 |
| 2025-11-06 | 13.5422 |
| 2025-11-13 | 13.5491 |
| 2025-11-20 | 13.5452 |
| 2025-11-27 | 13.5485 |
| 2025-12-04 | 13.5506 |
| 2025-12-12 | 13.5255 |
| 2025-12-19 | 13.5380 |
| 2025-12-26 | 13.5331 |
| 2026-01-02 | 13.5349 |
| 2026-01-09 | 13.5517 |
| 2026-01-16 | 13.5354 |
| 2026-01-23 | 13.5318 |
| 2026-01-30 | 13.5577 |
| 2026-02-06 | 13.5444 |
| 2026-02-13 | 13.5509 |
| 2026-02-20 | 13.5508 |
| 2026-02-27 | 13.5412 |
| 2026-03-06 | 13.5314 |
| 2026-03-13 | 13.5777 |
| 2026-03-20 | 13.4509 |
| 2026-03-27 | 13.5184 |
| 2026-04-03 | 13.5096 |
| 2026-04-10 | 13.5245 |
| 2026-04-17 | 13.5416 |
| 2026-04-24 | 13.5349 |
| 2026-05-01 | 13.5395 |
| 2026-05-08 | 13.5815 |
| 2026-05-16 | 13.5610 |
| 2026-05-24 | 13.5560 |
| 2026-05-31 | 13.5764 |
| 2026-06-09 | 13.5249 |
| 2026-06-16 | 13.5428 |
| 2026-06-23 | 13.5362 |
| 2026-06-30 | 13.5163 |
| 2026-07-07 | 13.5079 |
| 2026-07-14 | 13.5583 |
| 2026-07-21 | 13.5407 |
| 2026-07-28 | 13.5432 |
| 2026-08-04 | 13.5651 |
| 2026-08-11 | 13.5607 |
| 2026-08-18 | 13.5404 |
| 2026-08-26 | 13.5223 |
| 2026-09-02 | 13.5416 |
| 2026-09-09 | 13.5145 |
| 2026-09-16 | 13.5384 |
| 2026-09-23 | 13.5471 |
High
13.5825
Low
13.4509
Average
13.5433
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.