PGK to THB exchange rate API
Kina to Baht · quoted 2026-09-24
7.5405
▼ +14.52% over 5Y
1 PGK = 7.5405 THB · 1 THB = 0.13262 PGK · Get this rate via the API
1 PGK buys 7.5405 THB as of 2026-09-24, so 1 THB buys 0.13262 PGK. Over the last 5 years, PGK/THB traded between 7.1987 and 8.8209, averaged 7.9513 and fell 14.52%. The API holds daily PGK/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/THB over 5Y: show the values
| Point | PGK/THB |
|---|---|
| 2024-08-24 | 8.8209 |
| 2024-10-01 | 8.5146 |
| 2024-10-31 | 8.7267 |
| 2024-11-30 | 8.5544 |
| 2024-12-30 | 8.6420 |
| 2025-01-29 | 8.6871 |
| 2025-02-28 | 8.6559 |
| 2025-03-30 | 8.6014 |
| 2025-04-29 | 8.4326 |
| 2025-05-29 | 8.1901 |
| 2025-06-28 | 8.0161 |
| 2025-07-28 | 7.9912 |
| 2025-08-27 | 7.9533 |
| 2025-09-26 | 7.6747 |
| 2025-10-26 | 7.7713 |
| 2025-11-25 | 7.6247 |
| 2025-12-25 | 7.1987 |
| 2026-01-24 | 7.2867 |
| 2026-02-23 | 7.2140 |
| 2026-03-25 | 7.5619 |
| 2026-04-24 | 7.4896 |
| 2026-05-24 | 7.4952 |
| 2026-06-23 | 7.5881 |
| 2026-07-23 | 7.5958 |
| 2026-08-22 | 7.3719 |
| 2026-09-21 | 7.4864 |
High
8.8209
Low
7.1987
Average
7.9513
Get this rate via the API
One GET request returns the PGK/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=PGK¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/THB API questions
How do I get the PGK/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/THB rate in rates.THB.
How far back does PGK/THB historical data go?
Daily PGK/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 PGK/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.