Skip to content

BDT to JPY exchange rate API

Taka to Yen · quoted 2026-09-25

1.2859

▼ +0.72% over 30D

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 30 days, BDT/JPY traded between 1.2450 and 1.3049, averaged 1.2746 and fell 0.72%. 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 30D

BDT/JPY over 30D: show the values
PointBDT/JPY
2026-08-261.2952
2026-08-271.2944
2026-08-281.2963
2026-08-291.2987
2026-08-301.2995
2026-08-311.2955
2026-09-011.3049
2026-09-021.3006
2026-09-031.2710
2026-09-041.2712
2026-09-051.2713
2026-09-061.2656
2026-09-071.2594
2026-09-081.2558
2026-09-091.2470
2026-09-101.2511
2026-09-111.2481
2026-09-121.2450
2026-09-131.2485
2026-09-141.2539
2026-09-151.2590
2026-09-161.2591
2026-09-171.2633
2026-09-181.2857
2026-09-191.2775
2026-09-201.2727
2026-09-211.2812
2026-09-221.2792
2026-09-231.2847
2026-09-241.2900

High

1.3049

Low

1.2450

Average

1.2746

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.