Skip to content

BDT to JPY exchange rate API

Taka to Yen · quoted 2026-09-25

1.2859

▼ +0.83% over 5Y

1 BDT = 1.2859 JPY · 1 JPY = 0.77769 BDT · Get this rate via the API

1 BDT buys 1.2859 JPY as of 2026-09-25, so 1 JPY buys 0.77769 BDT. Over the last 5 years, BDT/JPY traded between 1.1650 and 1.5244, averaged 1.3029 and fell 0.83%. The API holds daily BDT/JPY rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.

BDT/JPY over 5Y

BDT/JPY over 5Y: show the values
PointBDT/JPY
2021-09-271.2967
2021-11-081.3229
2021-12-201.3236
2022-02-011.3335
2022-03-151.3719
2022-04-291.4990
2022-06-151.4486
2022-07-271.4439
2022-09-071.5244
2022-10-191.4137
2022-11-301.3662
2023-01-121.2523
2023-02-231.2612
2023-04-111.2535
2023-05-261.3039
2023-07-101.3090
2023-08-211.3331
2023-10-021.3577
2023-11-131.3705
2023-12-271.2992
2024-02-081.3604
2024-03-211.3776
2024-05-081.4174
2024-06-241.3574
2024-08-051.2107
2024-09-151.1821
2024-10-221.2610
2024-11-211.2923
2024-12-211.3079
2025-01-201.2855
2025-02-191.2494
2025-03-211.2240
2025-04-201.1650
2025-05-201.1886
2025-06-191.1910
2025-07-191.2261
2025-08-181.2152
2025-09-171.2046
2025-10-171.2361
2025-11-161.2637
2025-12-161.2654
2026-01-151.2963
2026-02-141.2489
2026-03-161.2967
2026-04-151.2937
2026-05-151.2917
2026-06-151.3045
2026-07-151.3192
2026-08-141.2956
2026-09-131.2485

High

1.5244

Low

1.1650

Average

1.3029

For developers

Get this rate via the API

One GET request returns the BDT/JPY 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=BDT&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

BDT/JPY API questions

How do I get the BDT/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/JPY rate in rates.JPY.

How far back does BDT/JPY historical data go?

Daily BDT/JPY 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 BDT/JPY 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.