Skip to content

TOP to MDL exchange rate API

Pa’anga to Moldovan Leu · quoted 2026-09-24

7.4461

▲ +5.60% over 1Y

1 TOP = 7.4461 MDL · 1 MDL = 0.13430 TOP · Get this rate via the API

1 TOP buys 7.4461 MDL as of 2026-09-24, so 1 MDL buys 0.13430 TOP. Over the last year, TOP/MDL traded between 6.9794 and 7.5228, averaged 7.2979 and rose 5.60%. The API holds daily TOP/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/MDL over 1Y

TOP/MDL over 1Y: show the values
PointTOP/MDL
2025-09-247.0513
2025-10-017.0614
2025-10-087.0803
2025-10-157.1914
2025-10-227.1994
2025-10-297.1533
2025-11-057.2587
2025-11-127.1976
2025-11-197.0787
2025-11-267.1499
2025-12-037.0833
2025-12-117.1003
2025-12-187.0246
2025-12-256.9794
2026-01-017.0296
2026-01-087.0530
2026-01-157.1837
2026-01-227.1826
2026-01-297.1373
2026-02-057.2178
2026-02-127.2495
2026-02-197.3093
2026-02-267.2927
2026-03-057.3783
2026-03-127.4073
2026-03-197.4700
2026-03-267.5123
2026-04-027.4879
2026-04-097.3099
2026-04-177.2756
2026-04-247.3834
2026-05-017.4696
2026-05-087.3618
2026-05-167.3206
2026-05-247.3743
2026-05-317.4070
2026-06-097.4546
2026-06-167.3940
2026-06-237.4962
2026-06-307.4529
2026-07-077.4344
2026-07-147.4336
2026-07-217.4814
2026-07-287.5110
2026-08-047.4644
2026-08-117.3656
2026-08-187.3591
2026-08-267.3885
2026-09-027.4075
2026-09-097.3754
2026-09-167.3779
2026-09-237.5228

High

7.5228

Low

6.9794

Average

7.2979

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/MDL API questions

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

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

How far back does TOP/MDL historical data go?

Daily TOP/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 TOP/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.