Skip to content

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

JPY/BDT over 5Y: show the values
PointJPY/BDT
2021-09-270.77120
2021-11-080.75589
2021-12-200.75553
2022-02-010.74992
2022-03-150.72893
2022-04-290.66711
2022-06-150.69031
2022-07-270.69257
2022-09-070.65601
2022-10-190.70734
2022-11-300.73194
2023-01-120.79852
2023-02-230.79288
2023-04-110.79776
2023-05-260.76692
2023-07-100.76392
2023-08-210.75013
2023-10-020.73653
2023-11-130.72968
2023-12-270.76969
2024-02-080.73506
2024-03-210.72588
2024-05-080.70550
2024-06-240.73669
2024-08-050.82600
2024-09-150.84593
2024-10-220.79304
2024-11-210.77384
2024-12-210.76460
2025-01-200.77793
2025-02-190.80036
2025-03-210.81702
2025-04-200.85837
2025-05-200.84129
2025-06-190.83966
2025-07-190.81560
2025-08-180.82290
2025-09-170.83016
2025-10-170.80898
2025-11-160.79130
2025-12-160.79027
2026-01-150.77143
2026-02-140.80070
2026-03-160.77117
2026-04-150.77298
2026-05-150.77419
2026-06-150.76658
2026-07-150.75804
2026-08-140.77187
2026-09-130.80097

High

0.85837

Low

0.65601

Average

0.77019

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=BDT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&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=JPY&currencies=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&currencies=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.