MDL to GNF exchange rate API
Moldovan Leu to Guinea Franc · quoted 2026-09-25
500.5319
▼ +4.01% over 1Y
1 MDL = 500.5319 GNF · 1 GNF = 0.001998 MDL · Get this rate via the API
1 MDL buys 500.5319 GNF as of 2026-09-25, so 1 GNF buys 0.001998 MDL. Over the last year, MDL/GNF traded between 496.5453 and 521.9063, averaged 509.0628 and fell 4.01%. The API holds daily MDL/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/GNF over 1Y: show the values
| Point | MDL/GNF |
|---|---|
| 2025-09-25 | 521.4624 |
| 2025-10-02 | 520.8515 |
| 2025-10-09 | 519.3198 |
| 2025-10-16 | 513.6895 |
| 2025-10-23 | 510.5377 |
| 2025-10-30 | 510.8912 |
| 2025-11-06 | 508.1983 |
| 2025-11-13 | 512.0063 |
| 2025-11-20 | 511.6394 |
| 2025-11-27 | 507.4451 |
| 2025-12-04 | 512.1852 |
| 2025-12-12 | 511.8413 |
| 2025-12-19 | 518.6083 |
| 2025-12-26 | 520.2490 |
| 2026-01-02 | 521.0201 |
| 2026-01-09 | 521.9063 |
| 2026-01-16 | 512.7177 |
| 2026-01-23 | 514.6617 |
| 2026-01-30 | 521.7887 |
| 2026-02-06 | 516.3959 |
| 2026-02-13 | 517.8933 |
| 2026-02-20 | 512.8462 |
| 2026-02-27 | 511.9303 |
| 2026-03-06 | 507.4335 |
| 2026-03-13 | 503.5834 |
| 2026-03-20 | 500.9569 |
| 2026-03-27 | 500.5236 |
| 2026-04-03 | 499.7922 |
| 2026-04-10 | 508.7397 |
| 2026-04-17 | 513.4054 |
| 2026-04-24 | 505.7087 |
| 2026-05-01 | 509.3278 |
| 2026-05-08 | 510.0926 |
| 2026-05-16 | 507.4453 |
| 2026-05-24 | 505.7118 |
| 2026-05-31 | 506.6435 |
| 2026-06-09 | 503.1629 |
| 2026-06-16 | 504.1274 |
| 2026-06-23 | 497.7207 |
| 2026-06-30 | 496.5453 |
| 2026-07-07 | 498.1869 |
| 2026-07-14 | 499.2764 |
| 2026-07-21 | 498.8003 |
| 2026-07-28 | 499.0130 |
| 2026-08-04 | 502.9881 |
| 2026-08-11 | 505.3632 |
| 2026-08-18 | 510.0270 |
| 2026-08-26 | 508.9443 |
| 2026-09-02 | 508.4236 |
| 2026-09-09 | 510.6382 |
| 2026-09-16 | 506.2356 |
| 2026-09-23 | 500.8946 |
High
521.9063
Low
496.5453
Average
509.0628
Get this rate via the API
One GET request returns the MDL/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=MDL¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/GNF API questions
How do I get the MDL/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/GNF rate in rates.GNF.
How far back does MDL/GNF historical data go?
Daily MDL/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 MDL/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.