FKP to THB exchange rate API
Falkland Islands Pound to Baht · quoted 2026-09-25
44.0815
▲ +1.83% over 1Y
1 FKP = 44.0815 THB · 1 THB = 0.02269 FKP · Get this rate via the API
1 FKP buys 44.0815 THB as of 2026-09-25, so 1 THB buys 0.02269 FKP. Over the last year, FKP/THB traded between 41.9194 and 45.2221, averaged 43.4501 and rose 1.83%. The API holds daily FKP/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/THB over 1Y: show the values
| Point | FKP/THB |
|---|---|
| 2025-09-25 | 43.2911 |
| 2025-10-02 | 43.5618 |
| 2025-10-09 | 43.6750 |
| 2025-10-16 | 43.7366 |
| 2025-10-23 | 43.7715 |
| 2025-10-30 | 42.8832 |
| 2025-11-06 | 42.2640 |
| 2025-11-13 | 42.3998 |
| 2025-11-20 | 42.3069 |
| 2025-11-27 | 42.7212 |
| 2025-12-04 | 42.7611 |
| 2025-12-12 | 42.2374 |
| 2025-12-19 | 42.1090 |
| 2025-12-26 | 41.9556 |
| 2026-01-02 | 42.3446 |
| 2026-01-09 | 42.2514 |
| 2026-01-16 | 42.0896 |
| 2026-01-23 | 42.0605 |
| 2026-01-30 | 43.2049 |
| 2026-02-06 | 42.8139 |
| 2026-02-13 | 42.3306 |
| 2026-02-20 | 41.9338 |
| 2026-02-27 | 41.9194 |
| 2026-03-06 | 42.7470 |
| 2026-03-13 | 43.0121 |
| 2026-03-20 | 43.9424 |
| 2026-03-27 | 43.9640 |
| 2026-04-03 | 43.1971 |
| 2026-04-10 | 43.1403 |
| 2026-04-17 | 43.5225 |
| 2026-04-24 | 43.7190 |
| 2026-05-01 | 43.8568 |
| 2026-05-08 | 43.8121 |
| 2026-05-16 | 43.5367 |
| 2026-05-24 | 43.8034 |
| 2026-05-31 | 43.8049 |
| 2026-06-09 | 43.8229 |
| 2026-06-16 | 43.5665 |
| 2026-06-23 | 43.9860 |
| 2026-06-30 | 43.9780 |
| 2026-07-07 | 44.5364 |
| 2026-07-14 | 44.7833 |
| 2026-07-21 | 45.2221 |
| 2026-07-28 | 44.6998 |
| 2026-08-04 | 44.7633 |
| 2026-08-11 | 44.7248 |
| 2026-08-18 | 44.7789 |
| 2026-08-26 | 44.6807 |
| 2026-09-02 | 44.8602 |
| 2026-09-09 | 44.5344 |
| 2026-09-16 | 44.8242 |
| 2026-09-23 | 44.3317 |
High
45.2221
Low
41.9194
Average
43.4501
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/THB API questions
How do I get the FKP/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/THB rate in rates.THB.
How far back does FKP/THB historical data go?
Daily FKP/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 FKP/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.