Skip to content

TND to WST exchange rate API

Tunisian Dinar to Tala · quoted 2026-09-25

0.92992

▼ +4.14% over 1Y

1 TND = 0.92992 WST · 1 WST = 1.0754 TND · Get this rate via the API

1 TND buys 0.92992 WST as of 2026-09-25, so 1 WST buys 1.0754 TND. Over the last year, TND/WST traded between 0.92006 and 0.97006, averaged 0.93884 and fell 4.14%. The API holds daily TND/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/WST over 1Y

TND/WST over 1Y: show the values
PointTND/WST
2025-09-250.97006
2025-10-020.94525
2025-10-090.94044
2025-10-160.94451
2025-10-230.93908
2025-10-300.93941
2025-11-060.94016
2025-11-130.94761
2025-11-200.94479
2025-11-270.95065
2025-12-040.95164
2025-12-120.94670
2025-12-190.94892
2025-12-260.96549
2026-01-020.96046
2026-01-090.95501
2026-01-160.95715
2026-01-230.95469
2026-01-300.94843
2026-02-060.94657
2026-02-130.94567
2026-02-200.93889
2026-02-270.94039
2026-03-060.93609
2026-03-130.92629
2026-03-200.92859
2026-03-270.92761
2026-04-030.94592
2026-04-100.94335
2026-04-170.93943
2026-04-240.94550
2026-05-010.93491
2026-05-080.92265
2026-05-160.93106
2026-05-240.92626
2026-05-310.92882
2026-06-090.93073
2026-06-160.92891
2026-06-230.93180
2026-06-300.93463
2026-07-070.93142
2026-07-140.92821
2026-07-210.92382
2026-07-280.92006
2026-08-040.92677
2026-08-110.92936
2026-08-180.92967
2026-08-260.92960
2026-09-020.92807
2026-09-090.93475
2026-09-160.93557
2026-09-230.92684

High

0.97006

Low

0.92006

Average

0.93884

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=WST").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/WST API questions

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

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

How far back does TND/WST historical data go?

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