Skip to content

JOD to TZS exchange rate API

Jordanian Dinar to Tanzanian Shilling · quoted 2026-09-25

3721.21

▲ +7.67% over YTD

1 JOD = 3721.21 TZS · 1 TZS = 0.000269 JOD · Get this rate via the API

1 JOD buys 3721.21 TZS as of 2026-09-25, so 1 TZS buys 0.000269 JOD. Over the year to date, JOD/TZS traded between 3456.04 and 3725.26, averaged 3655.61 and rose 7.67%. The API holds daily JOD/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/TZS over YTD

JOD/TZS over YTD: show the values
PointJOD/TZS
2025-12-313456.04
2026-01-073462.01
2026-01-143480.59
2026-01-213515.37
2026-01-283566.95
2026-02-043616.08
2026-02-113614.89
2026-02-183626.02
2026-02-253601.66
2026-03-043607.40
2026-03-113653.20
2026-03-183644.91
2026-03-253624.08
2026-04-013637.74
2026-04-083652.89
2026-04-153667.91
2026-04-223668.29
2026-04-293682.86
2026-05-063672.29
2026-05-143647.87
2026-05-213676.89
2026-05-293691.11
2026-06-053684.35
2026-06-143691.62
2026-06-213699.38
2026-06-283703.35
2026-07-053700.79
2026-07-123708.77
2026-07-193709.63
2026-07-263720.12
2026-08-023705.72
2026-08-093724.39
2026-08-163725.26
2026-08-243721.20
2026-08-313722.75
2026-09-073723.21
2026-09-143720.82
2026-09-213719.06

High

3725.26

Low

3456.04

Average

3655.61

For developers

Get this rate via the API

One GET request returns the JOD/TZS 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=JOD&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=TZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/TZS API questions

How do I get the JOD/TZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/TZS rate in rates.TZS.

How far back does JOD/TZS historical data go?

Daily JOD/TZS 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 JOD/TZS 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.