Skip to content

TOP to JOD exchange rate API

Pa’anga to Jordanian Dinar · quoted 2026-09-24

0.30016

▲ +1.93% over 6M

1 TOP = 0.30016 JOD · 1 JOD = 3.3316 TOP · Get this rate via the API

1 TOP buys 0.30016 JOD as of 2026-09-24, so 1 JOD buys 3.3316 TOP. Over the last 6 months, TOP/JOD traded between 0.29448 and 0.30610, averaged 0.30093 and rose 1.93%. The API holds daily TOP/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/JOD over 6M

TOP/JOD over 6M: show the values
PointTOP/JOD
2026-03-280.29448
2026-04-040.29576
2026-04-120.30026
2026-04-190.29927
2026-04-260.29855
2026-05-030.30182
2026-05-100.29991
2026-05-180.30332
2026-05-260.30335
2026-06-020.30422
2026-06-110.29977
2026-06-180.30610
2026-06-250.29941
2026-07-020.29918
2026-07-090.29932
2026-07-160.30150
2026-07-230.30257
2026-07-300.30140
2026-08-060.30039
2026-08-130.30082
2026-08-210.30270
2026-08-280.30378
2026-09-040.30320
2026-09-110.30261
2026-09-180.30038

High

0.30610

Low

0.29448

Average

0.30093

For developers

Get this rate via the API

One GET request returns the TOP/JOD 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=JOD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=JOD");
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=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/JOD API questions

How do I get the TOP/JOD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/JOD rate in rates.JOD.

How far back does TOP/JOD historical data go?

Daily TOP/JOD 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/JOD 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.