Skip to content

FKP to THB exchange rate API

Falkland Islands Pound to Baht · quoted 2026-09-25

44.0815

▲ +1.03% over 6M

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 6 months, FKP/THB traded between 43.1099 and 45.4282, averaged 44.2071 and rose 1.03%. 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 6M

FKP/THB over 6M: show the values
PointFKP/THB
2026-03-2943.6312
2026-04-0543.1099
2026-04-1243.3818
2026-04-1943.4428
2026-04-2643.7413
2026-05-0344.2394
2026-05-1043.9247
2026-05-1843.4399
2026-05-2644.0467
2026-06-0243.8669
2026-06-1144.0907
2026-06-1843.6604
2026-06-2544.0269
2026-07-0244.1661
2026-07-0944.8076
2026-07-1645.4282
2026-07-2345.2878
2026-07-3044.7875
2026-08-0644.5246
2026-08-1344.6924
2026-08-2144.5878
2026-08-2844.7863
2026-09-0444.5419
2026-09-1144.6359
2026-09-1844.5149
2026-09-2544.1476

High

45.4282

Low

43.1099

Average

44.2071

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.