Skip to content

INR to BDT exchange rate API

Indian Rupee to Taka · quoted 2026-09-25

1.2814

▼ +6.64% over 1Y

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 year, INR/BDT traded between 1.2777 and 1.3934, averaged 1.3248 and fell 6.64%. 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 1Y

INR/BDT over 1Y: show the values
PointINR/BDT
2025-09-251.3725
2025-10-021.3717
2025-10-091.3714
2025-10-161.3847
2025-10-231.3934
2025-10-301.3782
2025-11-061.3774
2025-11-131.3776
2025-11-201.3801
2025-11-271.3678
2025-12-041.3613
2025-12-111.3502
2025-12-181.3542
2025-12-251.3602
2026-01-011.3611
2026-01-081.3591
2026-01-151.3546
2026-01-221.3366
2026-01-291.3293
2026-02-051.3541
2026-02-121.3517
2026-02-191.3413
2026-02-261.3419
2026-03-051.3344
2026-03-121.3302
2026-03-191.3190
2026-03-261.3052
2026-04-021.3212
2026-04-091.3257
2026-04-161.3168
2026-04-231.3057
2026-04-301.2929
2026-05-071.3028
2026-05-141.2816
2026-05-211.2777
2026-05-281.2832
2026-06-041.2815
2026-06-121.2917
2026-06-191.3017
2026-06-261.3020
2026-07-031.2941
2026-07-101.2924
2026-07-171.2809
2026-07-241.2782
2026-07-311.2926
2026-08-071.3007
2026-08-141.2862
2026-08-211.2777
2026-08-281.2914
2026-09-041.3008
2026-09-111.2916
2026-09-181.2808
2026-09-251.2844

High

1.3934

Low

1.2777

Average

1.3248

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.