Skip to content

JOD to TZS exchange rate API

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

3721.21

▲ +10.58% over 1Y

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 last year, JOD/TZS traded between 3365.16 and 3732.43, averaged 3600.19 and rose 10.58%. 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 1Y

JOD/TZS over 1Y: show the values
PointJOD/TZS
2025-09-253365.16
2025-10-023374.83
2025-10-093429.56
2025-10-163439.90
2025-10-233481.78
2025-10-303452.50
2025-11-063464.28
2025-11-133424.20
2025-11-203418.63
2025-11-273442.97
2025-12-043424.89
2025-12-123450.33
2025-12-193473.80
2025-12-263442.67
2026-01-023464.88
2026-01-093496.10
2026-01-163491.97
2026-01-233540.40
2026-01-303569.45
2026-02-063596.78
2026-02-133630.28
2026-02-203629.55
2026-02-273572.13
2026-03-063636.13
2026-03-133659.90
2026-03-203646.40
2026-03-273626.42
2026-04-033599.01
2026-04-103658.01
2026-04-173681.93
2026-04-243684.77
2026-05-013664.93
2026-05-083666.08
2026-05-163674.67
2026-05-243693.31
2026-05-313685.85
2026-06-093690.41
2026-06-163695.36
2026-06-233704.30
2026-06-303700.27
2026-07-073701.04
2026-07-143707.09
2026-07-213713.28
2026-07-283717.82
2026-08-043721.49
2026-08-113731.19
2026-08-183728.21
2026-08-263732.43
2026-09-023723.75
2026-09-093719.32
2026-09-163724.15
2026-09-233724.11

High

3732.43

Low

3365.16

Average

3600.19

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.