TOP to JMD exchange rate API
Pa’anga to Jamaican Dollar · quoted 2026-09-25
66.6331
▼ +2.56% over 1Y
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 year, TOP/JMD traded between 65.0917 and 68.3861, averaged 67.0436 and fell 2.56%. 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 1Y: show the values
| Point | TOP/JMD |
|---|---|
| 2025-09-25 | 68.3861 |
| 2025-10-02 | 67.8309 |
| 2025-10-09 | 67.6494 |
| 2025-10-16 | 67.9523 |
| 2025-10-23 | 68.1298 |
| 2025-10-30 | 67.3723 |
| 2025-11-06 | 68.0965 |
| 2025-11-13 | 68.2452 |
| 2025-11-20 | 67.0898 |
| 2025-11-27 | 66.8651 |
| 2025-12-04 | 67.1268 |
| 2025-12-12 | 66.7486 |
| 2025-12-19 | 66.9419 |
| 2025-12-26 | 67.5954 |
| 2026-01-02 | 66.4821 |
| 2026-01-09 | 66.2921 |
| 2026-01-16 | 66.9986 |
| 2026-01-23 | 66.4188 |
| 2026-01-30 | 67.0173 |
| 2026-02-06 | 66.5522 |
| 2026-02-13 | 66.9515 |
| 2026-02-20 | 66.5375 |
| 2026-02-27 | 66.6705 |
| 2026-03-06 | 66.5207 |
| 2026-03-13 | 66.9852 |
| 2026-03-20 | 66.9118 |
| 2026-03-27 | 67.2574 |
| 2026-04-03 | 66.6218 |
| 2026-04-10 | 67.2884 |
| 2026-04-18 | 65.6619 |
| 2026-04-25 | 65.4350 |
| 2026-05-02 | 65.0917 |
| 2026-05-09 | 65.4558 |
| 2026-05-17 | 66.9892 |
| 2026-05-25 | 67.3849 |
| 2026-06-01 | 67.6030 |
| 2026-06-10 | 67.2460 |
| 2026-06-17 | 68.0529 |
| 2026-06-24 | 66.8259 |
| 2026-07-01 | 66.4360 |
| 2026-07-08 | 67.3264 |
| 2026-07-15 | 66.9223 |
| 2026-07-22 | 67.0694 |
| 2026-07-29 | 67.1006 |
| 2026-08-05 | 67.0383 |
| 2026-08-12 | 67.1393 |
| 2026-08-20 | 67.0448 |
| 2026-08-27 | 67.8700 |
| 2026-09-03 | 67.7088 |
| 2026-09-10 | 67.4293 |
| 2026-09-17 | 67.4164 |
| 2026-09-24 | 66.8916 |
High
68.3861
Low
65.0917
Average
67.0436
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.