Skip to content

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

MVR/GNF over YTD: show the values
PointMVR/GNF
2025-12-31566.4889
2026-01-07566.0815
2026-01-14566.6255
2026-01-21566.2161
2026-01-28567.6537
2026-02-04566.6091
2026-02-11568.1254
2026-02-18568.3607
2026-02-25567.8418
2026-03-04567.1205
2026-03-11567.5147
2026-03-18566.9022
2026-03-25566.6278
2026-04-01567.6192
2026-04-08567.7966
2026-04-15567.8370
2026-04-22568.4156
2026-04-29568.1314
2026-05-06566.6670
2026-05-14567.8274
2026-05-21568.1838
2026-05-29567.0333
2026-06-05567.7399
2026-06-14567.4789
2026-06-21567.3034
2026-06-28567.5453
2026-07-05567.7551
2026-07-12567.8740
2026-07-19567.8093
2026-07-26568.3089
2026-08-02569.0639
2026-08-09568.8177
2026-08-16569.3101
2026-08-24569.1510
2026-08-31569.1782
2026-09-07568.9320
2026-09-14569.4675
2026-09-21569.5425

High

569.5425

Low

566.0815

Average

567.8416

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=GNF");
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=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&currencies=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.