Skip to content

JOD to BWP exchange rate API

Jordanian Dinar to Pula · quoted 2026-09-27

19.1788

▲ +1.79% over 30D

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 30 days, JOD/BWP traded between 18.8409 and 19.7810, averaged 19.0638 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 30D

JOD/BWP over 30D: show the values
PointJOD/BWP
2026-08-2818.8409
2026-08-2918.9009
2026-08-3018.9029
2026-08-3118.9424
2026-09-0118.9692
2026-09-0219.0044
2026-09-0318.9205
2026-09-0418.8981
2026-09-0518.8808
2026-09-0618.8830
2026-09-0718.8890
2026-09-0818.8837
2026-09-0918.8477
2026-09-1018.9295
2026-09-1118.9708
2026-09-1219.7810
2026-09-1319.7808
2026-09-1419.0006
2026-09-1519.0178
2026-09-1619.0863
2026-09-1719.1054
2026-09-1819.1237
2026-09-1919.1237
2026-09-2019.1250
2026-09-2119.1085
2026-09-2219.1185
2026-09-2319.0591
2026-09-2419.1947
2026-09-2519.2260
2026-09-2619.1685
2026-09-2719.1788

High

19.7810

Low

18.8409

Average

19.0638

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=BWP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=BWP");
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=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&currencies=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.