Skip to content

TOP to JMD exchange rate API

Pa’anga to Jamaican Dollar · quoted 2026-09-25

66.6331

▼ +1.38% over 5Y

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 5 years, TOP/JMD traded between 65.7907 and 69.3353, averaged 67.4212 and fell 1.38%. 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 5Y

TOP/JMD over 5Y: show the values
PointTOP/JMD
2024-08-2467.5652
2024-10-0768.9036
2024-11-0669.3353
2024-12-0667.2633
2025-01-0565.8783
2025-02-0465.7907
2025-03-0666.7326
2025-04-0666.2488
2025-05-0667.7333
2025-06-0767.8314
2025-07-0769.0398
2025-08-0668.0304
2025-09-0569.1331
2025-10-0668.0057
2025-11-0568.3115
2025-12-0566.8287
2026-01-0566.8612
2026-02-0467.2032
2026-03-0666.5207
2026-04-0567.1723
2026-05-0667.4544
2026-06-0967.5613
2026-07-0966.7724
2026-08-0866.2357
2026-09-0867.9061

High

69.3353

Low

65.7907

Average

67.4212

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.