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: show the values
| Point | TOP/BYN |
|---|---|
| 2025-09-24 | 1.4341 |
| 2025-10-01 | 1.4317 |
| 2025-10-08 | 1.4413 |
| 2025-10-15 | 1.4447 |
| 2025-10-22 | 1.4458 |
| 2025-10-29 | 1.4315 |
| 2025-11-05 | 1.4498 |
| 2025-11-12 | 1.4462 |
| 2025-11-19 | 1.4270 |
| 2025-11-26 | 1.4256 |
| 2025-12-03 | 1.3195 |
| 2025-12-10 | 1.2168 |
| 2025-12-17 | 1.2320 |
| 2025-12-24 | 1.2150 |
| 2025-12-31 | 1.2288 |
| 2026-01-07 | 1.2339 |
| 2026-01-14 | 1.2259 |
| 2026-01-21 | 1.2169 |
| 2026-01-28 | 1.2106 |
| 2026-02-04 | 1.2279 |
| 2026-02-11 | 1.2350 |
| 2026-02-18 | 1.2202 |
| 2026-02-25 | 1.2254 |
| 2026-03-04 | 1.2392 |
| 2026-03-11 | 1.2538 |
| 2026-03-18 | 1.2932 |
| 2026-03-25 | 1.2612 |
| 2026-04-01 | 1.2591 |
| 2026-04-08 | 1.2422 |
| 2026-04-16 | 1.2285 |
| 2026-04-23 | 1.2018 |
| 2026-04-30 | 1.2144 |
| 2026-05-07 | 1.2124 |
| 2026-05-14 | 1.2051 |
| 2026-05-21 | 1.1783 |
| 2026-05-28 | 1.1750 |
| 2026-06-04 | 1.2036 |
| 2026-06-12 | 1.1738 |
| 2026-06-19 | 1.1865 |
| 2026-06-26 | 1.2201 |
| 2026-07-03 | 1.2240 |
| 2026-07-10 | 1.2088 |
| 2026-07-17 | 1.2430 |
| 2026-07-24 | 1.2296 |
| 2026-07-31 | 1.2407 |
| 2026-08-07 | 1.2729 |
| 2026-08-14 | 1.2817 |
| 2026-08-21 | 1.2906 |
| 2026-08-28 | 1.2912 |
| 2026-09-04 | 1.3178 |
| 2026-09-11 | 1.2965 |
| 2026-09-18 | 1.2847 |
High
1.4498
Low
1.1738
Average
1.2755
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.