TND to JPY exchange rate API
Tunisian Dinar to Yen · quoted 2026-09-27
53.2598
▼ +1.83% over YTD
1 TND = 53.2598 JPY · 1 JPY = 0.01878 TND · Get this rate via the API
1 TND buys 53.2598 JPY as of 2026-09-27, so 1 JPY buys 0.01878 TND. Over the year to date, TND/JPY traded between 53.0521 and 55.5443, averaged 54.4742 and fell 1.83%. The API holds daily TND/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/JPY over YTD: show the values
| Point | TND/JPY |
|---|---|
| 2025-12-31 | 54.2501 |
| 2026-01-07 | 54.1932 |
| 2026-01-14 | 54.7473 |
| 2026-01-21 | 54.7819 |
| 2026-01-28 | 53.9854 |
| 2026-02-04 | 54.8643 |
| 2026-02-11 | 53.9716 |
| 2026-02-18 | 53.9318 |
| 2026-02-25 | 54.6802 |
| 2026-03-04 | 54.1711 |
| 2026-03-11 | 54.3695 |
| 2026-03-18 | 54.4014 |
| 2026-03-25 | 54.6896 |
| 2026-04-01 | 54.1096 |
| 2026-04-08 | 54.4018 |
| 2026-04-15 | 54.7620 |
| 2026-04-22 | 55.5443 |
| 2026-04-29 | 55.4104 |
| 2026-05-06 | 54.0630 |
| 2026-05-14 | 54.6556 |
| 2026-05-21 | 54.7575 |
| 2026-05-29 | 54.9572 |
| 2026-06-05 | 54.9437 |
| 2026-06-14 | 54.7572 |
| 2026-06-21 | 54.7733 |
| 2026-06-28 | 54.6401 |
| 2026-07-05 | 54.7420 |
| 2026-07-12 | 54.7916 |
| 2026-07-19 | 55.0614 |
| 2026-07-26 | 55.1927 |
| 2026-08-02 | 53.6885 |
| 2026-08-09 | 54.0214 |
| 2026-08-16 | 54.6513 |
| 2026-08-24 | 55.0477 |
| 2026-08-31 | 55.4238 |
| 2026-09-07 | 53.0521 |
| 2026-09-14 | 53.3462 |
| 2026-09-21 | 53.4018 |
High
55.5443
Low
53.0521
Average
54.4742
Get this rate via the API
One GET request returns the TND/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/JPY API questions
How do I get the TND/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/JPY rate in rates.JPY.
How far back does TND/JPY historical data go?
Daily TND/JPY 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/JPY 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.