Skip to content

MDL to WST exchange rate API

Moldovan Leu to Tala · quoted 2026-09-27

0.15510

▼ +7.42% over 1Y

1 MDL = 0.15510 WST · 1 WST = 6.4475 MDL · Get this rate via the API

1 MDL buys 0.15510 WST as of 2026-09-27, so 1 WST buys 6.4475 MDL. Over the last year, MDL/WST traded between 0.15455 and 0.16754, averaged 0.15940 and fell 7.42%. The API holds daily MDL/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/WST over 1Y

MDL/WST over 1Y: show the values
PointMDL/WST
2025-09-270.16754
2025-10-040.16636
2025-10-110.16412
2025-10-180.16626
2025-10-250.16524
2025-11-010.16438
2025-11-080.16536
2025-11-150.16598
2025-11-220.16487
2025-11-290.16502
2025-12-060.16404
2025-12-140.16341
2025-12-210.16412
2025-12-280.16448
2026-01-040.16407
2026-01-110.16413
2026-01-180.16310
2026-01-250.16140
2026-02-010.16013
2026-02-080.15962
2026-02-150.15883
2026-02-220.15772
2026-03-010.15747
2026-03-080.15716
2026-03-150.15623
2026-03-220.15455
2026-03-290.15629
2026-04-050.15575
2026-04-120.15814
2026-04-190.15762
2026-04-260.15686
2026-05-030.15615
2026-05-100.15743
2026-05-180.15620
2026-05-260.15569
2026-06-020.15598
2026-06-110.15701
2026-06-180.15570
2026-06-250.15589
2026-07-020.15556
2026-07-090.15627
2026-07-160.15544
2026-07-230.15528
2026-07-300.15498
2026-08-060.15680
2026-08-130.15702
2026-08-210.15731
2026-08-280.15765
2026-09-040.15695
2026-09-110.15727
2026-09-180.15602
2026-09-250.15638

High

0.16754

Low

0.15455

Average

0.15940

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/WST API questions

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

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

How far back does MDL/WST historical data go?

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