BDT to RUB exchange rate API
Taka to Russian Ruble · quoted 2026-09-26
0.69026
▲ +0.17% over 1Y
1 BDT = 0.69026 RUB · 1 RUB = 1.4487 BDT · Get this rate via the API
1 BDT buys 0.69026 RUB as of 2026-09-26, so 1 RUB buys 1.4487 BDT. Over the last year, BDT/RUB traded between 0.58054 and 0.71117, averaged 0.64408 and rose 0.17%. The API holds daily BDT/RUB rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.
BDT/RUB over 1Y: show the values
| Point | BDT/RUB |
|---|---|
| 2025-09-26 | 0.68905 |
| 2025-10-03 | 0.67450 |
| 2025-10-10 | 0.66576 |
| 2025-10-17 | 0.66033 |
| 2025-10-24 | 0.66406 |
| 2025-10-31 | 0.65391 |
| 2025-11-07 | 0.66588 |
| 2025-11-14 | 0.66057 |
| 2025-11-21 | 0.65302 |
| 2025-11-28 | 0.63775 |
| 2025-12-05 | 0.63013 |
| 2025-12-13 | 0.65217 |
| 2025-12-20 | 0.65987 |
| 2025-12-27 | 0.64414 |
| 2026-01-03 | 0.65783 |
| 2026-01-10 | 0.64867 |
| 2026-01-17 | 0.63586 |
| 2026-01-24 | 0.61905 |
| 2026-01-31 | 0.62246 |
| 2026-02-07 | 0.62796 |
| 2026-02-14 | 0.62371 |
| 2026-02-21 | 0.62667 |
| 2026-02-28 | 0.63005 |
| 2026-03-07 | 0.64807 |
| 2026-03-14 | 0.65163 |
| 2026-03-21 | 0.67509 |
| 2026-03-28 | 0.66350 |
| 2026-04-04 | 0.65332 |
| 2026-04-11 | 0.62783 |
| 2026-04-18 | 0.62009 |
| 2026-04-25 | 0.61289 |
| 2026-05-02 | 0.61090 |
| 2026-05-09 | 0.60511 |
| 2026-05-17 | 0.59357 |
| 2026-05-25 | 0.58161 |
| 2026-06-01 | 0.58054 |
| 2026-06-10 | 0.58621 |
| 2026-06-17 | 0.59061 |
| 2026-06-24 | 0.60584 |
| 2026-07-01 | 0.63910 |
| 2026-07-08 | 0.61985 |
| 2026-07-15 | 0.62928 |
| 2026-07-22 | 0.63412 |
| 2026-07-29 | 0.63831 |
| 2026-08-05 | 0.65131 |
| 2026-08-12 | 0.66885 |
| 2026-08-20 | 0.68889 |
| 2026-08-27 | 0.69287 |
| 2026-09-03 | 0.71117 |
| 2026-09-10 | 0.68971 |
| 2026-09-17 | 0.68344 |
| 2026-09-24 | 0.68898 |
High
0.71117
Low
0.58054
Average
0.64408
Get this rate via the API
One GET request returns the BDT/RUB 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=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
BDT/RUB API questions
How do I get the BDT/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/RUB rate in rates.RUB.
How far back does BDT/RUB historical data go?
Daily BDT/RUB 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/RUB 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.