WST to TND exchange rate API
Tala to Tunisian Dinar · quoted 2026-09-25
1.0754
▲ +4.32% over 1Y
1 WST = 1.0754 TND · 1 TND = 0.92992 WST · Get this rate via the API
1 WST buys 1.0754 TND as of 2026-09-25, so 1 TND buys 0.92992 WST. Over the last year, WST/TND traded between 1.0309 and 1.0869, averaged 1.0653 and rose 4.32%. The API holds daily WST/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
WST/TND over 1Y: show the values
| Point | WST/TND |
|---|---|
| 2025-09-25 | 1.0309 |
| 2025-10-02 | 1.0579 |
| 2025-10-09 | 1.0633 |
| 2025-10-16 | 1.0588 |
| 2025-10-23 | 1.0649 |
| 2025-10-30 | 1.0645 |
| 2025-11-06 | 1.0636 |
| 2025-11-13 | 1.0553 |
| 2025-11-20 | 1.0584 |
| 2025-11-27 | 1.0519 |
| 2025-12-04 | 1.0508 |
| 2025-12-12 | 1.0563 |
| 2025-12-19 | 1.0538 |
| 2025-12-26 | 1.0357 |
| 2026-01-02 | 1.0412 |
| 2026-01-09 | 1.0471 |
| 2026-01-16 | 1.0448 |
| 2026-01-23 | 1.0475 |
| 2026-01-30 | 1.0544 |
| 2026-02-06 | 1.0564 |
| 2026-02-13 | 1.0575 |
| 2026-02-20 | 1.0651 |
| 2026-02-27 | 1.0634 |
| 2026-03-06 | 1.0683 |
| 2026-03-13 | 1.0796 |
| 2026-03-20 | 1.0769 |
| 2026-03-27 | 1.0780 |
| 2026-04-03 | 1.0572 |
| 2026-04-10 | 1.0601 |
| 2026-04-17 | 1.0645 |
| 2026-04-24 | 1.0576 |
| 2026-05-01 | 1.0696 |
| 2026-05-08 | 1.0838 |
| 2026-05-16 | 1.0740 |
| 2026-05-24 | 1.0796 |
| 2026-05-31 | 1.0766 |
| 2026-06-09 | 1.0744 |
| 2026-06-16 | 1.0765 |
| 2026-06-23 | 1.0732 |
| 2026-06-30 | 1.0699 |
| 2026-07-07 | 1.0736 |
| 2026-07-14 | 1.0773 |
| 2026-07-21 | 1.0825 |
| 2026-07-28 | 1.0869 |
| 2026-08-04 | 1.0790 |
| 2026-08-11 | 1.0760 |
| 2026-08-18 | 1.0756 |
| 2026-08-26 | 1.0757 |
| 2026-09-02 | 1.0775 |
| 2026-09-09 | 1.0698 |
| 2026-09-16 | 1.0689 |
| 2026-09-23 | 1.0789 |
High
1.0869
Low
1.0309
Average
1.0653
Get this rate via the API
One GET request returns the WST/TND 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=TND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=TND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=TND").json()Replace YOUR_API_KEY with the key from your dashboard.
WST/TND API questions
How do I get the WST/TND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/TND rate in rates.TND.
How far back does WST/TND historical data go?
Daily WST/TND 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/TND 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.