Skip to content

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

TOP/JMD over 1Y: show the values
PointTOP/JMD
2025-09-2568.3861
2025-10-0267.8309
2025-10-0967.6494
2025-10-1667.9523
2025-10-2368.1298
2025-10-3067.3723
2025-11-0668.0965
2025-11-1368.2452
2025-11-2067.0898
2025-11-2766.8651
2025-12-0467.1268
2025-12-1266.7486
2025-12-1966.9419
2025-12-2667.5954
2026-01-0266.4821
2026-01-0966.2921
2026-01-1666.9986
2026-01-2366.4188
2026-01-3067.0173
2026-02-0666.5522
2026-02-1366.9515
2026-02-2066.5375
2026-02-2766.6705
2026-03-0666.5207
2026-03-1366.9852
2026-03-2066.9118
2026-03-2767.2574
2026-04-0366.6218
2026-04-1067.2884
2026-04-1865.6619
2026-04-2565.4350
2026-05-0265.0917
2026-05-0965.4558
2026-05-1766.9892
2026-05-2567.3849
2026-06-0167.6030
2026-06-1067.2460
2026-06-1768.0529
2026-06-2466.8259
2026-07-0166.4360
2026-07-0867.3264
2026-07-1566.9223
2026-07-2267.0694
2026-07-2967.1006
2026-08-0567.0383
2026-08-1267.1393
2026-08-2067.0448
2026-08-2767.8700
2026-09-0367.7088
2026-09-1067.4293
2026-09-1767.4164
2026-09-2466.8916

High

68.3861

Low

65.0917

Average

67.0436

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=JMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=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&currencies=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.