JOD to BWP exchange rate API
Jordanian Dinar to Pula · quoted 2026-09-27
19.1788
▲ +1.79% over 5Y
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 5 years, JOD/BWP traded between 18.6780 and 20.2992, averaged 19.2766 and rose 1.79%. 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 5Y: show the values
| Point | JOD/BWP |
|---|---|
| 2024-08-24 | 18.8424 |
| 2024-10-07 | 18.7057 |
| 2024-11-06 | 18.7606 |
| 2024-12-06 | 19.2181 |
| 2025-01-05 | 19.6895 |
| 2025-02-04 | 19.7631 |
| 2025-03-06 | 19.4217 |
| 2025-04-06 | 19.5361 |
| 2025-05-06 | 19.2045 |
| 2025-06-07 | 18.9196 |
| 2025-07-07 | 18.6780 |
| 2025-08-06 | 19.9414 |
| 2025-09-05 | 20.2992 |
| 2025-10-06 | 19.9685 |
| 2025-11-05 | 19.6215 |
| 2025-12-05 | 19.3224 |
| 2026-01-05 | 19.4264 |
| 2026-02-04 | 19.0903 |
| 2026-03-06 | 19.0532 |
| 2026-04-05 | 19.0112 |
| 2026-05-05 | 19.1487 |
| 2026-06-06 | 19.2994 |
| 2026-07-08 | 19.0918 |
| 2026-08-07 | 19.1094 |
| 2026-09-07 | 18.8890 |
High
20.2992
Low
18.6780
Average
19.2766
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.