Skip to content

MDL to CUP exchange rate API

Moldovan Leu to Cuban Peso · quoted 2026-09-24

1.5074

▲ +5.36% over YTD

1 MDL = 1.5074 CUP · 1 CUP = 0.66340 MDL · Get this rate via the API

1 MDL buys 1.5074 CUP as of 2026-09-24, so 1 CUP buys 0.66340 MDL. Over the year to date, MDL/CUP traded between 1.3555 and 1.5466, averaged 1.4690 and rose 5.36%. The API holds daily MDL/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/CUP over YTD

MDL/CUP over YTD: show the values
PointMDL/CUP
2025-12-311.4307
2026-01-071.4209
2026-01-141.4218
2026-01-211.4082
2026-01-281.4215
2026-02-041.4179
2026-02-111.4178
2026-02-181.4103
2026-02-251.4032
2026-03-041.3866
2026-03-111.3958
2026-03-181.3761
2026-03-251.3732
2026-04-011.3555
2026-04-081.3744
2026-04-151.5466
2026-04-221.5387
2026-04-291.5325
2026-05-061.5386
2026-05-141.3993
2026-05-211.3809
2026-05-291.5327
2026-06-051.5294
2026-06-141.5219
2026-06-211.5072
2026-06-281.4972
2026-07-051.5036
2026-07-121.5094
2026-07-191.5115
2026-07-261.5070
2026-08-021.5151
2026-08-091.5257
2026-08-161.5319
2026-08-241.5380
2026-08-311.5256
2026-09-071.5381
2026-09-141.5296
2026-09-211.5097

High

1.5466

Low

1.3555

Average

1.4690

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/CUP API questions

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

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

How far back does MDL/CUP historical data go?

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