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: show the values
| Point | JOD/TZS |
|---|---|
| 2025-12-31 | 3456.04 |
| 2026-01-07 | 3462.01 |
| 2026-01-14 | 3480.59 |
| 2026-01-21 | 3515.37 |
| 2026-01-28 | 3566.95 |
| 2026-02-04 | 3616.08 |
| 2026-02-11 | 3614.89 |
| 2026-02-18 | 3626.02 |
| 2026-02-25 | 3601.66 |
| 2026-03-04 | 3607.40 |
| 2026-03-11 | 3653.20 |
| 2026-03-18 | 3644.91 |
| 2026-03-25 | 3624.08 |
| 2026-04-01 | 3637.74 |
| 2026-04-08 | 3652.89 |
| 2026-04-15 | 3667.91 |
| 2026-04-22 | 3668.29 |
| 2026-04-29 | 3682.86 |
| 2026-05-06 | 3672.29 |
| 2026-05-14 | 3647.87 |
| 2026-05-21 | 3676.89 |
| 2026-05-29 | 3691.11 |
| 2026-06-05 | 3684.35 |
| 2026-06-14 | 3691.62 |
| 2026-06-21 | 3699.38 |
| 2026-06-28 | 3703.35 |
| 2026-07-05 | 3700.79 |
| 2026-07-12 | 3708.77 |
| 2026-07-19 | 3709.63 |
| 2026-07-26 | 3720.12 |
| 2026-08-02 | 3705.72 |
| 2026-08-09 | 3724.39 |
| 2026-08-16 | 3725.26 |
| 2026-08-24 | 3721.20 |
| 2026-08-31 | 3722.75 |
| 2026-09-07 | 3723.21 |
| 2026-09-14 | 3720.82 |
| 2026-09-21 | 3719.06 |
High
3725.26
Low
3456.04
Average
3655.61
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.