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: show the values
| Point | TOP/MDL |
|---|---|
| 2025-09-24 | 7.0513 |
| 2025-10-01 | 7.0614 |
| 2025-10-08 | 7.0803 |
| 2025-10-15 | 7.1914 |
| 2025-10-22 | 7.1994 |
| 2025-10-29 | 7.1533 |
| 2025-11-05 | 7.2587 |
| 2025-11-12 | 7.1976 |
| 2025-11-19 | 7.0787 |
| 2025-11-26 | 7.1499 |
| 2025-12-03 | 7.0833 |
| 2025-12-11 | 7.1003 |
| 2025-12-18 | 7.0246 |
| 2025-12-25 | 6.9794 |
| 2026-01-01 | 7.0296 |
| 2026-01-08 | 7.0530 |
| 2026-01-15 | 7.1837 |
| 2026-01-22 | 7.1826 |
| 2026-01-29 | 7.1373 |
| 2026-02-05 | 7.2178 |
| 2026-02-12 | 7.2495 |
| 2026-02-19 | 7.3093 |
| 2026-02-26 | 7.2927 |
| 2026-03-05 | 7.3783 |
| 2026-03-12 | 7.4073 |
| 2026-03-19 | 7.4700 |
| 2026-03-26 | 7.5123 |
| 2026-04-02 | 7.4879 |
| 2026-04-09 | 7.3099 |
| 2026-04-17 | 7.2756 |
| 2026-04-24 | 7.3834 |
| 2026-05-01 | 7.4696 |
| 2026-05-08 | 7.3618 |
| 2026-05-16 | 7.3206 |
| 2026-05-24 | 7.3743 |
| 2026-05-31 | 7.4070 |
| 2026-06-09 | 7.4546 |
| 2026-06-16 | 7.3940 |
| 2026-06-23 | 7.4962 |
| 2026-06-30 | 7.4529 |
| 2026-07-07 | 7.4344 |
| 2026-07-14 | 7.4336 |
| 2026-07-21 | 7.4814 |
| 2026-07-28 | 7.5110 |
| 2026-08-04 | 7.4644 |
| 2026-08-11 | 7.3656 |
| 2026-08-18 | 7.3591 |
| 2026-08-26 | 7.3885 |
| 2026-09-02 | 7.4075 |
| 2026-09-09 | 7.3754 |
| 2026-09-16 | 7.3779 |
| 2026-09-23 | 7.5228 |
High
7.5228
Low
6.9794
Average
7.2979
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.