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: show the values
| Point | TOP/JOD |
|---|---|
| 2025-09-24 | 0.30027 |
| 2025-10-01 | 0.29972 |
| 2025-10-08 | 0.30059 |
| 2025-10-15 | 0.30112 |
| 2025-10-22 | 0.30092 |
| 2025-10-29 | 0.29792 |
| 2025-11-05 | 0.30173 |
| 2025-11-12 | 0.30069 |
| 2025-11-19 | 0.29628 |
| 2025-11-26 | 0.29596 |
| 2025-12-03 | 0.29570 |
| 2025-12-11 | 0.29707 |
| 2025-12-18 | 0.29540 |
| 2025-12-25 | 0.29439 |
| 2026-01-01 | 0.29643 |
| 2026-01-08 | 0.29624 |
| 2026-01-15 | 0.29849 |
| 2026-01-22 | 0.29954 |
| 2026-01-29 | 0.30150 |
| 2026-02-05 | 0.30232 |
| 2026-02-12 | 0.30356 |
| 2026-02-19 | 0.30287 |
| 2026-02-26 | 0.30321 |
| 2026-03-05 | 0.30213 |
| 2026-03-12 | 0.30342 |
| 2026-03-19 | 0.30192 |
| 2026-03-26 | 0.30358 |
| 2026-04-02 | 0.30140 |
| 2026-04-09 | 0.30116 |
| 2026-04-17 | 0.30185 |
| 2026-04-24 | 0.30168 |
| 2026-05-01 | 0.30732 |
| 2026-05-08 | 0.30240 |
| 2026-05-16 | 0.29997 |
| 2026-05-24 | 0.30133 |
| 2026-05-31 | 0.30320 |
| 2026-06-09 | 0.30371 |
| 2026-06-16 | 0.30146 |
| 2026-06-23 | 0.30155 |
| 2026-06-30 | 0.29933 |
| 2026-07-07 | 0.29950 |
| 2026-07-14 | 0.29977 |
| 2026-07-21 | 0.30135 |
| 2026-07-28 | 0.30249 |
| 2026-08-04 | 0.30288 |
| 2026-08-11 | 0.30028 |
| 2026-08-18 | 0.30291 |
| 2026-08-26 | 0.30348 |
| 2026-09-02 | 0.30346 |
| 2026-09-09 | 0.30366 |
| 2026-09-16 | 0.30095 |
| 2026-09-23 | 0.30327 |
High
0.30732
Low
0.29439
Average
0.30082
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=JOD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=JOD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.