Skip to content

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

TOP/JMD over 6M: show the values
PointTOP/JMD
2026-03-2967.1542
2026-04-0567.1723
2026-04-1367.1981
2026-04-2067.4263
2026-04-2767.2390
2026-05-0467.0881
2026-05-1167.2079
2026-05-1967.6523
2026-05-2767.4730
2026-06-0367.3917
2026-06-1267.1208
2026-06-1967.5129
2026-06-2666.9236
2026-07-0366.2626
2026-07-1067.1310
2026-07-1768.1331
2026-07-2467.6318
2026-07-3167.1111
2026-08-0767.9396
2026-08-1466.9910
2026-08-2265.6566
2026-08-2967.0377
2026-09-0566.9765
2026-09-1266.7125
2026-09-1965.7937

High

68.1331

Low

65.6566

Average

67.0989

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.