Skip to content

RUB to BDT exchange rate API

Russian Ruble to Taka · quoted 2026-09-25

1.4487

▼ +0.27% over 1Y

1 RUB = 1.4487 BDT · 1 BDT = 0.69026 RUB · Get this rate via the API

1 RUB buys 1.4487 BDT as of 2026-09-25, so 1 BDT buys 0.69026 RUB. Over the last year, RUB/BDT traded between 1.4133 and 1.7261, averaged 1.5549 and fell 0.27%. The API holds daily RUB/BDT rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.

RUB/BDT over 1Y

RUB/BDT over 1Y: show the values
PointRUB/BDT
2025-09-251.4527
2025-10-021.4771
2025-10-091.4941
2025-10-161.5482
2025-10-231.5015
2025-10-301.5296
2025-11-061.4999
2025-11-131.5033
2025-11-201.5200
2025-11-271.5578
2025-12-041.5774
2025-12-121.5217
2025-12-191.5318
2025-12-261.5519
2026-01-021.5513
2026-01-091.5214
2026-01-161.5616
2026-01-231.6094
2026-01-301.6096
2026-02-061.5941
2026-02-131.5841
2026-02-201.5922
2026-02-271.5898
2026-03-061.5542
2026-03-131.5454
2026-03-201.4221
2026-03-271.5068
2026-04-031.5272
2026-04-101.5813
2026-04-171.6093
2026-04-241.6173
2026-05-011.6379
2026-05-081.6462
2026-05-161.6857
2026-05-241.7165
2026-05-311.7261
2026-06-091.6822
2026-06-161.6957
2026-06-231.6556
2026-06-301.5989
2026-07-071.5970
2026-07-141.6096
2026-07-211.5718
2026-07-281.5850
2026-08-041.5386
2026-08-111.4974
2026-08-181.4393
2026-08-261.4679
2026-09-021.4133
2026-09-091.4318
2026-09-161.4626
2026-09-231.4582

High

1.7261

Low

1.4133

Average

1.5549

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/BDT API questions

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

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

How far back does RUB/BDT historical data go?

Daily RUB/BDT 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 RUB/BDT 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.