Skip to content

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

FKP/THB over 1Y: show the values
PointFKP/THB
2025-09-2543.2911
2025-10-0243.5618
2025-10-0943.6750
2025-10-1643.7366
2025-10-2343.7715
2025-10-3042.8832
2025-11-0642.2640
2025-11-1342.3998
2025-11-2042.3069
2025-11-2742.7212
2025-12-0442.7611
2025-12-1242.2374
2025-12-1942.1090
2025-12-2641.9556
2026-01-0242.3446
2026-01-0942.2514
2026-01-1642.0896
2026-01-2342.0605
2026-01-3043.2049
2026-02-0642.8139
2026-02-1342.3306
2026-02-2041.9338
2026-02-2741.9194
2026-03-0642.7470
2026-03-1343.0121
2026-03-2043.9424
2026-03-2743.9640
2026-04-0343.1971
2026-04-1043.1403
2026-04-1743.5225
2026-04-2443.7190
2026-05-0143.8568
2026-05-0843.8121
2026-05-1643.5367
2026-05-2443.8034
2026-05-3143.8049
2026-06-0943.8229
2026-06-1643.5665
2026-06-2343.9860
2026-06-3043.9780
2026-07-0744.5364
2026-07-1444.7833
2026-07-2145.2221
2026-07-2844.6998
2026-08-0444.7633
2026-08-1144.7248
2026-08-1844.7789
2026-08-2644.6807
2026-09-0244.8602
2026-09-0944.5344
2026-09-1644.8242
2026-09-2344.3317

High

45.2221

Low

41.9194

Average

43.4501

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=THB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.