Skip to content

TND to YER exchange rate API

Tunisian Dinar to Yemeni Rial · quoted 2026-09-25

79.9913

▼ +3.10% over YTD

1 TND = 79.9913 YER · 1 YER = 0.01250 TND · Get this rate via the API

1 TND buys 79.9913 YER as of 2026-09-25, so 1 YER buys 0.01250 TND. Over the year to date, TND/YER traded between 79.9913 and 84.2228, averaged 81.9490 and fell 3.10%. The API holds daily TND/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/YER over YTD

TND/YER over YTD: show the values
PointTND/YER
2025-12-3182.5508
2026-01-0782.5265
2026-01-1482.2729
2026-01-2182.7919
2026-01-2884.2228
2026-02-0483.4928
2026-02-1183.8806
2026-02-1883.6759
2026-02-2583.1912
2026-03-0482.0540
2026-03-1181.8082
2026-03-1881.3465
2026-03-2582.0839
2026-04-0181.5547
2026-04-0882.0721
2026-04-1582.1043
2026-04-2283.2462
2026-04-2982.7569
2026-05-0682.5742
2026-05-1482.5686
2026-05-2182.1026
2026-05-2982.3457
2026-06-0582.0175
2026-06-1481.6540
2026-06-2180.9866
2026-06-2880.5825
2026-07-0580.7430
2026-07-1280.4663
2026-07-1980.5698
2026-07-2680.3386
2026-08-0281.2446
2026-08-0981.2870
2026-08-1681.3668
2026-08-2482.0141
2026-08-3182.1109
2026-09-0781.2509
2026-09-1481.8213
2026-09-2180.3406

High

84.2228

Low

79.9913

Average

81.9490

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/YER API questions

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

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

How far back does TND/YER historical data go?

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