Skip to content

NIO to BYN exchange rate API

Cordoba Oro to Belarussian Ruble · quoted 2026-09-26

0.08215

▼ +10.77% over 1Y

1 NIO = 0.08215 BYN · 1 BYN = 12.1734 NIO · Get this rate via the API

1 NIO buys 0.08215 BYN as of 2026-09-26, so 1 BYN buys 12.1734 NIO. Over the last year, NIO/BYN traded between 0.07471 and 0.09281, averaged 0.08146 and fell 10.77%. The API holds daily NIO/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/BYN over 1Y

NIO/BYN over 1Y: show the values
PointNIO/BYN
2025-09-260.09206
2025-10-030.09234
2025-10-100.09238
2025-10-170.09271
2025-10-240.09268
2025-10-310.09259
2025-11-070.09262
2025-11-140.09270
2025-11-210.09281
2025-11-280.08596
2025-12-050.07839
2025-12-130.08017
2025-12-200.07975
2025-12-270.07920
2026-01-030.07998
2026-01-100.07957
2026-01-170.07848
2026-01-240.07685
2026-01-310.07743
2026-02-070.07814
2026-02-140.07791
2026-02-210.07791
2026-02-280.07884
2026-03-070.08032
2026-03-140.08052
2026-03-210.08211
2026-03-280.08107
2026-04-040.08036
2026-04-110.07811
2026-04-180.07735
2026-04-250.07697
2026-05-020.07689
2026-05-090.07697
2026-05-170.07586
2026-05-250.07471
2026-06-010.07477
2026-06-100.07510
2026-06-170.07534
2026-06-240.07654
2026-07-010.07935
2026-07-080.07796
2026-07-150.07814
2026-07-220.07858
2026-07-290.07862
2026-08-050.08011
2026-08-120.08088
2026-08-200.08265
2026-08-270.08200
2026-09-030.08397
2026-09-100.08298
2026-09-170.08302
2026-09-240.08249

High

0.09281

Low

0.07471

Average

0.08146

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/BYN API questions

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

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

How far back does NIO/BYN historical data go?

Daily NIO/BYN 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/BYN 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.