BBD to PGK exchange rate API
Barbados Dollar to Kina · quoted 2026-09-26
2.2280
▲ +5.99% over 1Y
1 BBD = 2.2280 PGK · 1 PGK = 0.44883 BBD · Get this rate via the API
1 BBD buys 2.2280 PGK as of 2026-09-26, so 1 PGK buys 0.44883 BBD. Over the last year, BBD/PGK traded between 2.0840 and 2.2524, averaged 2.1603 and rose 5.99%. The API holds daily BBD/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/PGK over 1Y: show the values
| Point | BBD/PGK |
|---|---|
| 2025-09-26 | 2.1021 |
| 2025-10-03 | 2.0953 |
| 2025-10-10 | 2.0890 |
| 2025-10-17 | 2.0968 |
| 2025-10-24 | 2.0840 |
| 2025-10-31 | 2.1066 |
| 2025-11-07 | 2.1221 |
| 2025-11-14 | 2.1083 |
| 2025-11-21 | 2.1169 |
| 2025-11-28 | 2.1233 |
| 2025-12-05 | 2.1242 |
| 2025-12-13 | 2.1259 |
| 2025-12-20 | 2.1381 |
| 2025-12-27 | 2.1594 |
| 2026-01-03 | 2.1296 |
| 2026-01-10 | 2.1314 |
| 2026-01-17 | 2.1132 |
| 2026-01-24 | 2.1337 |
| 2026-01-31 | 2.1236 |
| 2026-02-07 | 2.1337 |
| 2026-02-14 | 2.1464 |
| 2026-02-21 | 2.1583 |
| 2026-02-28 | 2.1419 |
| 2026-03-07 | 2.1502 |
| 2026-03-14 | 2.1496 |
| 2026-03-21 | 2.1520 |
| 2026-03-28 | 2.1392 |
| 2026-04-04 | 2.1579 |
| 2026-04-11 | 2.1414 |
| 2026-04-18 | 2.1455 |
| 2026-04-25 | 2.1551 |
| 2026-05-02 | 2.1537 |
| 2026-05-09 | 2.1602 |
| 2026-05-17 | 2.1788 |
| 2026-05-25 | 2.1842 |
| 2026-06-01 | 2.1848 |
| 2026-06-10 | 2.1944 |
| 2026-06-17 | 2.1847 |
| 2026-06-24 | 2.1907 |
| 2026-07-01 | 2.2007 |
| 2026-07-08 | 2.1955 |
| 2026-07-15 | 2.2007 |
| 2026-07-22 | 2.2083 |
| 2026-07-29 | 2.2187 |
| 2026-08-05 | 2.2050 |
| 2026-08-12 | 2.2258 |
| 2026-08-20 | 2.2447 |
| 2026-08-27 | 2.2069 |
| 2026-09-03 | 2.2285 |
| 2026-09-10 | 2.2524 |
| 2026-09-17 | 2.2340 |
| 2026-09-24 | 2.2195 |
High
2.2524
Low
2.0840
Average
2.1603
Get this rate via the API
One GET request returns the BBD/PGK 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=BBD¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=PGK").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/PGK API questions
How do I get the BBD/PGK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/PGK rate in rates.PGK.
How far back does BBD/PGK historical data go?
Daily BBD/PGK 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 BBD/PGK 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.