Skip to content

WST to DOP exchange rate API

Tala to Dominican Peso · quoted 2026-09-27

21.6626

▼ +2.36% over 1Y

1 WST = 21.6626 DOP · 1 DOP = 0.04616 WST · Get this rate via the API

1 WST buys 21.6626 DOP as of 2026-09-27, so 1 DOP buys 0.04616 WST. Over the last year, WST/DOP traded between 21.2590 and 23.3783, averaged 22.1863 and fell 2.36%. The API holds daily WST/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/DOP over 1Y

WST/DOP over 1Y: show the values
PointWST/DOP
2025-09-2722.1855
2025-10-0422.4831
2025-10-1122.6324
2025-10-1822.5441
2025-10-2522.8455
2025-11-0122.9295
2025-11-0822.7650
2025-11-1522.8135
2025-11-2222.3977
2025-11-2922.3859
2025-12-0623.0402
2025-12-1422.9776
2025-12-2122.5937
2025-12-2822.7800
2026-01-0422.9029
2026-01-1122.9335
2026-01-1822.7567
2026-01-2522.9123
2026-02-0123.3783
2026-02-0823.1304
2026-02-1523.0939
2026-02-2222.6437
2026-03-0122.1717
2026-03-0822.1801
2026-03-1522.7187
2026-03-2221.9455
2026-03-2921.7681
2026-04-0522.1481
2026-04-1222.0992
2026-04-1922.1265
2026-04-2621.8394
2026-05-0322.1123
2026-05-1022.0904
2026-05-1822.1106
2026-05-2621.7913
2026-06-0221.7090
2026-06-1121.3603
2026-06-1821.5884
2026-06-2521.2590
2026-07-0221.6026
2026-07-0921.4271
2026-07-1621.3770
2026-07-2321.3690
2026-07-3021.2837
2026-08-0621.4102
2026-08-1321.4601
2026-08-2121.6370
2026-08-2821.7960
2026-09-0421.8358
2026-09-1121.6452
2026-09-1821.6249
2026-09-2521.6002

High

23.3783

Low

21.2590

Average

22.1863

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

WST/DOP API questions

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

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

How far back does WST/DOP historical data go?

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