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: show the values
| Point | JPY/BDT |
|---|---|
| 2025-09-25 | 0.81795 |
| 2025-10-02 | 0.82909 |
| 2025-10-09 | 0.79702 |
| 2025-10-16 | 0.80482 |
| 2025-10-23 | 0.80175 |
| 2025-10-30 | 0.79175 |
| 2025-11-06 | 0.79429 |
| 2025-11-13 | 0.79053 |
| 2025-11-20 | 0.77679 |
| 2025-11-27 | 0.78227 |
| 2025-12-04 | 0.79051 |
| 2025-12-11 | 0.78385 |
| 2025-12-18 | 0.78470 |
| 2025-12-25 | 0.78391 |
| 2026-01-01 | 0.78067 |
| 2026-01-08 | 0.77985 |
| 2026-01-15 | 0.77143 |
| 2026-01-22 | 0.77095 |
| 2026-01-29 | 0.79701 |
| 2026-02-05 | 0.77941 |
| 2026-02-12 | 0.79657 |
| 2026-02-19 | 0.78968 |
| 2026-02-26 | 0.78185 |
| 2026-03-05 | 0.77628 |
| 2026-03-12 | 0.77211 |
| 2026-03-19 | 0.77448 |
| 2026-03-26 | 0.76958 |
| 2026-04-02 | 0.77070 |
| 2026-04-09 | 0.77296 |
| 2026-04-16 | 0.77230 |
| 2026-04-23 | 0.77046 |
| 2026-04-30 | 0.78382 |
| 2026-05-07 | 0.78516 |
| 2026-05-14 | 0.77709 |
| 2026-05-21 | 0.77239 |
| 2026-05-28 | 0.77010 |
| 2026-06-04 | 0.76812 |
| 2026-06-12 | 0.76690 |
| 2026-06-19 | 0.76157 |
| 2026-06-26 | 0.76034 |
| 2026-07-03 | 0.76463 |
| 2026-07-10 | 0.76114 |
| 2026-07-17 | 0.75968 |
| 2026-07-24 | 0.75345 |
| 2026-07-31 | 0.76948 |
| 2026-08-07 | 0.78213 |
| 2026-08-14 | 0.77187 |
| 2026-08-21 | 0.77048 |
| 2026-08-28 | 0.77142 |
| 2026-09-04 | 0.78666 |
| 2026-09-11 | 0.80122 |
| 2026-09-18 | 0.77778 |
| 2026-09-25 | 0.77697 |
High
0.82909
Low
0.75345
Average
0.78012
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.