Skip to content

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

BDT/RUB over 1Y: show the values
PointBDT/RUB
2025-09-260.68905
2025-10-030.67450
2025-10-100.66576
2025-10-170.66033
2025-10-240.66406
2025-10-310.65391
2025-11-070.66588
2025-11-140.66057
2025-11-210.65302
2025-11-280.63775
2025-12-050.63013
2025-12-130.65217
2025-12-200.65987
2025-12-270.64414
2026-01-030.65783
2026-01-100.64867
2026-01-170.63586
2026-01-240.61905
2026-01-310.62246
2026-02-070.62796
2026-02-140.62371
2026-02-210.62667
2026-02-280.63005
2026-03-070.64807
2026-03-140.65163
2026-03-210.67509
2026-03-280.66350
2026-04-040.65332
2026-04-110.62783
2026-04-180.62009
2026-04-250.61289
2026-05-020.61090
2026-05-090.60511
2026-05-170.59357
2026-05-250.58161
2026-06-010.58054
2026-06-100.58621
2026-06-170.59061
2026-06-240.60584
2026-07-010.63910
2026-07-080.61985
2026-07-150.62928
2026-07-220.63412
2026-07-290.63831
2026-08-050.65131
2026-08-120.66885
2026-08-200.68889
2026-08-270.69287
2026-09-030.71117
2026-09-100.68971
2026-09-170.68344
2026-09-240.68898

High

0.71117

Low

0.58054

Average

0.64408

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=RUB");
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=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&currencies=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.