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: show the values
| Point | BDT/EUR |
|---|---|
| 2025-09-25 | 0.006998 |
| 2025-10-02 | 0.006990 |
| 2025-10-09 | 0.007072 |
| 2025-10-16 | 0.007050 |
| 2025-10-23 | 0.007049 |
| 2025-10-30 | 0.007080 |
| 2025-11-06 | 0.007106 |
| 2025-11-13 | 0.007044 |
| 2025-11-20 | 0.007093 |
| 2025-11-27 | 0.007058 |
| 2025-12-04 | 0.007006 |
| 2025-12-11 | 0.007000 |
| 2025-12-18 | 0.006980 |
| 2025-12-25 | 0.006949 |
| 2026-01-01 | 0.006959 |
| 2026-01-08 | 0.007008 |
| 2026-01-15 | 0.007033 |
| 2026-01-22 | 0.006978 |
| 2026-01-29 | 0.006838 |
| 2026-02-05 | 0.006931 |
| 2026-02-12 | 0.006878 |
| 2026-02-19 | 0.006955 |
| 2026-02-26 | 0.006937 |
| 2026-03-05 | 0.007038 |
| 2026-03-12 | 0.007060 |
| 2026-03-19 | 0.007076 |
| 2026-03-26 | 0.007054 |
| 2026-04-02 | 0.007054 |
| 2026-04-09 | 0.006966 |
| 2026-04-16 | 0.006912 |
| 2026-04-23 | 0.006959 |
| 2026-04-30 | 0.006963 |
| 2026-05-07 | 0.006919 |
| 2026-05-14 | 0.006962 |
| 2026-05-21 | 0.007013 |
| 2026-05-28 | 0.007010 |
| 2026-06-04 | 0.006998 |
| 2026-06-12 | 0.007036 |
| 2026-06-19 | 0.007102 |
| 2026-06-26 | 0.007136 |
| 2026-07-03 | 0.007089 |
| 2026-07-10 | 0.007100 |
| 2026-07-17 | 0.007090 |
| 2026-07-24 | 0.007121 |
| 2026-07-31 | 0.007061 |
| 2026-08-07 | 0.007000 |
| 2026-08-14 | 0.007043 |
| 2026-08-21 | 0.006990 |
| 2026-08-28 | 0.006972 |
| 2026-09-04 | 0.007000 |
| 2026-09-11 | 0.006989 |
| 2026-09-18 | 0.007105 |
High
0.007142
Low
0.006838
Average
0.007018
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=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¤cies=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.