JPY to BDT exchange rate API
Yen to Taka · quoted 2026-09-25
0.77857
▲ +0.96% over 5Y
1 JPY = 0.77857 BDT · 1 BDT = 1.2844 JPY · Get this rate via the API
1 JPY buys 0.77857 BDT as of 2026-09-25, so 1 BDT buys 1.2844 JPY. Over the last 5 years, JPY/BDT traded between 0.65601 and 0.85837, averaged 0.77019 and rose 0.96%. The API holds daily JPY/BDT rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.
JPY/BDT over 5Y: show the values
| Point | JPY/BDT |
|---|---|
| 2021-09-27 | 0.77120 |
| 2021-11-08 | 0.75589 |
| 2021-12-20 | 0.75553 |
| 2022-02-01 | 0.74992 |
| 2022-03-15 | 0.72893 |
| 2022-04-29 | 0.66711 |
| 2022-06-15 | 0.69031 |
| 2022-07-27 | 0.69257 |
| 2022-09-07 | 0.65601 |
| 2022-10-19 | 0.70734 |
| 2022-11-30 | 0.73194 |
| 2023-01-12 | 0.79852 |
| 2023-02-23 | 0.79288 |
| 2023-04-11 | 0.79776 |
| 2023-05-26 | 0.76692 |
| 2023-07-10 | 0.76392 |
| 2023-08-21 | 0.75013 |
| 2023-10-02 | 0.73653 |
| 2023-11-13 | 0.72968 |
| 2023-12-27 | 0.76969 |
| 2024-02-08 | 0.73506 |
| 2024-03-21 | 0.72588 |
| 2024-05-08 | 0.70550 |
| 2024-06-24 | 0.73669 |
| 2024-08-05 | 0.82600 |
| 2024-09-15 | 0.84593 |
| 2024-10-22 | 0.79304 |
| 2024-11-21 | 0.77384 |
| 2024-12-21 | 0.76460 |
| 2025-01-20 | 0.77793 |
| 2025-02-19 | 0.80036 |
| 2025-03-21 | 0.81702 |
| 2025-04-20 | 0.85837 |
| 2025-05-20 | 0.84129 |
| 2025-06-19 | 0.83966 |
| 2025-07-19 | 0.81560 |
| 2025-08-18 | 0.82290 |
| 2025-09-17 | 0.83016 |
| 2025-10-17 | 0.80898 |
| 2025-11-16 | 0.79130 |
| 2025-12-16 | 0.79027 |
| 2026-01-15 | 0.77143 |
| 2026-02-14 | 0.80070 |
| 2026-03-16 | 0.77117 |
| 2026-04-15 | 0.77298 |
| 2026-05-15 | 0.77419 |
| 2026-06-15 | 0.76658 |
| 2026-07-15 | 0.75804 |
| 2026-08-14 | 0.77187 |
| 2026-09-13 | 0.80097 |
High
0.85837
Low
0.65601
Average
0.77019
Get this rate via the API
One GET request returns the JPY/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=JPY¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=BDT").json()Replace YOUR_API_KEY with the key from your dashboard.
JPY/BDT API questions
How do I get the JPY/BDT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/BDT rate in rates.BDT.
How far back does JPY/BDT historical data go?
Daily JPY/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 JPY/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.