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: show the values
| Point | JOD/PEN |
|---|---|
| 2025-09-25 | 4.9346 |
| 2025-10-02 | 4.8839 |
| 2025-10-09 | 4.8173 |
| 2025-10-16 | 4.7544 |
| 2025-10-23 | 4.7673 |
| 2025-10-30 | 4.7599 |
| 2025-11-06 | 4.7338 |
| 2025-11-13 | 4.7216 |
| 2025-11-20 | 4.7503 |
| 2025-11-27 | 4.7204 |
| 2025-12-04 | 4.7114 |
| 2025-12-12 | 4.7244 |
| 2025-12-19 | 4.7228 |
| 2025-12-26 | 4.7254 |
| 2026-01-02 | 4.7126 |
| 2026-01-09 | 4.7141 |
| 2026-01-16 | 4.7121 |
| 2026-01-23 | 4.7021 |
| 2026-01-30 | 4.7159 |
| 2026-02-06 | 4.7105 |
| 2026-02-13 | 4.7012 |
| 2026-02-20 | 4.7144 |
| 2026-02-27 | 4.7059 |
| 2026-03-06 | 4.8852 |
| 2026-03-13 | 4.8454 |
| 2026-03-20 | 4.8782 |
| 2026-03-27 | 4.8974 |
| 2026-04-03 | 4.8516 |
| 2026-04-10 | 4.7511 |
| 2026-04-17 | 4.8256 |
| 2026-04-24 | 4.8796 |
| 2026-05-01 | 4.9473 |
| 2026-05-08 | 4.8273 |
| 2026-05-16 | 4.8407 |
| 2026-05-24 | 4.8116 |
| 2026-05-31 | 4.7911 |
| 2026-06-09 | 4.7303 |
| 2026-06-16 | 4.7398 |
| 2026-06-23 | 4.7769 |
| 2026-06-30 | 4.7830 |
| 2026-07-07 | 4.7767 |
| 2026-07-14 | 4.7569 |
| 2026-07-21 | 4.7676 |
| 2026-07-28 | 4.7828 |
| 2026-08-04 | 4.7554 |
| 2026-08-11 | 4.7195 |
| 2026-08-18 | 4.7133 |
| 2026-08-26 | 4.6901 |
| 2026-09-02 | 4.7092 |
| 2026-09-09 | 4.7088 |
| 2026-09-16 | 4.7229 |
| 2026-09-23 | 4.7522 |
High
4.9473
Low
4.6901
Average
4.7704
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=PEN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=PEN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.