WST to MDL exchange rate API
Tala to Moldovan Leu · quoted 2026-09-27
6.4474
▲ +8.02% over 1Y
1 WST = 6.4474 MDL · 1 MDL = 0.15510 WST · Get this rate via the API
1 WST buys 6.4474 MDL as of 2026-09-27, so 1 MDL buys 0.15510 WST. Over the last year, WST/MDL traded between 5.9688 and 6.4706, averaged 6.2773 and rose 8.02%. The API holds daily WST/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
WST/MDL over 1Y: show the values
| Point | WST/MDL |
|---|---|
| 2025-09-27 | 5.9688 |
| 2025-10-04 | 6.0111 |
| 2025-10-11 | 6.0931 |
| 2025-10-18 | 6.0145 |
| 2025-10-25 | 6.0516 |
| 2025-11-01 | 6.0833 |
| 2025-11-08 | 6.0475 |
| 2025-11-15 | 6.0247 |
| 2025-11-22 | 6.0655 |
| 2025-11-29 | 6.0598 |
| 2025-12-06 | 6.0961 |
| 2025-12-14 | 6.1196 |
| 2025-12-21 | 6.0929 |
| 2025-12-28 | 6.0799 |
| 2026-01-04 | 6.0951 |
| 2026-01-11 | 6.0926 |
| 2026-01-18 | 6.1312 |
| 2026-01-25 | 6.1960 |
| 2026-02-01 | 6.2448 |
| 2026-02-08 | 6.2650 |
| 2026-02-15 | 6.2962 |
| 2026-02-22 | 6.3404 |
| 2026-03-01 | 6.3504 |
| 2026-03-08 | 6.3630 |
| 2026-03-15 | 6.4007 |
| 2026-03-22 | 6.4706 |
| 2026-03-29 | 6.3985 |
| 2026-04-05 | 6.4206 |
| 2026-04-12 | 6.3233 |
| 2026-04-19 | 6.3444 |
| 2026-04-26 | 6.3751 |
| 2026-05-03 | 6.4042 |
| 2026-05-10 | 6.3521 |
| 2026-05-18 | 6.4022 |
| 2026-05-26 | 6.4232 |
| 2026-06-02 | 6.4110 |
| 2026-06-11 | 6.3688 |
| 2026-06-18 | 6.4227 |
| 2026-06-25 | 6.4146 |
| 2026-07-02 | 6.4284 |
| 2026-07-09 | 6.3991 |
| 2026-07-16 | 6.4334 |
| 2026-07-23 | 6.4398 |
| 2026-07-30 | 6.4524 |
| 2026-08-06 | 6.3777 |
| 2026-08-13 | 6.3685 |
| 2026-08-21 | 6.3567 |
| 2026-08-28 | 6.3432 |
| 2026-09-04 | 6.3713 |
| 2026-09-11 | 6.3586 |
| 2026-09-18 | 6.4092 |
| 2026-09-25 | 6.3947 |
High
6.4706
Low
5.9688
Average
6.2773
Get this rate via the API
One GET request returns the WST/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=WST¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=MDL").json()Replace YOUR_API_KEY with the key from your dashboard.
WST/MDL API questions
How do I get the WST/MDL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/MDL rate in rates.MDL.
How far back does WST/MDL historical data go?
Daily WST/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 WST/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.