Skip to content

BDT to RSD exchange rate API

Taka to Serbian Dinar · quoted 2026-09-27

0.83525

▲ +1.96% over 1Y

1 BDT = 0.83525 RSD · 1 RSD = 1.1973 BDT · Get this rate via the API

1 BDT buys 0.83525 RSD as of 2026-09-27, so 1 RSD buys 1.1973 BDT. Over the last year, BDT/RSD traded between 0.80883 and 0.83986, averaged 0.82374 and rose 1.96%. The API holds daily BDT/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BDT/RSD over 1Y

BDT/RSD over 1Y: show the values
PointBDT/RSD
2025-09-270.81915
2025-10-040.82098
2025-10-110.82582
2025-10-180.82450
2025-10-250.82369
2025-11-010.83047
2025-11-080.82887
2025-11-150.82639
2025-11-220.83225
2025-11-290.82728
2025-12-060.82461
2025-12-140.81794
2025-12-210.82003
2025-12-280.81400
2026-01-040.81859
2026-01-110.82493
2026-01-180.82748
2026-01-250.81238
2026-02-010.80905
2026-02-080.81268
2026-02-150.80883
2026-02-220.81434
2026-03-010.81276
2026-03-080.82506
2026-03-150.83598
2026-03-220.82659
2026-03-290.83020
2026-04-050.82898
2026-04-120.81563
2026-04-190.80925
2026-04-260.81769
2026-05-030.81570
2026-05-100.81309
2026-05-180.82100
2026-05-260.82183
2026-06-020.82137
2026-06-110.82684
2026-06-180.82939
2026-06-250.83986
2026-07-020.83650
2026-07-090.83384
2026-07-160.83179
2026-07-230.83262
2026-07-300.83272
2026-08-060.82116
2026-08-130.82801
2026-08-210.82082
2026-08-280.81792
2026-09-040.82108
2026-09-110.81952
2026-09-180.83186
2026-09-250.83941

High

0.83986

Low

0.80883

Average

0.82374

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BDT/RSD API questions

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

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

How far back does BDT/RSD historical data go?

Daily BDT/RSD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BDT/RSD 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.