Skip to content

FKP to BDT exchange rate API

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

162.7147

▲ +0.09% over 1Y

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 year, FKP/BDT traded between 160.1452 and 167.7611, averaged 164.2885 and rose 0.09%. 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 1Y

FKP/BDT over 1Y: show the values
PointFKP/BDT
2025-09-26162.5716
2025-10-03163.5271
2025-10-10162.2080
2025-10-17163.5176
2025-10-24163.0669
2025-10-31160.7989
2025-11-07160.1452
2025-11-14160.6370
2025-11-21160.4156
2025-11-28161.7257
2025-12-05163.1068
2025-12-13163.4468
2025-12-20163.5769
2025-12-27164.8871
2026-01-03164.5536
2026-01-10163.7407
2026-01-17163.2750
2026-01-24167.0137
2026-01-31167.7611
2026-02-07166.4733
2026-02-14166.9946
2026-02-21164.9322
2026-02-28165.0238
2026-03-07164.0989
2026-03-14162.4930
2026-03-21163.7108
2026-03-28163.8216
2026-04-04162.2048
2026-04-11165.0826
2026-04-18166.4203
2026-04-25165.5443
2026-05-02166.6597
2026-05-09166.9648
2026-05-17163.6112
2026-05-25165.2253
2026-06-01165.1316
2026-06-10164.3853
2026-06-17164.8547
2026-06-24162.2913
2026-07-01162.9613
2026-07-08164.8006
2026-07-15165.0401
2026-07-22165.2403
2026-07-29164.0014
2026-08-05166.4614
2026-08-12166.4835
2026-08-20165.8939
2026-08-27167.2438
2026-09-03165.6586
2026-09-10167.0485
2026-09-17164.8705
2026-09-24162.9705

High

167.7611

Low

160.1452

Average

164.2885

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.