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: show the values
| Point | TOP/RUB |
|---|---|
| 2025-09-25 | 35.8522 |
| 2025-10-02 | 34.8551 |
| 2025-10-09 | 34.4518 |
| 2025-10-16 | 33.3399 |
| 2025-10-23 | 34.5486 |
| 2025-10-30 | 33.6648 |
| 2025-11-06 | 34.4888 |
| 2025-11-13 | 34.4954 |
| 2025-11-20 | 33.6381 |
| 2025-11-27 | 32.7297 |
| 2025-12-04 | 32.4637 |
| 2025-12-12 | 33.4863 |
| 2025-12-19 | 33.3943 |
| 2025-12-26 | 33.3685 |
| 2026-01-02 | 32.9759 |
| 2026-01-09 | 33.5678 |
| 2026-01-16 | 33.2403 |
| 2026-01-23 | 32.1217 |
| 2026-01-30 | 32.4144 |
| 2026-02-06 | 32.6378 |
| 2026-02-13 | 33.0534 |
| 2026-02-20 | 32.7640 |
| 2026-02-27 | 32.8741 |
| 2026-03-06 | 33.4932 |
| 2026-03-13 | 33.9065 |
| 2026-03-20 | 36.7054 |
| 2026-03-27 | 34.8779 |
| 2026-04-03 | 33.9804 |
| 2026-04-10 | 33.0768 |
| 2026-04-18 | 31.6608 |
| 2026-04-25 | 31.2265 |
| 2026-05-02 | 31.1379 |
| 2026-05-09 | 30.8336 |
| 2026-05-17 | 30.9382 |
| 2026-05-25 | 30.5527 |
| 2026-06-01 | 30.5996 |
| 2026-06-10 | 30.6267 |
| 2026-06-17 | 31.1536 |
| 2026-06-24 | 31.5539 |
| 2026-07-01 | 33.2078 |
| 2026-07-08 | 32.6172 |
| 2026-07-15 | 32.8046 |
| 2026-07-22 | 33.1094 |
| 2026-07-29 | 33.4526 |
| 2026-08-05 | 34.2137 |
| 2026-08-12 | 35.0051 |
| 2026-08-20 | 35.8458 |
| 2026-08-27 | 36.5349 |
| 2026-09-03 | 37.3518 |
| 2026-09-10 | 36.3312 |
| 2026-09-17 | 35.8013 |
| 2026-09-24 | 35.9379 |
High
37.3518
Low
30.5527
Average
33.4815
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.