Skip to content

BDT to JPY exchange rate API

Taka to Yen · quoted 2026-09-25

1.2859

▲ +5.18% over 1Y

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 year, BDT/JPY traded between 1.2061 and 1.3272, averaged 1.2822 and rose 5.18%. 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 1Y

BDT/JPY over 1Y: show the values
PointBDT/JPY
2025-09-251.2226
2025-10-021.2061
2025-10-091.2547
2025-10-161.2425
2025-10-231.2473
2025-10-301.2630
2025-11-061.2590
2025-11-131.2650
2025-11-201.2873
2025-11-271.2783
2025-12-041.2650
2025-12-111.2758
2025-12-181.2744
2025-12-251.2756
2026-01-011.2810
2026-01-081.2823
2026-01-151.2963
2026-01-221.2971
2026-01-291.2547
2026-02-051.2830
2026-02-121.2554
2026-02-191.2663
2026-02-261.2790
2026-03-051.2882
2026-03-121.2952
2026-03-191.2912
2026-03-261.2994
2026-04-021.2975
2026-04-091.2937
2026-04-161.2948
2026-04-231.2979
2026-04-301.2758
2026-05-071.2736
2026-05-141.2869
2026-05-211.2947
2026-05-281.2985
2026-06-041.3019
2026-06-121.3039
2026-06-191.3131
2026-06-261.3152
2026-07-031.3078
2026-07-101.3138
2026-07-171.3163
2026-07-241.3272
2026-07-311.2996
2026-08-071.2786
2026-08-141.2956
2026-08-211.2979
2026-08-281.2963
2026-09-041.2712
2026-09-111.2481
2026-09-181.2857

High

1.3272

Low

1.2061

Average

1.2822

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.