Skip to content

PAB to BTN exchange rate API

Balboa to Ngultrum · quoted 2026-09-26

95.7159

▲ +7.82% over 1Y

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 year, PAB/BTN traded between 87.8197 and 96.3443, averaged 92.5684 and rose 7.82%. 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 1Y

PAB/BTN over 1Y: show the values
PointPAB/BTN
2025-09-2688.7745
2025-10-0388.7282
2025-10-1088.8017
2025-10-1788.0022
2025-10-2487.8197
2025-10-3188.5907
2025-11-0788.6441
2025-11-1488.7856
2025-11-2188.7009
2025-11-2889.3749
2025-12-0589.8608
2025-12-1390.5528
2025-12-2089.5780
2025-12-2789.8574
2026-01-0390.0148
2026-01-1090.2671
2026-01-1790.7430
2026-01-2491.6084
2026-01-3191.6797
2026-02-0790.5751
2026-02-1490.5618
2026-02-2190.7268
2026-02-2891.0801
2026-03-0791.9406
2026-03-1492.5573
2026-03-2194.1468
2026-03-2894.7839
2026-04-0492.7390
2026-04-1192.7679
2026-04-1892.7960
2026-04-2594.0651
2026-05-0294.8628
2026-05-0994.4246
2026-05-1796.0927
2026-05-2595.3820
2026-06-0194.8353
2026-06-1095.4224
2026-06-1794.3214
2026-06-2494.8621
2026-07-0194.7166
2026-07-0895.1736
2026-07-1596.2394
2026-07-2296.3443
2026-07-2995.6862
2026-08-0594.9233
2026-08-1295.4506
2026-08-2095.6214
2026-08-2795.5530
2026-09-0394.4028
2026-09-1095.2690
2026-09-1795.8534
2026-09-2495.8463

High

96.3443

Low

87.8197

Average

92.5684

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.