Skip to content

PGK to BWP exchange rate API

Kina to Pula · quoted 2026-09-26

3.1079

▼ +3.78% over 1Y

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 year, PGK/BWP traded between 2.9793 and 3.3882, averaged 3.1471 and fell 3.78%. 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 1Y

PGK/BWP over 1Y: show the values
PointPGK/BWP
2025-09-263.2298
2025-10-033.3677
2025-10-103.3625
2025-10-173.3882
2025-10-243.3755
2025-10-313.3565
2025-11-073.2543
2025-11-143.2863
2025-11-213.2109
2025-11-283.2853
2025-12-053.2247
2025-12-133.1111
2025-12-203.2870
2025-12-273.0447
2026-01-033.2839
2026-01-103.1294
2026-01-173.1615
2026-01-243.1217
2026-01-313.0662
2026-02-073.0930
2026-02-143.0724
2026-02-213.0678
2026-02-283.0705
2026-03-073.1429
2026-03-143.1445
2026-03-213.1673
2026-03-283.1998
2026-04-043.1714
2026-04-113.1124
2026-04-183.1049
2026-04-253.1205
2026-05-023.1329
2026-05-093.0860
2026-05-173.2472
2026-05-253.0848
2026-06-013.0750
2026-06-103.0871
2026-06-173.0662
2026-06-243.1066
2026-07-013.0769
2026-07-083.0827
2026-07-153.0841
2026-07-223.2391
2026-07-293.0855
2026-08-053.0787
2026-08-123.0309
2026-08-202.9961
2026-08-273.0283
2026-09-033.0097
2026-09-102.9793
2026-09-173.0318
2026-09-243.0659

High

3.3882

Low

2.9793

Average

3.1471

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.