Skip to content

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

WST/TND over 1Y: show the values
PointWST/TND
2025-09-251.0309
2025-10-021.0579
2025-10-091.0633
2025-10-161.0588
2025-10-231.0649
2025-10-301.0645
2025-11-061.0636
2025-11-131.0553
2025-11-201.0584
2025-11-271.0519
2025-12-041.0508
2025-12-121.0563
2025-12-191.0538
2025-12-261.0357
2026-01-021.0412
2026-01-091.0471
2026-01-161.0448
2026-01-231.0475
2026-01-301.0544
2026-02-061.0564
2026-02-131.0575
2026-02-201.0651
2026-02-271.0634
2026-03-061.0683
2026-03-131.0796
2026-03-201.0769
2026-03-271.0780
2026-04-031.0572
2026-04-101.0601
2026-04-171.0645
2026-04-241.0576
2026-05-011.0696
2026-05-081.0838
2026-05-161.0740
2026-05-241.0796
2026-05-311.0766
2026-06-091.0744
2026-06-161.0765
2026-06-231.0732
2026-06-301.0699
2026-07-071.0736
2026-07-141.0773
2026-07-211.0825
2026-07-281.0869
2026-08-041.0790
2026-08-111.0760
2026-08-181.0756
2026-08-261.0757
2026-09-021.0775
2026-09-091.0698
2026-09-161.0689
2026-09-231.0789

High

1.0869

Low

1.0309

Average

1.0653

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.