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: show the values
| Point | JOD/TZS |
|---|---|
| 2025-09-25 | 3365.16 |
| 2025-10-02 | 3374.83 |
| 2025-10-09 | 3429.56 |
| 2025-10-16 | 3439.90 |
| 2025-10-23 | 3481.78 |
| 2025-10-30 | 3452.50 |
| 2025-11-06 | 3464.28 |
| 2025-11-13 | 3424.20 |
| 2025-11-20 | 3418.63 |
| 2025-11-27 | 3442.97 |
| 2025-12-04 | 3424.89 |
| 2025-12-12 | 3450.33 |
| 2025-12-19 | 3473.80 |
| 2025-12-26 | 3442.67 |
| 2026-01-02 | 3464.88 |
| 2026-01-09 | 3496.10 |
| 2026-01-16 | 3491.97 |
| 2026-01-23 | 3540.40 |
| 2026-01-30 | 3569.45 |
| 2026-02-06 | 3596.78 |
| 2026-02-13 | 3630.28 |
| 2026-02-20 | 3629.55 |
| 2026-02-27 | 3572.13 |
| 2026-03-06 | 3636.13 |
| 2026-03-13 | 3659.90 |
| 2026-03-20 | 3646.40 |
| 2026-03-27 | 3626.42 |
| 2026-04-03 | 3599.01 |
| 2026-04-10 | 3658.01 |
| 2026-04-17 | 3681.93 |
| 2026-04-24 | 3684.77 |
| 2026-05-01 | 3664.93 |
| 2026-05-08 | 3666.08 |
| 2026-05-16 | 3674.67 |
| 2026-05-24 | 3693.31 |
| 2026-05-31 | 3685.85 |
| 2026-06-09 | 3690.41 |
| 2026-06-16 | 3695.36 |
| 2026-06-23 | 3704.30 |
| 2026-06-30 | 3700.27 |
| 2026-07-07 | 3701.04 |
| 2026-07-14 | 3707.09 |
| 2026-07-21 | 3713.28 |
| 2026-07-28 | 3717.82 |
| 2026-08-04 | 3721.49 |
| 2026-08-11 | 3731.19 |
| 2026-08-18 | 3728.21 |
| 2026-08-26 | 3732.43 |
| 2026-09-02 | 3723.75 |
| 2026-09-09 | 3719.32 |
| 2026-09-16 | 3724.15 |
| 2026-09-23 | 3724.11 |
High
3732.43
Low
3365.16
Average
3600.19
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.