MVR to GNF exchange rate API
Rufiyaa to Guinea Franc · quoted 2026-09-26
568.8675
▲ +0.92% over 1Y
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 last year, MVR/GNF traded between 562.3441 and 570.9279, averaged 566.7449 and rose 0.92%. 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 1Y: show the values
| Point | MVR/GNF |
|---|---|
| 2025-09-26 | 563.7067 |
| 2025-10-03 | 563.0024 |
| 2025-10-10 | 563.3723 |
| 2025-10-17 | 563.0623 |
| 2025-10-24 | 563.0070 |
| 2025-10-31 | 563.8646 |
| 2025-11-07 | 562.9541 |
| 2025-11-14 | 562.4487 |
| 2025-11-21 | 562.3441 |
| 2025-11-28 | 562.9041 |
| 2025-12-05 | 563.2988 |
| 2025-12-13 | 562.7375 |
| 2025-12-20 | 566.2153 |
| 2025-12-27 | 566.1230 |
| 2026-01-03 | 567.3111 |
| 2026-01-10 | 565.1470 |
| 2026-01-17 | 566.6947 |
| 2026-01-24 | 566.5827 |
| 2026-01-31 | 566.2208 |
| 2026-02-07 | 565.4528 |
| 2026-02-14 | 568.3657 |
| 2026-02-21 | 569.5200 |
| 2026-02-28 | 568.9039 |
| 2026-03-07 | 567.0116 |
| 2026-03-14 | 568.0675 |
| 2026-03-21 | 568.1240 |
| 2026-03-28 | 568.2709 |
| 2026-04-04 | 568.6025 |
| 2026-04-11 | 567.7419 |
| 2026-04-18 | 567.5799 |
| 2026-04-25 | 567.2022 |
| 2026-05-02 | 567.7760 |
| 2026-05-09 | 569.9915 |
| 2026-05-17 | 568.2069 |
| 2026-05-25 | 567.3930 |
| 2026-06-01 | 567.5480 |
| 2026-06-10 | 567.1665 |
| 2026-06-17 | 566.9280 |
| 2026-06-24 | 567.0206 |
| 2026-07-01 | 567.2082 |
| 2026-07-08 | 568.0492 |
| 2026-07-15 | 566.9496 |
| 2026-07-22 | 568.1310 |
| 2026-07-29 | 567.7464 |
| 2026-08-05 | 568.2017 |
| 2026-08-12 | 568.3513 |
| 2026-08-20 | 567.6859 |
| 2026-08-27 | 569.3582 |
| 2026-09-03 | 568.7373 |
| 2026-09-10 | 569.7828 |
| 2026-09-17 | 570.9279 |
| 2026-09-24 | 569.6146 |
High
570.9279
Low
562.3441
Average
566.7449
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.