Skip to content

TOP to RUB exchange rate API

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

35.5546

▼ +0.72% over 30D

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 30 days, TOP/RUB traded between 35.2114 and 37.3518, averaged 36.2651 and fell 0.72%. 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 30D

TOP/RUB over 30D: show the values
PointTOP/RUB
2026-08-2635.8138
2026-08-2736.5349
2026-08-2836.6207
2026-08-2936.5421
2026-08-3036.8075
2026-08-3136.7930
2026-09-0136.9052
2026-09-0237.1621
2026-09-0337.3518
2026-09-0437.0589
2026-09-0536.3594
2026-09-0636.7221
2026-09-0736.9895
2026-09-0836.9088
2026-09-0936.7683
2026-09-1036.3312
2026-09-1135.8352
2026-09-1235.5704
2026-09-1335.7563
2026-09-1436.0391
2026-09-1535.8638
2026-09-1635.7397
2026-09-1735.8013
2026-09-1835.7981
2026-09-1935.2114
2026-09-2035.4181
2026-09-2136.0375
2026-09-2235.9269
2026-09-2336.0579
2026-09-2435.9379

High

37.3518

Low

35.2114

Average

36.2651

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.