BDT to JPY exchange rate API
Taka to Yen · quoted 2026-09-25
1.2859
▲ +5.18% over 1Y
1 BDT = 1.2859 JPY · 1 JPY = 0.77769 BDT · Get this rate via the API
1 BDT buys 1.2859 JPY as of 2026-09-25, so 1 JPY buys 0.77769 BDT. Over the last year, BDT/JPY traded between 1.2061 and 1.3272, averaged 1.2822 and rose 5.18%. The API holds daily BDT/JPY rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.
BDT/JPY over 1Y: show the values
| Point | BDT/JPY |
|---|---|
| 2025-09-25 | 1.2226 |
| 2025-10-02 | 1.2061 |
| 2025-10-09 | 1.2547 |
| 2025-10-16 | 1.2425 |
| 2025-10-23 | 1.2473 |
| 2025-10-30 | 1.2630 |
| 2025-11-06 | 1.2590 |
| 2025-11-13 | 1.2650 |
| 2025-11-20 | 1.2873 |
| 2025-11-27 | 1.2783 |
| 2025-12-04 | 1.2650 |
| 2025-12-11 | 1.2758 |
| 2025-12-18 | 1.2744 |
| 2025-12-25 | 1.2756 |
| 2026-01-01 | 1.2810 |
| 2026-01-08 | 1.2823 |
| 2026-01-15 | 1.2963 |
| 2026-01-22 | 1.2971 |
| 2026-01-29 | 1.2547 |
| 2026-02-05 | 1.2830 |
| 2026-02-12 | 1.2554 |
| 2026-02-19 | 1.2663 |
| 2026-02-26 | 1.2790 |
| 2026-03-05 | 1.2882 |
| 2026-03-12 | 1.2952 |
| 2026-03-19 | 1.2912 |
| 2026-03-26 | 1.2994 |
| 2026-04-02 | 1.2975 |
| 2026-04-09 | 1.2937 |
| 2026-04-16 | 1.2948 |
| 2026-04-23 | 1.2979 |
| 2026-04-30 | 1.2758 |
| 2026-05-07 | 1.2736 |
| 2026-05-14 | 1.2869 |
| 2026-05-21 | 1.2947 |
| 2026-05-28 | 1.2985 |
| 2026-06-04 | 1.3019 |
| 2026-06-12 | 1.3039 |
| 2026-06-19 | 1.3131 |
| 2026-06-26 | 1.3152 |
| 2026-07-03 | 1.3078 |
| 2026-07-10 | 1.3138 |
| 2026-07-17 | 1.3163 |
| 2026-07-24 | 1.3272 |
| 2026-07-31 | 1.2996 |
| 2026-08-07 | 1.2786 |
| 2026-08-14 | 1.2956 |
| 2026-08-21 | 1.2979 |
| 2026-08-28 | 1.2963 |
| 2026-09-04 | 1.2712 |
| 2026-09-11 | 1.2481 |
| 2026-09-18 | 1.2857 |
High
1.3272
Low
1.2061
Average
1.2822
Get this rate via the API
One GET request returns the BDT/JPY 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=BDT¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
BDT/JPY API questions
How do I get the BDT/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/JPY rate in rates.JPY.
How far back does BDT/JPY historical data go?
Daily BDT/JPY 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 BDT/JPY 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.