TOP to JMD exchange rate API
Pa’anga to Jamaican Dollar · quoted 2026-09-25
66.6331
▼ +0.78% over 6M
1 TOP = 66.6331 JMD · 1 JMD = 0.01501 TOP · Get this rate via the API
1 TOP buys 66.6331 JMD as of 2026-09-25, so 1 JMD buys 0.01501 TOP. Over the last 6 months, TOP/JMD traded between 65.6566 and 68.1331, averaged 67.0989 and fell 0.78%. The API holds daily TOP/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/JMD over 6M: show the values
| Point | TOP/JMD |
|---|---|
| 2026-03-29 | 67.1542 |
| 2026-04-05 | 67.1723 |
| 2026-04-13 | 67.1981 |
| 2026-04-20 | 67.4263 |
| 2026-04-27 | 67.2390 |
| 2026-05-04 | 67.0881 |
| 2026-05-11 | 67.2079 |
| 2026-05-19 | 67.6523 |
| 2026-05-27 | 67.4730 |
| 2026-06-03 | 67.3917 |
| 2026-06-12 | 67.1208 |
| 2026-06-19 | 67.5129 |
| 2026-06-26 | 66.9236 |
| 2026-07-03 | 66.2626 |
| 2026-07-10 | 67.1310 |
| 2026-07-17 | 68.1331 |
| 2026-07-24 | 67.6318 |
| 2026-07-31 | 67.1111 |
| 2026-08-07 | 67.9396 |
| 2026-08-14 | 66.9910 |
| 2026-08-22 | 65.6566 |
| 2026-08-29 | 67.0377 |
| 2026-09-05 | 66.9765 |
| 2026-09-12 | 66.7125 |
| 2026-09-19 | 65.7937 |
High
68.1331
Low
65.6566
Average
67.0989
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/JMD API questions
How do I get the TOP/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/JMD rate in rates.JMD.
How far back does TOP/JMD historical data go?
Daily TOP/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 TOP/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.