Skip to content

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

PGK/BTN over 1Y: show the values
PointPGK/BTN
2025-09-2421.4080
2025-10-0121.4111
2025-10-0821.2549
2025-10-1521.1584
2025-10-2221.1209
2025-10-2921.0420
2025-11-0521.1025
2025-11-1220.9579
2025-11-1920.9524
2025-11-2621.0199
2025-12-0320.9478
2025-12-1121.2377
2025-12-1821.2423
2025-12-2520.7975
2026-01-0121.0864
2026-01-0821.0812
2026-01-1521.1394
2026-01-2221.4247
2026-01-2921.5084
2026-02-0521.1485
2026-02-1221.1799
2026-02-1921.1329
2026-02-2621.1610
2026-03-0521.4276
2026-03-1221.4029
2026-03-1921.5597
2026-03-2621.8092
2026-04-0221.5555
2026-04-0921.3544
2026-04-1621.4659
2026-04-2321.6428
2026-04-3021.8345
2026-05-0721.7589
2026-05-1522.0342
2026-05-2322.0445
2026-05-3021.8069
2026-06-0621.7589
2026-06-1521.6275
2026-06-2221.5463
2026-06-2921.4359
2026-07-0621.5972
2026-07-1321.6552
2026-07-2021.8233
2026-07-2721.7214
2026-08-0321.4428
2026-08-1021.5651
2026-08-1721.3793
2026-08-2521.5091
2026-09-0121.4476
2026-09-0821.2699
2026-09-1521.4502
2026-09-2221.6669

High

22.0445

Low

20.7975

Average

21.4097

For developers

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

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