Skip to content

GIP to MDL exchange rate API

Gibraltar Pound to Moldovan Leu · quoted 2026-09-25

23.2360

▲ +3.70% over 1Y

1 GIP = 23.2360 MDL · 1 MDL = 0.04304 GIP · Get this rate via the API

1 GIP buys 23.2360 MDL as of 2026-09-25, so 1 MDL buys 0.04304 GIP. Over the last year, GIP/MDL traded between 22.1665 and 23.6443, averaged 23.0626 and rose 3.70%. The API holds daily GIP/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/MDL over 1Y

GIP/MDL over 1Y: show the values
PointGIP/MDL
2025-09-2522.4062
2025-10-0222.4748
2025-10-0922.4005
2025-10-1622.7215
2025-10-2322.6817
2025-10-3022.4486
2025-11-0622.3385
2025-11-1322.2515
2025-11-2022.1665
2025-11-2722.6943
2025-12-0422.6489
2025-12-1222.7477
2025-12-1922.5623
2025-12-2622.7123
2026-01-0222.6708
2026-01-0922.5238
2026-01-1622.8601
2026-01-2322.9585
2026-01-3023.1357
2026-02-0623.0355
2026-02-1323.1037
2026-02-2023.0173
2026-02-2723.1065
2026-03-0623.1121
2026-03-1323.2697
2026-03-2023.4963
2026-03-2723.3801
2026-04-0323.2164
2026-04-1023.1811
2026-04-1723.1883
2026-04-2423.4316
2026-05-0123.2478
2026-05-0823.4689
2026-05-1623.0589
2026-05-2423.3103
2026-05-3123.3086
2026-06-0923.2295
2026-06-1623.3006
2026-06-2323.3513
2026-06-3023.3627
2026-07-0723.5660
2026-07-1423.4856
2026-07-2123.6443
2026-07-2823.4138
2026-08-0423.4636
2026-08-1123.4959
2026-08-1823.3306
2026-08-2623.5534
2026-09-0223.3675
2026-09-0923.3276
2026-09-1623.4315
2026-09-2323.4206

High

23.6443

Low

22.1665

Average

23.0626

For developers

Get this rate via the API

One GET request returns the GIP/MDL 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=GIP&currencies=MDL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=MDL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/MDL API questions

How do I get the GIP/MDL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/MDL rate in rates.MDL.

How far back does GIP/MDL historical data go?

Daily GIP/MDL 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 GIP/MDL 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.