FKP to BDT exchange rate API
Falkland Islands Pound to Taka · quoted 2026-09-26
162.7147
▲ +2.97% over 5Y
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 5 years, FKP/BDT traded between 149.0429 and 167.2947, averaged 161.1261 and rose 2.97%. 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 5Y: show the values
| Point | FKP/BDT |
|---|---|
| 2024-08-24 | 158.0182 |
| 2024-10-07 | 157.1245 |
| 2024-11-06 | 154.8371 |
| 2024-12-06 | 152.3206 |
| 2025-01-05 | 149.0429 |
| 2025-02-04 | 151.3939 |
| 2025-03-06 | 156.7517 |
| 2025-04-06 | 156.9661 |
| 2025-05-06 | 161.3878 |
| 2025-06-07 | 165.3080 |
| 2025-07-07 | 166.9837 |
| 2025-08-06 | 161.6190 |
| 2025-09-05 | 163.7250 |
| 2025-10-06 | 163.8524 |
| 2025-11-05 | 158.7583 |
| 2025-12-05 | 163.1068 |
| 2026-01-05 | 164.3715 |
| 2026-02-04 | 167.2947 |
| 2026-03-06 | 163.4708 |
| 2026-04-05 | 162.2156 |
| 2026-05-05 | 166.6430 |
| 2026-06-06 | 163.9699 |
| 2026-07-08 | 164.8006 |
| 2026-08-07 | 166.6106 |
| 2026-09-07 | 165.9908 |
High
167.2947
Low
149.0429
Average
161.1261
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.