TOP to JMD exchange rate API
Pa’anga to Jamaican Dollar · quoted 2026-09-25
66.6331
▼ +0.41% over YTD
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 year to date, TOP/JMD traded between 66.0377 and 69.0239, averaged 67.1062 and fell 0.41%. 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 YTD: show the values
| Point | TOP/JMD |
|---|---|
| 2025-12-31 | 66.9060 |
| 2026-01-07 | 66.6847 |
| 2026-01-14 | 66.6542 |
| 2026-01-21 | 66.6038 |
| 2026-01-28 | 66.7970 |
| 2026-02-04 | 67.2032 |
| 2026-02-11 | 67.1259 |
| 2026-02-18 | 66.6080 |
| 2026-02-25 | 66.7683 |
| 2026-03-04 | 66.5788 |
| 2026-03-11 | 66.8266 |
| 2026-03-18 | 67.0419 |
| 2026-03-25 | 67.0349 |
| 2026-04-01 | 66.9825 |
| 2026-04-08 | 66.3896 |
| 2026-04-16 | 67.8464 |
| 2026-04-23 | 67.7009 |
| 2026-04-30 | 67.6232 |
| 2026-05-07 | 67.8454 |
| 2026-05-15 | 69.0239 |
| 2026-05-23 | 66.8153 |
| 2026-05-30 | 66.0377 |
| 2026-06-06 | 66.2637 |
| 2026-06-15 | 67.2264 |
| 2026-06-22 | 67.0929 |
| 2026-06-29 | 66.5815 |
| 2026-07-06 | 66.9517 |
| 2026-07-13 | 67.0569 |
| 2026-07-20 | 67.2875 |
| 2026-07-27 | 67.3243 |
| 2026-08-03 | 66.9603 |
| 2026-08-10 | 67.4368 |
| 2026-08-17 | 67.3882 |
| 2026-08-25 | 67.8021 |
| 2026-09-01 | 67.6252 |
| 2026-09-08 | 67.9061 |
| 2026-09-15 | 66.8838 |
| 2026-09-22 | 67.6212 |
High
69.0239
Low
66.0377
Average
67.1062
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.