Skip to content

TWD to JMD exchange rate API

New Taiwan Dollar to Jamaican Dollar · quoted 2026-09-25

4.9625

▲ +0.68% over 6M

1 TWD = 4.9625 JMD · 1 JMD = 0.20151 TWD · Get this rate via the API

1 TWD buys 4.9625 JMD as of 2026-09-25, so 1 JMD buys 0.20151 TWD. Over the last 6 months, TWD/JMD traded between 4.8498 and 5.0309, averaged 4.9639 and rose 0.68%. The API holds daily TWD/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/JMD over 6M

TWD/JMD over 6M: show the values
PointTWD/JMD
2026-03-294.9290
2026-04-054.9275
2026-04-124.9736
2026-04-195.0309
2026-04-265.0043
2026-05-034.9550
2026-05-105.0194
2026-05-185.0077
2026-05-265.0046
2026-06-025.0137
2026-06-114.9876
2026-06-185.0147
2026-06-254.9452
2026-07-024.9293
2026-07-094.9180
2026-07-164.8979
2026-07-234.9063
2026-07-304.8498
2026-08-064.9202
2026-08-134.9248
2026-08-214.9760
2026-08-285.0146
2026-09-044.9908
2026-09-115.0009
2026-09-184.9591
2026-09-254.9625

High

5.0309

Low

4.8498

Average

4.9639

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=JMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/JMD API questions

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

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

How far back does TWD/JMD historical data go?

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