Skip to content

JPY to BDT exchange rate API

Yen to Taka · quoted 2026-09-25

0.77857

▼ +4.81% over 1Y

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 year, JPY/BDT traded between 0.75345 and 0.82909, averaged 0.78012 and fell 4.81%. 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 1Y

JPY/BDT over 1Y: show the values
PointJPY/BDT
2025-09-250.81795
2025-10-020.82909
2025-10-090.79702
2025-10-160.80482
2025-10-230.80175
2025-10-300.79175
2025-11-060.79429
2025-11-130.79053
2025-11-200.77679
2025-11-270.78227
2025-12-040.79051
2025-12-110.78385
2025-12-180.78470
2025-12-250.78391
2026-01-010.78067
2026-01-080.77985
2026-01-150.77143
2026-01-220.77095
2026-01-290.79701
2026-02-050.77941
2026-02-120.79657
2026-02-190.78968
2026-02-260.78185
2026-03-050.77628
2026-03-120.77211
2026-03-190.77448
2026-03-260.76958
2026-04-020.77070
2026-04-090.77296
2026-04-160.77230
2026-04-230.77046
2026-04-300.78382
2026-05-070.78516
2026-05-140.77709
2026-05-210.77239
2026-05-280.77010
2026-06-040.76812
2026-06-120.76690
2026-06-190.76157
2026-06-260.76034
2026-07-030.76463
2026-07-100.76114
2026-07-170.75968
2026-07-240.75345
2026-07-310.76948
2026-08-070.78213
2026-08-140.77187
2026-08-210.77048
2026-08-280.77142
2026-09-040.78666
2026-09-110.80122
2026-09-180.77778
2026-09-250.77697

High

0.82909

Low

0.75345

Average

0.78012

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.