Skip to content

BAM to PGK exchange rate API

Convertible Mark to Kina · quoted 2026-09-24

2.5808

▲ +3.15% over 1Y

1 BAM = 2.5808 PGK · 1 PGK = 0.38748 BAM · Get this rate via the API

1 BAM buys 2.5808 PGK as of 2026-09-24, so 1 PGK buys 0.38748 BAM. Over the last year, BAM/PGK traded between 2.4685 and 2.6549, averaged 2.5680 and rose 3.15%. The API holds daily BAM/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/PGK over 1Y

BAM/PGK over 1Y: show the values
PointBAM/PGK
2025-09-242.5020
2025-10-012.4902
2025-10-082.4828
2025-10-152.4919
2025-10-222.4685
2025-10-292.4971
2025-11-052.4707
2025-11-122.5019
2025-11-192.5023
2025-11-262.5123
2025-12-032.5538
2025-12-112.5406
2025-12-182.5543
2025-12-252.6007
2026-01-012.5598
2026-01-082.5463
2026-01-152.5406
2026-01-222.5532
2026-01-292.6179
2026-02-052.5802
2026-02-122.6053
2026-02-192.5900
2026-02-262.5956
2026-03-052.5559
2026-03-122.5407
2026-03-192.5329
2026-03-262.5468
2026-04-022.5466
2026-04-092.5840
2026-04-162.6199
2026-04-232.6026
2026-04-302.5993
2026-05-072.6210
2026-05-152.6034
2026-05-232.5754
2026-05-302.5962
2026-06-062.5731
2026-06-152.5965
2026-06-222.5666
2026-06-292.5624
2026-07-062.5787
2026-07-132.5736
2026-07-202.5843
2026-07-272.5819
2026-08-032.6161
2026-08-102.6062
2026-08-172.6468
2026-08-252.6549
2026-09-012.6253
2026-09-082.6452
2026-09-152.6352
2026-09-222.5928

High

2.6549

Low

2.4685

Average

2.5680

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/PGK API questions

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

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

How far back does BAM/PGK historical data go?

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