JOD to BWP exchange rate API
Jordanian Dinar to Pula · quoted 2026-09-27
19.1788
▲ +1.52% over 1Y
1 JOD = 19.1788 BWP · 1 BWP = 0.05214 JOD · Get this rate via the API
1 JOD buys 19.1788 BWP as of 2026-09-27, so 1 BWP buys 0.05214 JOD. Over the last year, JOD/BWP traded between 18.3211 and 20.2367, averaged 19.1590 and rose 1.52%. The API holds daily JOD/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/BWP over 1Y: show the values
| Point | JOD/BWP |
|---|---|
| 2025-09-27 | 18.8921 |
| 2025-10-04 | 19.9251 |
| 2025-10-11 | 19.9566 |
| 2025-10-18 | 20.0364 |
| 2025-10-25 | 20.1368 |
| 2025-11-01 | 20.1657 |
| 2025-11-08 | 20.2367 |
| 2025-11-15 | 20.0519 |
| 2025-11-22 | 19.0560 |
| 2025-11-29 | 20.1570 |
| 2025-12-06 | 18.7655 |
| 2025-12-14 | 18.6916 |
| 2025-12-21 | 19.8249 |
| 2025-12-28 | 18.4033 |
| 2026-01-04 | 19.0061 |
| 2026-01-11 | 18.6178 |
| 2026-01-18 | 18.8500 |
| 2026-01-25 | 18.5985 |
| 2026-02-01 | 18.3211 |
| 2026-02-08 | 18.6163 |
| 2026-02-15 | 18.4905 |
| 2026-02-22 | 18.4756 |
| 2026-03-01 | 18.4093 |
| 2026-03-08 | 18.8171 |
| 2026-03-15 | 18.9436 |
| 2026-03-22 | 18.9472 |
| 2026-03-29 | 19.1235 |
| 2026-04-05 | 19.0112 |
| 2026-04-12 | 18.9062 |
| 2026-04-19 | 18.9553 |
| 2026-04-26 | 19.0719 |
| 2026-05-03 | 19.1710 |
| 2026-05-10 | 18.8845 |
| 2026-05-18 | 19.9890 |
| 2026-05-26 | 18.9502 |
| 2026-06-02 | 18.9616 |
| 2026-06-11 | 19.1482 |
| 2026-06-18 | 18.9362 |
| 2026-06-25 | 19.2533 |
| 2026-07-02 | 20.1431 |
| 2026-07-09 | 19.1117 |
| 2026-07-16 | 19.0570 |
| 2026-07-23 | 19.8266 |
| 2026-07-30 | 19.2466 |
| 2026-08-06 | 19.0972 |
| 2026-08-13 | 18.9943 |
| 2026-08-21 | 18.9576 |
| 2026-08-28 | 18.8409 |
| 2026-09-04 | 18.8981 |
| 2026-09-11 | 18.9708 |
| 2026-09-18 | 19.1237 |
| 2026-09-25 | 19.2260 |
High
20.2367
Low
18.3211
Average
19.1590
Get this rate via the API
One GET request returns the JOD/BWP 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=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=BWP").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/BWP API questions
How do I get the JOD/BWP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/BWP rate in rates.BWP.
How far back does JOD/BWP historical data go?
Daily JOD/BWP 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/BWP 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.