Skip to content

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

BBD/PGK over 1Y: show the values
PointBBD/PGK
2025-09-262.1021
2025-10-032.0953
2025-10-102.0890
2025-10-172.0968
2025-10-242.0840
2025-10-312.1066
2025-11-072.1221
2025-11-142.1083
2025-11-212.1169
2025-11-282.1233
2025-12-052.1242
2025-12-132.1259
2025-12-202.1381
2025-12-272.1594
2026-01-032.1296
2026-01-102.1314
2026-01-172.1132
2026-01-242.1337
2026-01-312.1236
2026-02-072.1337
2026-02-142.1464
2026-02-212.1583
2026-02-282.1419
2026-03-072.1502
2026-03-142.1496
2026-03-212.1520
2026-03-282.1392
2026-04-042.1579
2026-04-112.1414
2026-04-182.1455
2026-04-252.1551
2026-05-022.1537
2026-05-092.1602
2026-05-172.1788
2026-05-252.1842
2026-06-012.1848
2026-06-102.1944
2026-06-172.1847
2026-06-242.1907
2026-07-012.2007
2026-07-082.1955
2026-07-152.2007
2026-07-222.2083
2026-07-292.2187
2026-08-052.2050
2026-08-122.2258
2026-08-202.2447
2026-08-272.2069
2026-09-032.2285
2026-09-102.2524
2026-09-172.2340
2026-09-242.2195

High

2.2524

Low

2.0840

Average

2.1603

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=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&currencies=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.