Skip to content

WST to TND exchange rate API

Tala to Tunisian Dinar · quoted 2026-09-25

1.0754

▼ +5.42% over 5Y

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 5 years, WST/TND traded between 1.0098 and 1.1370, averaged 1.0722 and fell 5.42%. 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 5Y

WST/TND over 5Y: show the values
PointWST/TND
2024-08-241.1370
2024-10-071.0856
2024-11-061.1267
2024-12-061.1316
2025-01-051.0871
2025-02-041.0918
2025-03-061.1013
2025-04-061.0918
2025-05-061.0475
2025-06-071.0718
2025-07-071.0114
2025-08-061.0188
2025-09-051.0098
2025-10-061.0581
2025-11-051.0579
2025-12-051.0532
2026-01-051.0483
2026-02-041.0562
2026-03-061.0683
2026-04-051.0706
2026-05-051.0705
2026-06-061.0742
2026-07-081.0816
2026-08-071.0743
2026-09-071.0768

High

1.1370

Low

1.0098

Average

1.0722

For developers

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