MVR to GNF exchange rate API
Rufiyaa to Guinea Franc · quoted 2026-09-26
568.8675
▲ +0.42% over YTD
1 MVR = 568.8675 GNF · 1 GNF = 0.001758 MVR · Get this rate via the API
1 MVR buys 568.8675 GNF as of 2026-09-26, so 1 GNF buys 0.001758 MVR. Over the year to date, MVR/GNF traded between 566.0815 and 569.5425, averaged 567.8416 and rose 0.42%. The API holds daily MVR/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/GNF over YTD: show the values
| Point | MVR/GNF |
|---|---|
| 2025-12-31 | 566.4889 |
| 2026-01-07 | 566.0815 |
| 2026-01-14 | 566.6255 |
| 2026-01-21 | 566.2161 |
| 2026-01-28 | 567.6537 |
| 2026-02-04 | 566.6091 |
| 2026-02-11 | 568.1254 |
| 2026-02-18 | 568.3607 |
| 2026-02-25 | 567.8418 |
| 2026-03-04 | 567.1205 |
| 2026-03-11 | 567.5147 |
| 2026-03-18 | 566.9022 |
| 2026-03-25 | 566.6278 |
| 2026-04-01 | 567.6192 |
| 2026-04-08 | 567.7966 |
| 2026-04-15 | 567.8370 |
| 2026-04-22 | 568.4156 |
| 2026-04-29 | 568.1314 |
| 2026-05-06 | 566.6670 |
| 2026-05-14 | 567.8274 |
| 2026-05-21 | 568.1838 |
| 2026-05-29 | 567.0333 |
| 2026-06-05 | 567.7399 |
| 2026-06-14 | 567.4789 |
| 2026-06-21 | 567.3034 |
| 2026-06-28 | 567.5453 |
| 2026-07-05 | 567.7551 |
| 2026-07-12 | 567.8740 |
| 2026-07-19 | 567.8093 |
| 2026-07-26 | 568.3089 |
| 2026-08-02 | 569.0639 |
| 2026-08-09 | 568.8177 |
| 2026-08-16 | 569.3101 |
| 2026-08-24 | 569.1510 |
| 2026-08-31 | 569.1782 |
| 2026-09-07 | 568.9320 |
| 2026-09-14 | 569.4675 |
| 2026-09-21 | 569.5425 |
High
569.5425
Low
566.0815
Average
567.8416
Get this rate via the API
One GET request returns the MVR/GNF 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=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/GNF API questions
How do I get the MVR/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/GNF rate in rates.GNF.
How far back does MVR/GNF historical data go?
Daily MVR/GNF 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/GNF 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.