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: show the values
| Point | RUB/BDT |
|---|---|
| 2025-09-25 | 1.4527 |
| 2025-10-02 | 1.4771 |
| 2025-10-09 | 1.4941 |
| 2025-10-16 | 1.5482 |
| 2025-10-23 | 1.5015 |
| 2025-10-30 | 1.5296 |
| 2025-11-06 | 1.4999 |
| 2025-11-13 | 1.5033 |
| 2025-11-20 | 1.5200 |
| 2025-11-27 | 1.5578 |
| 2025-12-04 | 1.5774 |
| 2025-12-12 | 1.5217 |
| 2025-12-19 | 1.5318 |
| 2025-12-26 | 1.5519 |
| 2026-01-02 | 1.5513 |
| 2026-01-09 | 1.5214 |
| 2026-01-16 | 1.5616 |
| 2026-01-23 | 1.6094 |
| 2026-01-30 | 1.6096 |
| 2026-02-06 | 1.5941 |
| 2026-02-13 | 1.5841 |
| 2026-02-20 | 1.5922 |
| 2026-02-27 | 1.5898 |
| 2026-03-06 | 1.5542 |
| 2026-03-13 | 1.5454 |
| 2026-03-20 | 1.4221 |
| 2026-03-27 | 1.5068 |
| 2026-04-03 | 1.5272 |
| 2026-04-10 | 1.5813 |
| 2026-04-17 | 1.6093 |
| 2026-04-24 | 1.6173 |
| 2026-05-01 | 1.6379 |
| 2026-05-08 | 1.6462 |
| 2026-05-16 | 1.6857 |
| 2026-05-24 | 1.7165 |
| 2026-05-31 | 1.7261 |
| 2026-06-09 | 1.6822 |
| 2026-06-16 | 1.6957 |
| 2026-06-23 | 1.6556 |
| 2026-06-30 | 1.5989 |
| 2026-07-07 | 1.5970 |
| 2026-07-14 | 1.6096 |
| 2026-07-21 | 1.5718 |
| 2026-07-28 | 1.5850 |
| 2026-08-04 | 1.5386 |
| 2026-08-11 | 1.4974 |
| 2026-08-18 | 1.4393 |
| 2026-08-26 | 1.4679 |
| 2026-09-02 | 1.4133 |
| 2026-09-09 | 1.4318 |
| 2026-09-16 | 1.4626 |
| 2026-09-23 | 1.4582 |
High
1.7261
Low
1.4133
Average
1.5549
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.