Skip to content

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

TND/JPY over YTD: show the values
PointTND/JPY
2025-12-3154.2501
2026-01-0754.1932
2026-01-1454.7473
2026-01-2154.7819
2026-01-2853.9854
2026-02-0454.8643
2026-02-1153.9716
2026-02-1853.9318
2026-02-2554.6802
2026-03-0454.1711
2026-03-1154.3695
2026-03-1854.4014
2026-03-2554.6896
2026-04-0154.1096
2026-04-0854.4018
2026-04-1554.7620
2026-04-2255.5443
2026-04-2955.4104
2026-05-0654.0630
2026-05-1454.6556
2026-05-2154.7575
2026-05-2954.9572
2026-06-0554.9437
2026-06-1454.7572
2026-06-2154.7733
2026-06-2854.6401
2026-07-0554.7420
2026-07-1254.7916
2026-07-1955.0614
2026-07-2655.1927
2026-08-0253.6885
2026-08-0954.0214
2026-08-1654.6513
2026-08-2455.0477
2026-08-3155.4238
2026-09-0753.0521
2026-09-1453.3462
2026-09-2153.4018

High

55.5443

Low

53.0521

Average

54.4742

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.