Skip to content

JPY to BDT exchange rate API

Yen to Taka · quoted 2026-09-25

0.77857

▼ +0.32% over YTD

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 year to date, JPY/BDT traded between 0.75470 and 0.80007, averaged 0.77493 and fell 0.32%. 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 YTD

JPY/BDT over YTD: show the values
PointJPY/BDT
2025-12-310.78105
2026-01-070.78063
2026-01-140.77085
2026-01-210.77545
2026-01-280.80007
2026-02-040.77931
2026-02-110.79791
2026-02-180.79485
2026-02-250.77986
2026-03-040.77845
2026-03-110.77277
2026-03-180.76846
2026-03-250.77157
2026-04-010.77594
2026-04-080.77676
2026-04-150.77298
2026-04-220.77113
2026-04-290.76878
2026-05-060.78522
2026-05-130.77798
2026-05-200.77243
2026-05-270.77003
2026-06-030.76793
2026-06-110.76569
2026-06-180.76304
2026-06-250.75954
2026-07-020.76297
2026-07-090.75822
2026-07-160.75870
2026-07-230.75470
2026-07-300.75646
2026-08-060.78378
2026-08-130.77177
2026-08-200.76795
2026-08-270.77255
2026-09-030.78680
2026-09-100.79931
2026-09-170.79158
2026-09-240.77517

High

0.80007

Low

0.75470

Average

0.77493

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.