Skip to content

INR to BDT exchange rate API

Indian Rupee to Taka · quoted 2026-09-25

1.2814

▲ +10.65% over 5Y

1 INR = 1.2814 BDT · 1 BDT = 0.78042 INR · Get this rate via the API

1 INR buys 1.2814 BDT as of 2026-09-25, so 1 BDT buys 0.78042 INR. Over the last 5 years, INR/BDT traded between 1.1258 and 1.4254, averaged 1.3128 and rose 10.65%. The API holds daily INR/BDT rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.

INR/BDT over 5Y

INR/BDT over 5Y: show the values
PointINR/BDT
2021-09-271.1580
2021-11-081.1565
2021-12-201.1309
2022-02-011.1500
2022-03-151.1258
2022-04-291.1335
2022-06-151.1898
2022-07-271.1856
2022-09-071.1887
2022-10-191.2749
2022-11-301.2509
2023-01-121.2791
2023-02-231.2962
2023-04-111.2947
2023-05-261.2975
2023-07-101.3146
2023-08-211.3168
2023-10-021.3260
2023-11-131.3302
2023-12-271.3176
2024-02-081.3219
2024-03-211.3208
2024-05-081.3146
2024-06-241.4076
2024-08-051.3962
2024-09-151.4151
2024-10-221.4229
2024-11-211.4145
2024-12-211.4065
2025-01-201.4061
2025-02-191.3988
2025-03-211.4122
2025-04-201.4254
2025-05-201.4221
2025-06-191.4101
2025-07-191.4088
2025-08-181.3898
2025-09-171.3833
2025-10-171.3828
2025-11-161.3754
2025-12-161.3438
2026-01-151.3546
2026-02-141.3504
2026-03-161.3304
2026-04-151.3161
2026-05-151.2790
2026-06-151.2965
2026-07-151.2788
2026-08-141.2862
2026-09-131.2844

High

1.4254

Low

1.1258

Average

1.3128

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/BDT API questions

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

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

How far back does INR/BDT historical data go?

Daily INR/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 INR/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.