Skip to content

PGK to BWP exchange rate API

Kina to Pula · quoted 2026-09-26

3.1079

▼ +10.60% over 5Y

1 PGK = 3.1079 BWP · 1 BWP = 0.32176 PGK · Get this rate via the API

1 PGK buys 3.1079 BWP as of 2026-09-26, so 1 BWP buys 0.32176 PGK. Over the last 5 years, PGK/BWP traded between 2.9970 and 3.5653, averaged 3.3093 and fell 10.60%. The API holds daily PGK/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/BWP over 5Y

PGK/BWP over 5Y: show the values
PointPGK/BWP
2024-08-243.4766
2024-10-073.4498
2024-11-063.4404
2024-12-063.5299
2025-01-053.5212
2025-02-043.5653
2025-03-063.4353
2025-04-063.4739
2025-05-063.4071
2025-06-073.2740
2025-07-073.3016
2025-08-063.5485
2025-09-053.5398
2025-10-063.3993
2025-11-053.3087
2025-12-053.2247
2026-01-053.2296
2026-02-043.1668
2026-03-063.1417
2026-04-053.1258
2026-05-053.1295
2026-06-063.1327
2026-07-083.0827
2026-08-073.0316
2026-09-072.9970

High

3.5653

Low

2.9970

Average

3.3093

For developers

Get this rate via the API

One GET request returns the PGK/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=PGK&currencies=BWP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&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=PGK&currencies=BWP").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/BWP API questions

How do I get the PGK/BWP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/BWP rate in rates.BWP.

How far back does PGK/BWP historical data go?

Daily PGK/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 PGK/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.