Skip to content

TOP to BYN exchange rate API

Pa’anga to Belarussian Ruble · quoted 2026-09-24

1.2870

▼ +10.26% over 1Y

1 TOP = 1.2870 BYN · 1 BYN = 0.77702 TOP · Get this rate via the API

1 TOP buys 1.2870 BYN as of 2026-09-24, so 1 BYN buys 0.77702 TOP. Over the last year, TOP/BYN traded between 1.1738 and 1.4498, averaged 1.2755 and fell 10.26%. The API holds daily TOP/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/BYN over 1Y

TOP/BYN over 1Y: show the values
PointTOP/BYN
2025-09-241.4341
2025-10-011.4317
2025-10-081.4413
2025-10-151.4447
2025-10-221.4458
2025-10-291.4315
2025-11-051.4498
2025-11-121.4462
2025-11-191.4270
2025-11-261.4256
2025-12-031.3195
2025-12-101.2168
2025-12-171.2320
2025-12-241.2150
2025-12-311.2288
2026-01-071.2339
2026-01-141.2259
2026-01-211.2169
2026-01-281.2106
2026-02-041.2279
2026-02-111.2350
2026-02-181.2202
2026-02-251.2254
2026-03-041.2392
2026-03-111.2538
2026-03-181.2932
2026-03-251.2612
2026-04-011.2591
2026-04-081.2422
2026-04-161.2285
2026-04-231.2018
2026-04-301.2144
2026-05-071.2124
2026-05-141.2051
2026-05-211.1783
2026-05-281.1750
2026-06-041.2036
2026-06-121.1738
2026-06-191.1865
2026-06-261.2201
2026-07-031.2240
2026-07-101.2088
2026-07-171.2430
2026-07-241.2296
2026-07-311.2407
2026-08-071.2729
2026-08-141.2817
2026-08-211.2906
2026-08-281.2912
2026-09-041.3178
2026-09-111.2965
2026-09-181.2847

High

1.4498

Low

1.1738

Average

1.2755

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/BYN API questions

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

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

How far back does TOP/BYN historical data go?

Daily TOP/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 TOP/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.