TND to JPY exchange rate API
Tunisian Dinar to Yen · quoted 2026-09-27
53.2598
▲ +3.86% over 1Y
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 last year, TND/JPY traded between 50.8089 and 55.5205, averaged 53.9242 and rose 3.86%. 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 1Y: show the values
| Point | TND/JPY |
|---|---|
| 2025-09-27 | 51.2794 |
| 2025-10-04 | 50.8089 |
| 2025-10-11 | 51.4660 |
| 2025-10-18 | 51.4841 |
| 2025-10-25 | 52.0853 |
| 2025-11-01 | 52.4139 |
| 2025-11-08 | 51.9288 |
| 2025-11-15 | 52.4828 |
| 2025-11-22 | 52.9627 |
| 2025-11-29 | 53.0157 |
| 2025-12-06 | 53.0122 |
| 2025-12-14 | 53.4661 |
| 2025-12-21 | 54.0251 |
| 2025-12-28 | 54.2188 |
| 2026-01-04 | 54.2191 |
| 2026-01-11 | 54.2898 |
| 2026-01-18 | 54.5085 |
| 2026-01-25 | 53.8700 |
| 2026-02-01 | 54.4644 |
| 2026-02-08 | 55.2735 |
| 2026-02-15 | 53.1825 |
| 2026-02-22 | 53.8593 |
| 2026-03-01 | 54.6371 |
| 2026-03-08 | 54.2892 |
| 2026-03-15 | 54.2030 |
| 2026-03-22 | 54.6512 |
| 2026-03-29 | 54.7325 |
| 2026-04-05 | 54.4351 |
| 2026-04-12 | 54.6405 |
| 2026-04-19 | 54.5921 |
| 2026-04-26 | 54.7129 |
| 2026-05-03 | 54.4356 |
| 2026-05-10 | 54.1113 |
| 2026-05-18 | 54.1395 |
| 2026-05-26 | 54.9675 |
| 2026-06-02 | 54.9401 |
| 2026-06-11 | 54.8776 |
| 2026-06-18 | 54.9111 |
| 2026-06-25 | 54.6912 |
| 2026-07-02 | 54.9840 |
| 2026-07-09 | 55.1413 |
| 2026-07-16 | 55.1162 |
| 2026-07-23 | 55.5205 |
| 2026-07-30 | 55.3262 |
| 2026-08-06 | 54.0932 |
| 2026-08-13 | 54.2768 |
| 2026-08-21 | 54.7489 |
| 2026-08-28 | 54.9909 |
| 2026-09-04 | 53.7650 |
| 2026-09-11 | 52.9838 |
| 2026-09-18 | 54.2106 |
| 2026-09-25 | 53.2817 |
High
55.5205
Low
50.8089
Average
53.9242
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.