Skip to content

PAB to BTN exchange rate API

Balboa to Ngultrum · quoted 2026-09-26

95.7159

▲ +2.55% over 6M

1 PAB = 95.7159 BTN · 1 BTN = 0.01045 PAB · Get this rate via the API

1 PAB buys 95.7159 BTN as of 2026-09-26, so 1 BTN buys 0.01045 PAB. Over the last 6 months, PAB/BTN traded between 92.7679 and 96.7855, averaged 95.0425 and rose 2.55%. The API holds daily PAB/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/BTN over 6M

PAB/BTN over 6M: show the values
PointPAB/BTN
2026-03-3093.3373
2026-04-0692.9978
2026-04-1392.7679
2026-04-2092.7936
2026-04-2794.1980
2026-05-0494.8628
2026-05-1194.4330
2026-05-1996.3891
2026-05-2795.7201
2026-06-0395.7450
2026-06-1295.2787
2026-06-1994.3306
2026-06-2694.6664
2026-07-0395.2041
2026-07-1095.3372
2026-07-1796.3795
2026-07-2496.7855
2026-07-3195.4807
2026-08-0795.3843
2026-08-1495.3861
2026-08-2295.7000
2026-08-2995.5026
2026-09-0594.4324
2026-09-1295.6020
2026-09-1996.0003
2026-09-2695.7159

High

96.7855

Low

92.7679

Average

95.0425

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/BTN API questions

How do I get the PAB/BTN exchange rate from an API?

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

How far back does PAB/BTN historical data go?

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