Skip to content

BDT to EUR exchange rate API

Taka to Euro · quoted 2026-09-25

0.007142

▲ +2.70% over YTD

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 year to date, BDT/EUR traded between 0.006838 and 0.007172, averaged 0.007013 and rose 2.70%. 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 YTD

BDT/EUR over YTD: show the values
PointBDT/EUR
2025-12-310.006954
2026-01-070.007003
2026-01-140.007019
2026-01-210.006961
2026-01-280.006838
2026-02-040.006930
2026-02-110.006871
2026-02-180.006912
2026-02-250.006942
2026-03-040.007018
2026-03-110.007047
2026-03-180.007091
2026-03-250.007033
2026-04-010.007014
2026-04-080.006953
2026-04-150.006902
2026-04-220.006941
2026-04-290.006954
2026-05-060.006931
2026-05-130.006954
2026-05-200.007017
2026-05-270.007000
2026-06-030.007013
2026-06-110.007051
2026-06-180.007105
2026-06-250.007172
2026-07-020.007115
2026-07-090.007101
2026-07-160.007086
2026-07-230.007114
2026-07-300.007069
2026-08-060.007003
2026-08-130.007050
2026-08-200.007021
2026-08-270.006973
2026-09-030.007013
2026-09-100.006985
2026-09-170.007067
2026-09-240.007144

High

0.007172

Low

0.006838

Average

0.007013

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.