Skip to content

TWD to JMD exchange rate API

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

4.9625

▼ +6.91% over 1Y

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 year, TWD/JMD traded between 4.8899 and 5.3628, averaged 5.0272 and fell 6.91%. 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 1Y

TWD/JMD over 1Y: show the values
PointTWD/JMD
2025-09-255.3311
2025-10-025.3628
2025-10-095.3334
2025-10-165.2350
2025-10-235.2140
2025-10-305.2063
2025-11-065.1975
2025-11-135.1709
2025-11-205.1406
2025-11-275.1194
2025-12-045.1217
2025-12-125.1234
2025-12-195.0749
2025-12-265.0723
2026-01-025.0603
2026-01-095.0200
2026-01-164.9982
2026-01-234.9723
2026-01-304.9930
2026-02-064.9417
2026-02-134.9736
2026-02-204.9443
2026-02-274.9750
2026-03-064.9223
2026-03-134.9122
2026-03-204.9132
2026-03-274.9065
2026-04-034.9202
2026-04-104.9722
2026-04-175.0047
2026-04-245.0121
2026-05-014.9680
2026-05-085.0323
2026-05-164.9992
2026-05-244.9993
2026-05-315.0004
2026-06-094.9966
2026-06-165.0223
2026-06-234.9978
2026-06-304.9389
2026-07-074.9200
2026-07-144.9422
2026-07-214.9112
2026-07-284.8899
2026-08-044.8929
2026-08-114.9307
2026-08-184.9763
2026-08-264.9787
2026-09-024.9766
2026-09-095.0335
2026-09-164.9553
2026-09-234.9734

High

5.3628

Low

4.8899

Average

5.0272

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.