Skip to content

BDT to EUR exchange rate API

Taka to Euro · quoted 2026-09-25

0.007142

▲ +2.06% over 1Y

1 BDT = 0.007142 EUR · 1 EUR = 140.0168 BDT · Get this rate via the API

1 BDT buys 0.007142 EUR as of 2026-09-25, so 1 EUR buys 140.0168 BDT. Over the last year, BDT/EUR traded between 0.006838 and 0.007142, averaged 0.007018 and rose 2.06%. The API holds daily BDT/EUR rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.

BDT/EUR over 1Y

BDT/EUR over 1Y: show the values
PointBDT/EUR
2025-09-250.006998
2025-10-020.006990
2025-10-090.007072
2025-10-160.007050
2025-10-230.007049
2025-10-300.007080
2025-11-060.007106
2025-11-130.007044
2025-11-200.007093
2025-11-270.007058
2025-12-040.007006
2025-12-110.007000
2025-12-180.006980
2025-12-250.006949
2026-01-010.006959
2026-01-080.007008
2026-01-150.007033
2026-01-220.006978
2026-01-290.006838
2026-02-050.006931
2026-02-120.006878
2026-02-190.006955
2026-02-260.006937
2026-03-050.007038
2026-03-120.007060
2026-03-190.007076
2026-03-260.007054
2026-04-020.007054
2026-04-090.006966
2026-04-160.006912
2026-04-230.006959
2026-04-300.006963
2026-05-070.006919
2026-05-140.006962
2026-05-210.007013
2026-05-280.007010
2026-06-040.006998
2026-06-120.007036
2026-06-190.007102
2026-06-260.007136
2026-07-030.007089
2026-07-100.007100
2026-07-170.007090
2026-07-240.007121
2026-07-310.007061
2026-08-070.007000
2026-08-140.007043
2026-08-210.006990
2026-08-280.006972
2026-09-040.007000
2026-09-110.006989
2026-09-180.007105

High

0.007142

Low

0.006838

Average

0.007018

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BDT/EUR API questions

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

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

How far back does BDT/EUR historical data go?

Daily BDT/EUR rates are available from 2017-06-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BDT/EUR 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.