Skip to content

TND to YER exchange rate API

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

79.9913

▼ +2.84% over 1Y

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 last year, TND/YER traded between 79.9913 and 83.8969, averaged 81.7616 and fell 2.84%. 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 1Y

TND/YER over 1Y: show the values
PointTND/YER
2025-09-2582.3312
2025-10-0282.4776
2025-10-0981.6190
2025-10-1681.7022
2025-10-2381.3179
2025-10-3081.4705
2025-11-0680.7644
2025-11-1380.9683
2025-11-2080.6026
2025-11-2780.9993
2025-12-0481.4725
2025-12-1281.6695
2025-12-1981.8414
2025-12-2682.5329
2026-01-0282.6746
2026-01-0982.1977
2026-01-1682.3335
2026-01-2382.9240
2026-01-3083.8969
2026-02-0683.2095
2026-02-1383.6524
2026-02-2082.9852
2026-02-2783.2334
2026-03-0682.0983
2026-03-1381.3783
2026-03-2081.8516
2026-03-2781.5238
2026-04-0381.3757
2026-04-1082.7222
2026-04-1782.7066
2026-04-2482.7841
2026-05-0182.8068
2026-05-0881.9864
2026-05-1682.0832
2026-05-2481.8713
2026-05-3182.1475
2026-06-0981.6210
2026-06-1681.7960
2026-06-2381.1512
2026-06-3080.9079
2026-07-0780.4241
2026-07-1480.2870
2026-07-2180.6865
2026-07-2880.4135
2026-08-0481.4549
2026-08-1181.0915
2026-08-1881.2867
2026-08-2681.7656
2026-09-0281.1916
2026-09-0981.7636
2026-09-1681.1287
2026-09-2380.1930

High

83.8969

Low

79.9913

Average

81.7616

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.