Skip to content

NIO to BDT exchange rate API

Cordoba Oro to Taka · quoted 2026-09-26

3.3469

▲ +1.18% over 1Y

1 NIO = 3.3469 BDT · 1 BDT = 0.29879 NIO · Get this rate via the API

1 NIO buys 3.3469 BDT as of 2026-09-26, so 1 BDT buys 0.29879 NIO. Over the last year, NIO/BDT traded between 3.3078 and 3.3643, averaged 3.3362 and rose 1.18%. The API holds daily NIO/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/BDT over 1Y

NIO/BDT over 1Y: show the values
PointNIO/BDT
2025-09-263.3078
2025-10-033.3118
2025-10-103.3093
2025-10-173.3143
2025-10-243.3302
2025-10-313.3209
2025-11-073.3174
2025-11-143.3205
2025-11-213.3313
2025-11-283.3224
2025-12-053.3267
2025-12-133.3274
2025-12-203.3230
2025-12-273.3205
2026-01-033.3320
2026-01-103.3246
2026-01-173.3342
2026-01-243.3290
2026-01-313.3365
2026-02-073.3328
2026-02-143.3315
2026-02-213.3332
2026-02-283.3326
2026-03-073.3301
2026-03-143.3461
2026-03-213.3412
2026-03-283.3418
2026-04-043.3492
2026-04-113.3436
2026-04-183.3479
2026-04-253.3388
2026-05-023.3431
2026-05-093.3417
2026-05-173.3480
2026-05-253.3373
2026-06-013.3346
2026-06-103.3378
2026-06-173.3395
2026-06-243.3400
2026-07-013.3473
2026-07-083.3534
2026-07-153.3505
2026-07-223.3548
2026-07-293.3574
2026-08-053.3643
2026-08-123.3514
2026-08-203.3228
2026-08-273.3471
2026-09-033.3382
2026-09-103.3520
2026-09-173.3593
2026-09-243.3411

High

3.3643

Low

3.3078

Average

3.3362

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/BDT API questions

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

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

How far back does NIO/BDT historical data go?

Daily NIO/BDT rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free NIO/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.