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: show the values
| Point | BAM/PGK |
|---|---|
| 2025-09-24 | 2.5020 |
| 2025-10-01 | 2.4902 |
| 2025-10-08 | 2.4828 |
| 2025-10-15 | 2.4919 |
| 2025-10-22 | 2.4685 |
| 2025-10-29 | 2.4971 |
| 2025-11-05 | 2.4707 |
| 2025-11-12 | 2.5019 |
| 2025-11-19 | 2.5023 |
| 2025-11-26 | 2.5123 |
| 2025-12-03 | 2.5538 |
| 2025-12-11 | 2.5406 |
| 2025-12-18 | 2.5543 |
| 2025-12-25 | 2.6007 |
| 2026-01-01 | 2.5598 |
| 2026-01-08 | 2.5463 |
| 2026-01-15 | 2.5406 |
| 2026-01-22 | 2.5532 |
| 2026-01-29 | 2.6179 |
| 2026-02-05 | 2.5802 |
| 2026-02-12 | 2.6053 |
| 2026-02-19 | 2.5900 |
| 2026-02-26 | 2.5956 |
| 2026-03-05 | 2.5559 |
| 2026-03-12 | 2.5407 |
| 2026-03-19 | 2.5329 |
| 2026-03-26 | 2.5468 |
| 2026-04-02 | 2.5466 |
| 2026-04-09 | 2.5840 |
| 2026-04-16 | 2.6199 |
| 2026-04-23 | 2.6026 |
| 2026-04-30 | 2.5993 |
| 2026-05-07 | 2.6210 |
| 2026-05-15 | 2.6034 |
| 2026-05-23 | 2.5754 |
| 2026-05-30 | 2.5962 |
| 2026-06-06 | 2.5731 |
| 2026-06-15 | 2.5965 |
| 2026-06-22 | 2.5666 |
| 2026-06-29 | 2.5624 |
| 2026-07-06 | 2.5787 |
| 2026-07-13 | 2.5736 |
| 2026-07-20 | 2.5843 |
| 2026-07-27 | 2.5819 |
| 2026-08-03 | 2.6161 |
| 2026-08-10 | 2.6062 |
| 2026-08-17 | 2.6468 |
| 2026-08-25 | 2.6549 |
| 2026-09-01 | 2.6253 |
| 2026-09-08 | 2.6452 |
| 2026-09-15 | 2.6352 |
| 2026-09-22 | 2.5928 |
High
2.6549
Low
2.4685
Average
2.5680
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.