Skip to content

PLN to JOD exchange rate API

Zloty to Jordanian Dinar · quoted 2026-09-25

0.18483

▼ +5.31% over 1Y

1 PLN = 0.18483 JOD · 1 JOD = 5.4104 PLN · Get this rate via the API

1 PLN buys 0.18483 JOD as of 2026-09-25, so 1 JOD buys 5.4104 PLN. Over the last year, PLN/JOD traded between 0.18483 and 0.20085, averaged 0.19326 and fell 5.31%. The API holds daily PLN/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/JOD over 1Y

PLN/JOD over 1Y: show the values
PointPLN/JOD
2025-09-250.19520
2025-10-020.19578
2025-10-090.19348
2025-10-160.19427
2025-10-230.19419
2025-10-300.19291
2025-11-060.19227
2025-11-130.19484
2025-11-200.19290
2025-11-270.19399
2025-12-040.19548
2025-12-120.19698
2025-12-190.19722
2025-12-260.19804
2026-01-020.19728
2026-01-090.19588
2026-01-160.19495
2026-01-230.19805
2026-01-300.20085
2026-02-060.19822
2026-02-130.19953
2026-02-200.19752
2026-02-270.19813
2026-03-060.19118
2026-03-130.19066
2026-03-200.19149
2026-03-270.19045
2026-04-030.19097
2026-04-100.19567
2026-04-170.19760
2026-04-240.19583
2026-05-010.19573
2026-05-080.19705
2026-05-160.19413
2026-05-240.19433
2026-05-310.19533
2026-06-090.19364
2026-06-160.19374
2026-06-230.18860
2026-06-300.18807
2026-07-070.18883
2026-07-140.18639
2026-07-210.18694
2026-07-280.18627
2026-08-040.18959
2026-08-110.19043
2026-08-180.19003
2026-08-260.19260
2026-09-020.18973
2026-09-090.19144
2026-09-160.18816
2026-09-230.18486

High

0.20085

Low

0.18483

Average

0.19326

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/JOD API questions

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

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

How far back does PLN/JOD historical data go?

Daily PLN/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 PLN/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.