Skip to content

FKP to BDT exchange rate API

Falkland Islands Pound to Taka · quoted 2026-09-26

162.7147

▼ +0.16% over 6M

1 FKP = 162.7147 BDT · 1 BDT = 0.006146 FKP · Get this rate via the API

1 FKP buys 162.7147 BDT as of 2026-09-26, so 1 BDT buys 0.006146 FKP. Over the last 6 months, FKP/BDT traded between 161.6979 and 167.1902, averaged 165.1017 and fell 0.16%. The API holds daily FKP/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/BDT over 6M

FKP/BDT over 6M: show the values
PointFKP/BDT
2026-03-30162.9807
2026-04-06161.7834
2026-04-13165.3643
2026-04-20166.3316
2026-04-27166.1162
2026-05-04166.6172
2026-05-11167.1902
2026-05-19164.6917
2026-05-27165.1759
2026-06-03165.2355
2026-06-12164.8202
2026-06-19161.6979
2026-06-26162.2309
2026-07-03164.6140
2026-07-10165.6164
2026-07-17166.0813
2026-07-24164.3196
2026-07-31165.7922
2026-08-07166.6106
2026-08-14165.5953
2026-08-22166.7069
2026-08-29166.8411
2026-09-05166.1182
2026-09-12166.8895
2026-09-19164.5076

High

167.1902

Low

161.6979

Average

165.1017

For developers

Get this rate via the API

One GET request returns the FKP/BDT 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=BDT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=BDT");
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=BDT").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/BDT API questions

How do I get the FKP/BDT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/BDT rate in rates.BDT.

How far back does FKP/BDT historical data go?

Daily FKP/BDT 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/BDT 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.