PGK to BTN exchange rate API
Kina to Ngultrum · quoted 2026-09-24
21.6031
▲ +0.91% over 1Y
1 PGK = 21.6031 BTN · 1 BTN = 0.04629 PGK · Get this rate via the API
1 PGK buys 21.6031 BTN as of 2026-09-24, so 1 BTN buys 0.04629 PGK. Over the last year, PGK/BTN traded between 20.7975 and 22.0445, averaged 21.4097 and rose 0.91%. The API holds daily PGK/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/BTN over 1Y: show the values
| Point | PGK/BTN |
|---|---|
| 2025-09-24 | 21.4080 |
| 2025-10-01 | 21.4111 |
| 2025-10-08 | 21.2549 |
| 2025-10-15 | 21.1584 |
| 2025-10-22 | 21.1209 |
| 2025-10-29 | 21.0420 |
| 2025-11-05 | 21.1025 |
| 2025-11-12 | 20.9579 |
| 2025-11-19 | 20.9524 |
| 2025-11-26 | 21.0199 |
| 2025-12-03 | 20.9478 |
| 2025-12-11 | 21.2377 |
| 2025-12-18 | 21.2423 |
| 2025-12-25 | 20.7975 |
| 2026-01-01 | 21.0864 |
| 2026-01-08 | 21.0812 |
| 2026-01-15 | 21.1394 |
| 2026-01-22 | 21.4247 |
| 2026-01-29 | 21.5084 |
| 2026-02-05 | 21.1485 |
| 2026-02-12 | 21.1799 |
| 2026-02-19 | 21.1329 |
| 2026-02-26 | 21.1610 |
| 2026-03-05 | 21.4276 |
| 2026-03-12 | 21.4029 |
| 2026-03-19 | 21.5597 |
| 2026-03-26 | 21.8092 |
| 2026-04-02 | 21.5555 |
| 2026-04-09 | 21.3544 |
| 2026-04-16 | 21.4659 |
| 2026-04-23 | 21.6428 |
| 2026-04-30 | 21.8345 |
| 2026-05-07 | 21.7589 |
| 2026-05-15 | 22.0342 |
| 2026-05-23 | 22.0445 |
| 2026-05-30 | 21.8069 |
| 2026-06-06 | 21.7589 |
| 2026-06-15 | 21.6275 |
| 2026-06-22 | 21.5463 |
| 2026-06-29 | 21.4359 |
| 2026-07-06 | 21.5972 |
| 2026-07-13 | 21.6552 |
| 2026-07-20 | 21.8233 |
| 2026-07-27 | 21.7214 |
| 2026-08-03 | 21.4428 |
| 2026-08-10 | 21.5651 |
| 2026-08-17 | 21.3793 |
| 2026-08-25 | 21.5091 |
| 2026-09-01 | 21.4476 |
| 2026-09-08 | 21.2699 |
| 2026-09-15 | 21.4502 |
| 2026-09-22 | 21.6669 |
High
22.0445
Low
20.7975
Average
21.4097
Get this rate via the API
One GET request returns the PGK/BTN 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=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=BTN").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/BTN API questions
How do I get the PGK/BTN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=BTN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/BTN rate in rates.BTN.
How far back does PGK/BTN historical data go?
Daily PGK/BTN 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/BTN 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.