BDT to JPY exchange rate API
Taka to Yen · quoted 2026-09-25
1.2859
▼ +0.83% over 5Y
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 5 years, BDT/JPY traded between 1.1650 and 1.5244, averaged 1.3029 and fell 0.83%. 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 5Y: show the values
| Point | BDT/JPY |
|---|---|
| 2021-09-27 | 1.2967 |
| 2021-11-08 | 1.3229 |
| 2021-12-20 | 1.3236 |
| 2022-02-01 | 1.3335 |
| 2022-03-15 | 1.3719 |
| 2022-04-29 | 1.4990 |
| 2022-06-15 | 1.4486 |
| 2022-07-27 | 1.4439 |
| 2022-09-07 | 1.5244 |
| 2022-10-19 | 1.4137 |
| 2022-11-30 | 1.3662 |
| 2023-01-12 | 1.2523 |
| 2023-02-23 | 1.2612 |
| 2023-04-11 | 1.2535 |
| 2023-05-26 | 1.3039 |
| 2023-07-10 | 1.3090 |
| 2023-08-21 | 1.3331 |
| 2023-10-02 | 1.3577 |
| 2023-11-13 | 1.3705 |
| 2023-12-27 | 1.2992 |
| 2024-02-08 | 1.3604 |
| 2024-03-21 | 1.3776 |
| 2024-05-08 | 1.4174 |
| 2024-06-24 | 1.3574 |
| 2024-08-05 | 1.2107 |
| 2024-09-15 | 1.1821 |
| 2024-10-22 | 1.2610 |
| 2024-11-21 | 1.2923 |
| 2024-12-21 | 1.3079 |
| 2025-01-20 | 1.2855 |
| 2025-02-19 | 1.2494 |
| 2025-03-21 | 1.2240 |
| 2025-04-20 | 1.1650 |
| 2025-05-20 | 1.1886 |
| 2025-06-19 | 1.1910 |
| 2025-07-19 | 1.2261 |
| 2025-08-18 | 1.2152 |
| 2025-09-17 | 1.2046 |
| 2025-10-17 | 1.2361 |
| 2025-11-16 | 1.2637 |
| 2025-12-16 | 1.2654 |
| 2026-01-15 | 1.2963 |
| 2026-02-14 | 1.2489 |
| 2026-03-16 | 1.2967 |
| 2026-04-15 | 1.2937 |
| 2026-05-15 | 1.2917 |
| 2026-06-15 | 1.3045 |
| 2026-07-15 | 1.3192 |
| 2026-08-14 | 1.2956 |
| 2026-09-13 | 1.2485 |
High
1.5244
Low
1.1650
Average
1.3029
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.