Skip to content

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

MDL/GNF over 1Y: show the values
PointMDL/GNF
2025-09-25521.4624
2025-10-02520.8515
2025-10-09519.3198
2025-10-16513.6895
2025-10-23510.5377
2025-10-30510.8912
2025-11-06508.1983
2025-11-13512.0063
2025-11-20511.6394
2025-11-27507.4451
2025-12-04512.1852
2025-12-12511.8413
2025-12-19518.6083
2025-12-26520.2490
2026-01-02521.0201
2026-01-09521.9063
2026-01-16512.7177
2026-01-23514.6617
2026-01-30521.7887
2026-02-06516.3959
2026-02-13517.8933
2026-02-20512.8462
2026-02-27511.9303
2026-03-06507.4335
2026-03-13503.5834
2026-03-20500.9569
2026-03-27500.5236
2026-04-03499.7922
2026-04-10508.7397
2026-04-17513.4054
2026-04-24505.7087
2026-05-01509.3278
2026-05-08510.0926
2026-05-16507.4453
2026-05-24505.7118
2026-05-31506.6435
2026-06-09503.1629
2026-06-16504.1274
2026-06-23497.7207
2026-06-30496.5453
2026-07-07498.1869
2026-07-14499.2764
2026-07-21498.8003
2026-07-28499.0130
2026-08-04502.9881
2026-08-11505.3632
2026-08-18510.0270
2026-08-26508.9443
2026-09-02508.4236
2026-09-09510.6382
2026-09-16506.2356
2026-09-23500.8946

High

521.9063

Low

496.5453

Average

509.0628

For developers

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