Skip to content

TOP to RUB exchange rate API

Pa’anga to Russian Ruble · quoted 2026-09-25

35.5546

▼ +0.83% over 1Y

1 TOP = 35.5546 RUB · 1 RUB = 0.02813 TOP · Get this rate via the API

1 TOP buys 35.5546 RUB as of 2026-09-25, so 1 RUB buys 0.02813 TOP. Over the last year, TOP/RUB traded between 30.5527 and 37.3518, averaged 33.4815 and fell 0.83%. The API holds daily TOP/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/RUB over 1Y

TOP/RUB over 1Y: show the values
PointTOP/RUB
2025-09-2535.8522
2025-10-0234.8551
2025-10-0934.4518
2025-10-1633.3399
2025-10-2334.5486
2025-10-3033.6648
2025-11-0634.4888
2025-11-1334.4954
2025-11-2033.6381
2025-11-2732.7297
2025-12-0432.4637
2025-12-1233.4863
2025-12-1933.3943
2025-12-2633.3685
2026-01-0232.9759
2026-01-0933.5678
2026-01-1633.2403
2026-01-2332.1217
2026-01-3032.4144
2026-02-0632.6378
2026-02-1333.0534
2026-02-2032.7640
2026-02-2732.8741
2026-03-0633.4932
2026-03-1333.9065
2026-03-2036.7054
2026-03-2734.8779
2026-04-0333.9804
2026-04-1033.0768
2026-04-1831.6608
2026-04-2531.2265
2026-05-0231.1379
2026-05-0930.8336
2026-05-1730.9382
2026-05-2530.5527
2026-06-0130.5996
2026-06-1030.6267
2026-06-1731.1536
2026-06-2431.5539
2026-07-0133.2078
2026-07-0832.6172
2026-07-1532.8046
2026-07-2233.1094
2026-07-2933.4526
2026-08-0534.2137
2026-08-1235.0051
2026-08-2035.8458
2026-08-2736.5349
2026-09-0337.3518
2026-09-1036.3312
2026-09-1735.8013
2026-09-2435.9379

High

37.3518

Low

30.5527

Average

33.4815

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/RUB API questions

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

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

How far back does TOP/RUB historical data go?

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