FKP to BDT exchange rate API
Falkland Islands Pound to Taka · quoted 2026-09-26
162.7147
▼ +2.71% over 30D
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 30 days, FKP/BDT traded between 162.5944 and 167.4054, averaged 165.6562 and fell 2.71%. 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 30D: show the values
| Point | FKP/BDT |
|---|---|
| 2026-08-27 | 167.2438 |
| 2026-08-28 | 167.4054 |
| 2026-08-29 | 166.8411 |
| 2026-08-30 | 166.7628 |
| 2026-08-31 | 166.9984 |
| 2026-09-01 | 166.1773 |
| 2026-09-02 | 165.6840 |
| 2026-09-03 | 165.6586 |
| 2026-09-04 | 166.3046 |
| 2026-09-05 | 166.1182 |
| 2026-09-06 | 166.8015 |
| 2026-09-07 | 165.9908 |
| 2026-09-08 | 166.3384 |
| 2026-09-09 | 166.5077 |
| 2026-09-10 | 167.0485 |
| 2026-09-11 | 166.6070 |
| 2026-09-12 | 166.8895 |
| 2026-09-13 | 166.3776 |
| 2026-09-14 | 166.4559 |
| 2026-09-15 | 166.0168 |
| 2026-09-16 | 166.0086 |
| 2026-09-17 | 164.8705 |
| 2026-09-18 | 163.8893 |
| 2026-09-19 | 164.5076 |
| 2026-09-20 | 165.1468 |
| 2026-09-21 | 164.2797 |
| 2026-09-22 | 164.4322 |
| 2026-09-23 | 163.6998 |
| 2026-09-24 | 162.9705 |
| 2026-09-25 | 162.5944 |
High
167.4054
Low
162.5944
Average
165.6562
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.