Skip to content

FKP to BDT exchange rate API

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

162.7147

▼ +1.22% over YTD

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 year to date, FKP/BDT traded between 162.3990 and 168.4822, averaged 165.2113 and fell 1.22%. 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 YTD

FKP/BDT over YTD: show the values
PointFKP/BDT
2025-12-31164.7220
2026-01-07165.1191
2026-01-14164.1908
2026-01-21164.5693
2026-01-28168.4822
2026-02-04167.2947
2026-02-11167.0980
2026-02-18165.5638
2026-02-25165.1639
2026-03-04163.0701
2026-03-11164.6647
2026-03-18163.7575
2026-03-25164.4076
2026-04-01162.6237
2026-04-08164.5941
2026-04-15165.4926
2026-04-22166.2434
2026-04-29166.4631
2026-05-06166.0170
2026-05-14166.0398
2026-05-21165.0564
2026-05-29164.6915
2026-06-05164.9022
2026-06-14164.6569
2026-06-21162.5430
2026-06-28162.3990
2026-07-05164.2575
2026-07-12165.1624
2026-07-19165.7162
2026-07-26164.4756
2026-08-02166.2092
2026-08-09167.1823
2026-08-16166.7585
2026-08-24167.2122
2026-08-31166.9984
2026-09-07165.9908
2026-09-14166.4559
2026-09-21164.2797

High

168.4822

Low

162.3990

Average

165.2113

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.