Skip to content

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

TND/JPY over 1Y: show the values
PointTND/JPY
2025-09-2751.2794
2025-10-0450.8089
2025-10-1151.4660
2025-10-1851.4841
2025-10-2552.0853
2025-11-0152.4139
2025-11-0851.9288
2025-11-1552.4828
2025-11-2252.9627
2025-11-2953.0157
2025-12-0653.0122
2025-12-1453.4661
2025-12-2154.0251
2025-12-2854.2188
2026-01-0454.2191
2026-01-1154.2898
2026-01-1854.5085
2026-01-2553.8700
2026-02-0154.4644
2026-02-0855.2735
2026-02-1553.1825
2026-02-2253.8593
2026-03-0154.6371
2026-03-0854.2892
2026-03-1554.2030
2026-03-2254.6512
2026-03-2954.7325
2026-04-0554.4351
2026-04-1254.6405
2026-04-1954.5921
2026-04-2654.7129
2026-05-0354.4356
2026-05-1054.1113
2026-05-1854.1395
2026-05-2654.9675
2026-06-0254.9401
2026-06-1154.8776
2026-06-1854.9111
2026-06-2554.6912
2026-07-0254.9840
2026-07-0955.1413
2026-07-1655.1162
2026-07-2355.5205
2026-07-3055.3262
2026-08-0654.0932
2026-08-1354.2768
2026-08-2154.7489
2026-08-2854.9909
2026-09-0453.7650
2026-09-1152.9838
2026-09-1854.2106
2026-09-2553.2817

High

55.5205

Low

50.8089

Average

53.9242

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.