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: show the values
| Point | PGK/BWP |
|---|---|
| 2025-09-26 | 3.2298 |
| 2025-10-03 | 3.3677 |
| 2025-10-10 | 3.3625 |
| 2025-10-17 | 3.3882 |
| 2025-10-24 | 3.3755 |
| 2025-10-31 | 3.3565 |
| 2025-11-07 | 3.2543 |
| 2025-11-14 | 3.2863 |
| 2025-11-21 | 3.2109 |
| 2025-11-28 | 3.2853 |
| 2025-12-05 | 3.2247 |
| 2025-12-13 | 3.1111 |
| 2025-12-20 | 3.2870 |
| 2025-12-27 | 3.0447 |
| 2026-01-03 | 3.2839 |
| 2026-01-10 | 3.1294 |
| 2026-01-17 | 3.1615 |
| 2026-01-24 | 3.1217 |
| 2026-01-31 | 3.0662 |
| 2026-02-07 | 3.0930 |
| 2026-02-14 | 3.0724 |
| 2026-02-21 | 3.0678 |
| 2026-02-28 | 3.0705 |
| 2026-03-07 | 3.1429 |
| 2026-03-14 | 3.1445 |
| 2026-03-21 | 3.1673 |
| 2026-03-28 | 3.1998 |
| 2026-04-04 | 3.1714 |
| 2026-04-11 | 3.1124 |
| 2026-04-18 | 3.1049 |
| 2026-04-25 | 3.1205 |
| 2026-05-02 | 3.1329 |
| 2026-05-09 | 3.0860 |
| 2026-05-17 | 3.2472 |
| 2026-05-25 | 3.0848 |
| 2026-06-01 | 3.0750 |
| 2026-06-10 | 3.0871 |
| 2026-06-17 | 3.0662 |
| 2026-06-24 | 3.1066 |
| 2026-07-01 | 3.0769 |
| 2026-07-08 | 3.0827 |
| 2026-07-15 | 3.0841 |
| 2026-07-22 | 3.2391 |
| 2026-07-29 | 3.0855 |
| 2026-08-05 | 3.0787 |
| 2026-08-12 | 3.0309 |
| 2026-08-20 | 2.9961 |
| 2026-08-27 | 3.0283 |
| 2026-09-03 | 3.0097 |
| 2026-09-10 | 2.9793 |
| 2026-09-17 | 3.0318 |
| 2026-09-24 | 3.0659 |
High
3.3882
Low
2.9793
Average
3.1471
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.