Skip to content

TOP to BDT exchange rate API

Pa’anga to Taka · quoted 2026-09-25

51.6155

▼ +0.89% over 1Y

1 TOP = 51.6155 BDT · 1 BDT = 0.01937 TOP · Get this rate via the API

1 TOP buys 51.6155 BDT as of 2026-09-25, so 1 BDT buys 0.01937 TOP. Over the last year, TOP/BDT traded between 50.7199 and 53.3411, averaged 51.8245 and fell 0.89%. The API holds daily TOP/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/BDT over 1Y

TOP/BDT over 1Y: show the values
PointTOP/BDT
2025-09-2552.0809
2025-10-0251.4842
2025-10-0951.4737
2025-10-1651.6164
2025-10-2351.8739
2025-10-3051.4942
2025-11-0651.7289
2025-11-1351.8580
2025-11-2051.1298
2025-11-2750.9875
2025-12-0451.2074
2025-12-1151.0983
2025-12-1850.9282
2025-12-2550.7299
2026-01-0151.1476
2026-01-0851.0658
2026-01-1551.4963
2026-01-2251.7201
2026-01-2951.9598
2026-02-0552.1448
2026-02-1252.4239
2026-02-1952.2516
2026-02-2652.1810
2026-03-0552.1136
2026-03-1252.4908
2026-03-1952.3765
2026-03-2652.5998
2026-04-0252.2901
2026-04-0952.1800
2026-04-1752.3278
2026-04-2452.2170
2026-05-0153.1937
2026-05-0852.4133
2026-05-1553.3411
2026-05-2252.6201
2026-05-2952.9826
2026-06-0552.5825
2026-06-1351.6445
2026-06-2051.7467
2026-06-2751.3092
2026-07-0451.3878
2026-07-1151.1858
2026-07-1851.5995
2026-07-2551.7982
2026-08-0151.5653
2026-08-0851.6590
2026-08-1550.9520
2026-08-2250.7199
2026-08-2952.2744
2026-09-0552.0649
2026-09-1252.1217
2026-09-1951.2444

High

53.3411

Low

50.7199

Average

51.8245

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/BDT API questions

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

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

How far back does TOP/BDT historical data go?

Daily TOP/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 TOP/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.