Skip to content

JOD to PEN exchange rate API

Jordanian Dinar to Sol · quoted 2026-09-25

4.7990

▼ +2.75% over 1Y

1 JOD = 4.7990 PEN · 1 PEN = 0.20838 JOD · Get this rate via the API

1 JOD buys 4.7990 PEN as of 2026-09-25, so 1 PEN buys 0.20838 JOD. Over the last year, JOD/PEN traded between 4.6901 and 4.9473, averaged 4.7704 and fell 2.75%. The API holds daily JOD/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/PEN over 1Y

JOD/PEN over 1Y: show the values
PointJOD/PEN
2025-09-254.9346
2025-10-024.8839
2025-10-094.8173
2025-10-164.7544
2025-10-234.7673
2025-10-304.7599
2025-11-064.7338
2025-11-134.7216
2025-11-204.7503
2025-11-274.7204
2025-12-044.7114
2025-12-124.7244
2025-12-194.7228
2025-12-264.7254
2026-01-024.7126
2026-01-094.7141
2026-01-164.7121
2026-01-234.7021
2026-01-304.7159
2026-02-064.7105
2026-02-134.7012
2026-02-204.7144
2026-02-274.7059
2026-03-064.8852
2026-03-134.8454
2026-03-204.8782
2026-03-274.8974
2026-04-034.8516
2026-04-104.7511
2026-04-174.8256
2026-04-244.8796
2026-05-014.9473
2026-05-084.8273
2026-05-164.8407
2026-05-244.8116
2026-05-314.7911
2026-06-094.7303
2026-06-164.7398
2026-06-234.7769
2026-06-304.7830
2026-07-074.7767
2026-07-144.7569
2026-07-214.7676
2026-07-284.7828
2026-08-044.7554
2026-08-114.7195
2026-08-184.7133
2026-08-264.6901
2026-09-024.7092
2026-09-094.7088
2026-09-164.7229
2026-09-234.7522

High

4.9473

Low

4.6901

Average

4.7704

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/PEN API questions

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

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

How far back does JOD/PEN historical data go?

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