JOD to BWP exchange rate API
Jordanian Dinar to Pula · quoted 2026-09-27
19.1788
▼ +1.31% over YTD
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 year to date, JOD/BWP traded between 18.4377 and 19.6149, averaged 19.0624 and fell 1.31%. 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 YTD: show the values
| Point | JOD/BWP |
|---|---|
| 2025-12-31 | 19.4324 |
| 2026-01-07 | 19.6149 |
| 2026-01-14 | 19.1713 |
| 2026-01-21 | 19.3016 |
| 2026-01-28 | 18.6786 |
| 2026-02-04 | 19.0903 |
| 2026-02-11 | 18.4377 |
| 2026-02-18 | 18.5659 |
| 2026-02-25 | 18.5782 |
| 2026-03-04 | 18.8492 |
| 2026-03-11 | 18.9819 |
| 2026-03-18 | 19.1188 |
| 2026-03-25 | 19.1574 |
| 2026-04-01 | 19.4455 |
| 2026-04-08 | 19.1404 |
| 2026-04-15 | 18.9087 |
| 2026-04-22 | 18.9336 |
| 2026-04-29 | 19.0715 |
| 2026-05-06 | 19.1280 |
| 2026-05-14 | 18.9991 |
| 2026-05-21 | 19.1321 |
| 2026-05-29 | 18.9617 |
| 2026-06-05 | 18.9986 |
| 2026-06-14 | 19.0607 |
| 2026-06-21 | 19.5033 |
| 2026-06-28 | 19.1971 |
| 2026-07-05 | 19.0416 |
| 2026-07-12 | 19.0796 |
| 2026-07-19 | 19.1998 |
| 2026-07-26 | 19.4206 |
| 2026-08-02 | 19.1728 |
| 2026-08-09 | 19.0367 |
| 2026-08-16 | 18.9782 |
| 2026-08-24 | 18.9262 |
| 2026-08-31 | 18.9424 |
| 2026-09-07 | 18.8890 |
| 2026-09-14 | 19.0006 |
| 2026-09-21 | 19.1085 |
High
19.6149
Low
18.4377
Average
19.0624
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.