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: show the values
| Point | WST/DOP |
|---|---|
| 2025-09-27 | 22.1855 |
| 2025-10-04 | 22.4831 |
| 2025-10-11 | 22.6324 |
| 2025-10-18 | 22.5441 |
| 2025-10-25 | 22.8455 |
| 2025-11-01 | 22.9295 |
| 2025-11-08 | 22.7650 |
| 2025-11-15 | 22.8135 |
| 2025-11-22 | 22.3977 |
| 2025-11-29 | 22.3859 |
| 2025-12-06 | 23.0402 |
| 2025-12-14 | 22.9776 |
| 2025-12-21 | 22.5937 |
| 2025-12-28 | 22.7800 |
| 2026-01-04 | 22.9029 |
| 2026-01-11 | 22.9335 |
| 2026-01-18 | 22.7567 |
| 2026-01-25 | 22.9123 |
| 2026-02-01 | 23.3783 |
| 2026-02-08 | 23.1304 |
| 2026-02-15 | 23.0939 |
| 2026-02-22 | 22.6437 |
| 2026-03-01 | 22.1717 |
| 2026-03-08 | 22.1801 |
| 2026-03-15 | 22.7187 |
| 2026-03-22 | 21.9455 |
| 2026-03-29 | 21.7681 |
| 2026-04-05 | 22.1481 |
| 2026-04-12 | 22.0992 |
| 2026-04-19 | 22.1265 |
| 2026-04-26 | 21.8394 |
| 2026-05-03 | 22.1123 |
| 2026-05-10 | 22.0904 |
| 2026-05-18 | 22.1106 |
| 2026-05-26 | 21.7913 |
| 2026-06-02 | 21.7090 |
| 2026-06-11 | 21.3603 |
| 2026-06-18 | 21.5884 |
| 2026-06-25 | 21.2590 |
| 2026-07-02 | 21.6026 |
| 2026-07-09 | 21.4271 |
| 2026-07-16 | 21.3770 |
| 2026-07-23 | 21.3690 |
| 2026-07-30 | 21.2837 |
| 2026-08-06 | 21.4102 |
| 2026-08-13 | 21.4601 |
| 2026-08-21 | 21.6370 |
| 2026-08-28 | 21.7960 |
| 2026-09-04 | 21.8358 |
| 2026-09-11 | 21.6452 |
| 2026-09-18 | 21.6249 |
| 2026-09-25 | 21.6002 |
High
23.3783
Low
21.2590
Average
22.1863
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=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¤cies=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.