Skip to content

TOP to JOD exchange rate API

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

0.30016

▼ +0.04% over 1Y

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 year, TOP/JOD traded between 0.29439 and 0.30732, averaged 0.30082 and fell 0.04%. 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 1Y

TOP/JOD over 1Y: show the values
PointTOP/JOD
2025-09-240.30027
2025-10-010.29972
2025-10-080.30059
2025-10-150.30112
2025-10-220.30092
2025-10-290.29792
2025-11-050.30173
2025-11-120.30069
2025-11-190.29628
2025-11-260.29596
2025-12-030.29570
2025-12-110.29707
2025-12-180.29540
2025-12-250.29439
2026-01-010.29643
2026-01-080.29624
2026-01-150.29849
2026-01-220.29954
2026-01-290.30150
2026-02-050.30232
2026-02-120.30356
2026-02-190.30287
2026-02-260.30321
2026-03-050.30213
2026-03-120.30342
2026-03-190.30192
2026-03-260.30358
2026-04-020.30140
2026-04-090.30116
2026-04-170.30185
2026-04-240.30168
2026-05-010.30732
2026-05-080.30240
2026-05-160.29997
2026-05-240.30133
2026-05-310.30320
2026-06-090.30371
2026-06-160.30146
2026-06-230.30155
2026-06-300.29933
2026-07-070.29950
2026-07-140.29977
2026-07-210.30135
2026-07-280.30249
2026-08-040.30288
2026-08-110.30028
2026-08-180.30291
2026-08-260.30348
2026-09-020.30346
2026-09-090.30366
2026-09-160.30095
2026-09-230.30327

High

0.30732

Low

0.29439

Average

0.30082

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.