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: show the values
| Point | PAB/BTN |
|---|---|
| 2025-09-26 | 88.7745 |
| 2025-10-03 | 88.7282 |
| 2025-10-10 | 88.8017 |
| 2025-10-17 | 88.0022 |
| 2025-10-24 | 87.8197 |
| 2025-10-31 | 88.5907 |
| 2025-11-07 | 88.6441 |
| 2025-11-14 | 88.7856 |
| 2025-11-21 | 88.7009 |
| 2025-11-28 | 89.3749 |
| 2025-12-05 | 89.8608 |
| 2025-12-13 | 90.5528 |
| 2025-12-20 | 89.5780 |
| 2025-12-27 | 89.8574 |
| 2026-01-03 | 90.0148 |
| 2026-01-10 | 90.2671 |
| 2026-01-17 | 90.7430 |
| 2026-01-24 | 91.6084 |
| 2026-01-31 | 91.6797 |
| 2026-02-07 | 90.5751 |
| 2026-02-14 | 90.5618 |
| 2026-02-21 | 90.7268 |
| 2026-02-28 | 91.0801 |
| 2026-03-07 | 91.9406 |
| 2026-03-14 | 92.5573 |
| 2026-03-21 | 94.1468 |
| 2026-03-28 | 94.7839 |
| 2026-04-04 | 92.7390 |
| 2026-04-11 | 92.7679 |
| 2026-04-18 | 92.7960 |
| 2026-04-25 | 94.0651 |
| 2026-05-02 | 94.8628 |
| 2026-05-09 | 94.4246 |
| 2026-05-17 | 96.0927 |
| 2026-05-25 | 95.3820 |
| 2026-06-01 | 94.8353 |
| 2026-06-10 | 95.4224 |
| 2026-06-17 | 94.3214 |
| 2026-06-24 | 94.8621 |
| 2026-07-01 | 94.7166 |
| 2026-07-08 | 95.1736 |
| 2026-07-15 | 96.2394 |
| 2026-07-22 | 96.3443 |
| 2026-07-29 | 95.6862 |
| 2026-08-05 | 94.9233 |
| 2026-08-12 | 95.4506 |
| 2026-08-20 | 95.6214 |
| 2026-08-27 | 95.5530 |
| 2026-09-03 | 94.4028 |
| 2026-09-10 | 95.2690 |
| 2026-09-17 | 95.8534 |
| 2026-09-24 | 95.8463 |
High
96.3443
Low
87.8197
Average
92.5684
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.