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: show the values
| Point | TWD/JMD |
|---|---|
| 2025-09-25 | 5.3311 |
| 2025-10-02 | 5.3628 |
| 2025-10-09 | 5.3334 |
| 2025-10-16 | 5.2350 |
| 2025-10-23 | 5.2140 |
| 2025-10-30 | 5.2063 |
| 2025-11-06 | 5.1975 |
| 2025-11-13 | 5.1709 |
| 2025-11-20 | 5.1406 |
| 2025-11-27 | 5.1194 |
| 2025-12-04 | 5.1217 |
| 2025-12-12 | 5.1234 |
| 2025-12-19 | 5.0749 |
| 2025-12-26 | 5.0723 |
| 2026-01-02 | 5.0603 |
| 2026-01-09 | 5.0200 |
| 2026-01-16 | 4.9982 |
| 2026-01-23 | 4.9723 |
| 2026-01-30 | 4.9930 |
| 2026-02-06 | 4.9417 |
| 2026-02-13 | 4.9736 |
| 2026-02-20 | 4.9443 |
| 2026-02-27 | 4.9750 |
| 2026-03-06 | 4.9223 |
| 2026-03-13 | 4.9122 |
| 2026-03-20 | 4.9132 |
| 2026-03-27 | 4.9065 |
| 2026-04-03 | 4.9202 |
| 2026-04-10 | 4.9722 |
| 2026-04-17 | 5.0047 |
| 2026-04-24 | 5.0121 |
| 2026-05-01 | 4.9680 |
| 2026-05-08 | 5.0323 |
| 2026-05-16 | 4.9992 |
| 2026-05-24 | 4.9993 |
| 2026-05-31 | 5.0004 |
| 2026-06-09 | 4.9966 |
| 2026-06-16 | 5.0223 |
| 2026-06-23 | 4.9978 |
| 2026-06-30 | 4.9389 |
| 2026-07-07 | 4.9200 |
| 2026-07-14 | 4.9422 |
| 2026-07-21 | 4.9112 |
| 2026-07-28 | 4.8899 |
| 2026-08-04 | 4.8929 |
| 2026-08-11 | 4.9307 |
| 2026-08-18 | 4.9763 |
| 2026-08-26 | 4.9787 |
| 2026-09-02 | 4.9766 |
| 2026-09-09 | 5.0335 |
| 2026-09-16 | 4.9553 |
| 2026-09-23 | 4.9734 |
High
5.3628
Low
4.8899
Average
5.0272
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.