Skip to content

TOP to RUB exchange rate API

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

35.5546

▲ +6.46% over YTD

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 year to date, TOP/RUB traded between 29.8679 and 36.9088, averaged 33.3505 and rose 6.46%. 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 YTD

TOP/RUB over YTD: show the values
PointTOP/RUB
2025-12-3133.3967
2026-01-0733.7814
2026-01-1433.1657
2026-01-2133.0033
2026-01-2832.5749
2026-02-0433.0018
2026-02-1133.1394
2026-02-1832.6338
2026-02-2532.7809
2026-03-0433.0809
2026-03-1133.6558
2026-03-1835.1933
2026-03-2534.2982
2026-04-0134.4442
2026-04-0833.2604
2026-04-1632.5384
2026-04-2331.9850
2026-04-3032.2246
2026-05-0732.0753
2026-05-1531.8322
2026-05-2330.3187
2026-05-3029.8679
2026-06-0630.9571
2026-06-1530.6750
2026-06-2231.0689
2026-06-2932.8612
2026-07-0632.5657
2026-07-1332.4901
2026-07-2033.2718
2026-07-2733.1743
2026-08-0333.6747
2026-08-1034.7702
2026-08-1735.7868
2026-08-2535.9631
2026-09-0136.9052
2026-09-0836.9088
2026-09-1535.8638
2026-09-2235.9269

High

36.9088

Low

29.8679

Average

33.3505

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.