Skip to content

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

WST/MDL over 1Y: show the values
PointWST/MDL
2025-09-275.9688
2025-10-046.0111
2025-10-116.0931
2025-10-186.0145
2025-10-256.0516
2025-11-016.0833
2025-11-086.0475
2025-11-156.0247
2025-11-226.0655
2025-11-296.0598
2025-12-066.0961
2025-12-146.1196
2025-12-216.0929
2025-12-286.0799
2026-01-046.0951
2026-01-116.0926
2026-01-186.1312
2026-01-256.1960
2026-02-016.2448
2026-02-086.2650
2026-02-156.2962
2026-02-226.3404
2026-03-016.3504
2026-03-086.3630
2026-03-156.4007
2026-03-226.4706
2026-03-296.3985
2026-04-056.4206
2026-04-126.3233
2026-04-196.3444
2026-04-266.3751
2026-05-036.4042
2026-05-106.3521
2026-05-186.4022
2026-05-266.4232
2026-06-026.4110
2026-06-116.3688
2026-06-186.4227
2026-06-256.4146
2026-07-026.4284
2026-07-096.3991
2026-07-166.4334
2026-07-236.4398
2026-07-306.4524
2026-08-066.3777
2026-08-136.3685
2026-08-216.3567
2026-08-286.3432
2026-09-046.3713
2026-09-116.3586
2026-09-186.4092
2026-09-256.3947

High

6.4706

Low

5.9688

Average

6.2773

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=MDL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&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=WST&currencies=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&currencies=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.