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: show the values
| Point | TND/YER |
|---|---|
| 2025-12-31 | 82.5508 |
| 2026-01-07 | 82.5265 |
| 2026-01-14 | 82.2729 |
| 2026-01-21 | 82.7919 |
| 2026-01-28 | 84.2228 |
| 2026-02-04 | 83.4928 |
| 2026-02-11 | 83.8806 |
| 2026-02-18 | 83.6759 |
| 2026-02-25 | 83.1912 |
| 2026-03-04 | 82.0540 |
| 2026-03-11 | 81.8082 |
| 2026-03-18 | 81.3465 |
| 2026-03-25 | 82.0839 |
| 2026-04-01 | 81.5547 |
| 2026-04-08 | 82.0721 |
| 2026-04-15 | 82.1043 |
| 2026-04-22 | 83.2462 |
| 2026-04-29 | 82.7569 |
| 2026-05-06 | 82.5742 |
| 2026-05-14 | 82.5686 |
| 2026-05-21 | 82.1026 |
| 2026-05-29 | 82.3457 |
| 2026-06-05 | 82.0175 |
| 2026-06-14 | 81.6540 |
| 2026-06-21 | 80.9866 |
| 2026-06-28 | 80.5825 |
| 2026-07-05 | 80.7430 |
| 2026-07-12 | 80.4663 |
| 2026-07-19 | 80.5698 |
| 2026-07-26 | 80.3386 |
| 2026-08-02 | 81.2446 |
| 2026-08-09 | 81.2870 |
| 2026-08-16 | 81.3668 |
| 2026-08-24 | 82.0141 |
| 2026-08-31 | 82.1109 |
| 2026-09-07 | 81.2509 |
| 2026-09-14 | 81.8213 |
| 2026-09-21 | 80.3406 |
High
84.2228
Low
79.9913
Average
81.9490
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.