Skip to content

JOD to TWD exchange rate API

Jordanian Dinar to New Taiwan Dollar · quoted 2026-09-27

44.7501

▲ +0.33% over 30D

1 JOD = 44.7501 TWD · 1 TWD = 0.02235 JOD · Get this rate via the API

1 JOD buys 44.7501 TWD as of 2026-09-27, so 1 TWD buys 0.02235 JOD. Over the last 30 days, JOD/TWD traded between 44.3787 and 44.9667, averaged 44.7083 and rose 0.33%. The API holds daily JOD/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/TWD over 30D

JOD/TWD over 30D: show the values
PointJOD/TWD
2026-08-2844.6008
2026-08-2944.6397
2026-08-3044.6371
2026-08-3144.6884
2026-09-0144.6783
2026-09-0244.8090
2026-09-0344.7186
2026-09-0444.7017
2026-09-0544.6915
2026-09-0644.6515
2026-09-0744.5487
2026-09-0844.4220
2026-09-0944.3787
2026-09-1044.5354
2026-09-1144.6388
2026-09-1244.5471
2026-09-1344.6360
2026-09-1444.7651
2026-09-1544.8677
2026-09-1644.8163
2026-09-1744.9667
2026-09-1844.8747
2026-09-1944.8491
2026-09-2044.8902
2026-09-2144.7862
2026-09-2244.6784
2026-09-2344.7143
2026-09-2444.8708
2026-09-2544.8177
2026-09-2644.7463
2026-09-2744.7501

High

44.9667

Low

44.3787

Average

44.7083

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/TWD API questions

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

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

How far back does JOD/TWD historical data go?

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