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: show the values
| Point | INR/BDT |
|---|---|
| 2025-09-25 | 1.3725 |
| 2025-10-02 | 1.3717 |
| 2025-10-09 | 1.3714 |
| 2025-10-16 | 1.3847 |
| 2025-10-23 | 1.3934 |
| 2025-10-30 | 1.3782 |
| 2025-11-06 | 1.3774 |
| 2025-11-13 | 1.3776 |
| 2025-11-20 | 1.3801 |
| 2025-11-27 | 1.3678 |
| 2025-12-04 | 1.3613 |
| 2025-12-11 | 1.3502 |
| 2025-12-18 | 1.3542 |
| 2025-12-25 | 1.3602 |
| 2026-01-01 | 1.3611 |
| 2026-01-08 | 1.3591 |
| 2026-01-15 | 1.3546 |
| 2026-01-22 | 1.3366 |
| 2026-01-29 | 1.3293 |
| 2026-02-05 | 1.3541 |
| 2026-02-12 | 1.3517 |
| 2026-02-19 | 1.3413 |
| 2026-02-26 | 1.3419 |
| 2026-03-05 | 1.3344 |
| 2026-03-12 | 1.3302 |
| 2026-03-19 | 1.3190 |
| 2026-03-26 | 1.3052 |
| 2026-04-02 | 1.3212 |
| 2026-04-09 | 1.3257 |
| 2026-04-16 | 1.3168 |
| 2026-04-23 | 1.3057 |
| 2026-04-30 | 1.2929 |
| 2026-05-07 | 1.3028 |
| 2026-05-14 | 1.2816 |
| 2026-05-21 | 1.2777 |
| 2026-05-28 | 1.2832 |
| 2026-06-04 | 1.2815 |
| 2026-06-12 | 1.2917 |
| 2026-06-19 | 1.3017 |
| 2026-06-26 | 1.3020 |
| 2026-07-03 | 1.2941 |
| 2026-07-10 | 1.2924 |
| 2026-07-17 | 1.2809 |
| 2026-07-24 | 1.2782 |
| 2026-07-31 | 1.2926 |
| 2026-08-07 | 1.3007 |
| 2026-08-14 | 1.2862 |
| 2026-08-21 | 1.2777 |
| 2026-08-28 | 1.2914 |
| 2026-09-04 | 1.3008 |
| 2026-09-11 | 1.2916 |
| 2026-09-18 | 1.2808 |
| 2026-09-25 | 1.2844 |
High
1.3934
Low
1.2777
Average
1.3248
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.