JOD to TWD exchange rate API
Jordanian Dinar to New Taiwan Dollar · quoted 2026-09-27
44.7501
▲ +4.16% over 1Y
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 year, JOD/TWD traded between 42.8775 and 45.7692, averaged 44.4988 and rose 4.16%. 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 1Y: show the values
| Point | JOD/TWD |
|---|---|
| 2025-09-27 | 42.9631 |
| 2025-10-04 | 42.8775 |
| 2025-10-11 | 43.3266 |
| 2025-10-18 | 43.2109 |
| 2025-10-25 | 43.5098 |
| 2025-11-01 | 43.4238 |
| 2025-11-08 | 43.6990 |
| 2025-11-15 | 43.1253 |
| 2025-11-22 | 44.2235 |
| 2025-11-29 | 44.2771 |
| 2025-12-06 | 44.1302 |
| 2025-12-14 | 44.2290 |
| 2025-12-21 | 44.4750 |
| 2025-12-28 | 44.2913 |
| 2026-01-04 | 44.2638 |
| 2026-01-11 | 44.5901 |
| 2026-01-18 | 44.6144 |
| 2026-01-25 | 44.2422 |
| 2026-02-01 | 44.6161 |
| 2026-02-08 | 44.5845 |
| 2026-02-15 | 44.2643 |
| 2026-02-22 | 44.4853 |
| 2026-03-01 | 44.2818 |
| 2026-03-08 | 44.8809 |
| 2026-03-15 | 45.3149 |
| 2026-03-22 | 45.1950 |
| 2026-03-29 | 45.1828 |
| 2026-04-05 | 45.1349 |
| 2026-04-12 | 44.7673 |
| 2026-04-19 | 44.3986 |
| 2026-04-26 | 44.4030 |
| 2026-05-03 | 44.6090 |
| 2026-05-10 | 44.1668 |
| 2026-05-18 | 44.5897 |
| 2026-05-26 | 44.3865 |
| 2026-06-02 | 44.3550 |
| 2026-06-11 | 44.6654 |
| 2026-06-18 | 44.5621 |
| 2026-06-25 | 44.9023 |
| 2026-07-02 | 45.0158 |
| 2026-07-09 | 45.3591 |
| 2026-07-16 | 45.4152 |
| 2026-07-23 | 45.5621 |
| 2026-07-30 | 45.7692 |
| 2026-08-06 | 45.4595 |
| 2026-08-13 | 45.3571 |
| 2026-08-21 | 44.8960 |
| 2026-08-28 | 44.6008 |
| 2026-09-04 | 44.7017 |
| 2026-09-11 | 44.6388 |
| 2026-09-18 | 44.8747 |
| 2026-09-25 | 44.8177 |
High
45.7692
Low
42.8775
Average
44.4988
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.