Skip to content

JOD to TOP exchange rate API

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

3.3994

▲ +2.64% over 1Y

1 JOD = 3.3994 TOP · 1 TOP = 0.29417 JOD · Get this rate via the API

1 JOD buys 3.3994 TOP as of 2026-09-27, so 1 TOP buys 0.29417 JOD. Over the last year, JOD/TOP traded between 3.2872 and 3.4017, averaged 3.3372 and rose 2.64%. The API holds daily JOD/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/TOP over 1Y

JOD/TOP over 1Y: show the values
PointJOD/TOP
2025-09-273.3120
2025-10-043.3969
2025-10-113.3375
2025-10-183.3389
2025-10-253.3396
2025-11-013.3228
2025-11-083.3944
2025-11-153.3949
2025-11-223.3970
2025-11-293.3964
2025-12-063.4017
2025-12-143.3773
2025-12-213.3746
2025-12-283.3808
2026-01-043.3672
2026-01-113.3882
2026-01-183.3704
2026-01-253.3037
2026-02-013.2879
2026-02-083.3221
2026-02-153.3086
2026-02-223.3226
2026-03-013.3184
2026-03-083.2999
2026-03-153.3303
2026-03-223.3398
2026-03-293.3163
2026-04-053.3109
2026-04-133.3137
2026-04-203.3184
2026-04-273.3048
2026-05-043.2950
2026-05-113.2987
2026-05-193.2967
2026-05-273.2914
2026-06-033.2942
2026-06-123.3160
2026-06-193.3052
2026-06-263.3184
2026-07-033.3394
2026-07-103.3368
2026-07-173.2872
2026-07-243.3012
2026-07-313.3104
2026-08-073.2967
2026-08-143.3283
2026-08-223.3974
2026-08-293.3263
2026-09-053.3292
2026-09-123.3383
2026-09-193.3806
2026-09-263.3993

High

3.4017

Low

3.2872

Average

3.3372

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=TOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/TOP API questions

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

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

How far back does JOD/TOP historical data go?

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