Skip to content

TND to JPY exchange rate API

Tunisian Dinar to Yen · quoted 2026-09-27

53.2598

▲ +12.56% over 5Y

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 5 years, TND/JPY traded between 47.3165 and 55.0798, averaged 51.3049 and rose 12.56%. 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 5Y

TND/JPY over 5Y: show the values
PointTND/JPY
2024-08-2447.3165
2024-10-0748.3153
2024-11-0649.7517
2024-12-0647.8205
2025-01-0549.0330
2025-02-0448.3970
2025-03-0647.5513
2025-04-0647.7243
2025-05-0647.6077
2025-06-0749.1901
2025-07-0750.3673
2025-08-0650.8795
2025-09-0550.7840
2025-10-0651.6307
2025-11-0552.0845
2025-12-0552.8588
2026-01-0553.9885
2026-02-0454.8643
2026-03-0654.3715
2026-04-0554.4351
2026-05-0554.6916
2026-06-0654.7312
2026-07-0855.0798
2026-08-0754.1403
2026-09-0753.0521

High

55.0798

Low

47.3165

Average

51.3049

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=JPY");
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=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&currencies=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.