PAB to THB exchange rate API
Balboa to Baht · quoted 2026-09-26
33.3965
▲ +3.51% over 1Y
1 PAB = 33.3965 THB · 1 THB = 0.02994 PAB · Get this rate via the API
1 PAB buys 33.3965 THB as of 2026-09-26, so 1 THB buys 0.02994 PAB. Over the last year, PAB/THB traded between 31.0433 and 33.8096, averaged 32.4298 and rose 3.51%. The API holds daily PAB/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/THB over 1Y: show the values
| Point | PAB/THB |
|---|---|
| 2025-09-26 | 32.2653 |
| 2025-10-03 | 32.3948 |
| 2025-10-10 | 32.7049 |
| 2025-10-17 | 32.7652 |
| 2025-10-24 | 32.7549 |
| 2025-10-31 | 32.3247 |
| 2025-11-07 | 32.3398 |
| 2025-11-14 | 32.4004 |
| 2025-11-21 | 32.4497 |
| 2025-11-28 | 32.1952 |
| 2025-12-05 | 31.8549 |
| 2025-12-13 | 31.5089 |
| 2025-12-20 | 31.4664 |
| 2025-12-27 | 31.0433 |
| 2026-01-03 | 31.5209 |
| 2026-01-10 | 31.3821 |
| 2026-01-17 | 31.4379 |
| 2026-01-24 | 31.0953 |
| 2026-01-31 | 31.5405 |
| 2026-02-07 | 31.5150 |
| 2026-02-14 | 31.0700 |
| 2026-02-21 | 31.0700 |
| 2026-02-28 | 31.0808 |
| 2026-03-07 | 31.8509 |
| 2026-03-14 | 32.4023 |
| 2026-03-21 | 32.8900 |
| 2026-03-28 | 32.8568 |
| 2026-04-04 | 32.6899 |
| 2026-04-11 | 32.1187 |
| 2026-04-18 | 32.1209 |
| 2026-04-25 | 32.3432 |
| 2026-05-02 | 32.4971 |
| 2026-05-09 | 32.2043 |
| 2026-05-17 | 32.6430 |
| 2026-05-25 | 32.4796 |
| 2026-06-01 | 32.5554 |
| 2026-06-10 | 32.9552 |
| 2026-06-17 | 32.6150 |
| 2026-06-24 | 33.4303 |
| 2026-07-01 | 33.3849 |
| 2026-07-08 | 33.4453 |
| 2026-07-15 | 33.6446 |
| 2026-07-22 | 33.8096 |
| 2026-07-29 | 33.5299 |
| 2026-08-05 | 33.1400 |
| 2026-08-12 | 33.0602 |
| 2026-08-20 | 32.9150 |
| 2026-08-27 | 32.8553 |
| 2026-09-03 | 32.9849 |
| 2026-09-10 | 32.9950 |
| 2026-09-17 | 33.3046 |
| 2026-09-24 | 33.4802 |
High
33.8096
Low
31.0433
Average
32.4298
Get this rate via the API
One GET request returns the PAB/THB 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=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/THB API questions
How do I get the PAB/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/THB rate in rates.THB.
How far back does PAB/THB historical data go?
Daily PAB/THB 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/THB 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.