TOP to RSD exchange rate API
Pa’anga to Serbian Dinar · quoted 2026-09-25
43.2519
▲ +1.30% over 1Y
1 TOP = 43.2519 RSD · 1 RSD = 0.02312 TOP · Get this rate via the API
1 TOP buys 43.2519 RSD as of 2026-09-25, so 1 RSD buys 0.02312 TOP. Over the last year, TOP/RSD traded between 41.2732 and 43.8459, averaged 42.7735 and rose 1.30%. The API holds daily TOP/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/RSD over 1Y: show the values
| Point | TOP/RSD |
|---|---|
| 2025-09-25 | 42.6974 |
| 2025-10-02 | 42.2314 |
| 2025-10-09 | 42.5493 |
| 2025-10-16 | 42.5472 |
| 2025-10-23 | 42.8344 |
| 2025-10-30 | 42.5089 |
| 2025-11-06 | 43.1853 |
| 2025-11-13 | 42.9195 |
| 2025-11-20 | 42.4906 |
| 2025-11-27 | 42.1437 |
| 2025-12-04 | 42.1358 |
| 2025-12-12 | 41.7436 |
| 2025-12-19 | 41.8792 |
| 2025-12-26 | 42.2121 |
| 2026-01-02 | 41.7095 |
| 2026-01-09 | 42.0645 |
| 2026-01-16 | 42.8915 |
| 2026-01-23 | 42.2567 |
| 2026-01-30 | 42.0782 |
| 2026-02-06 | 42.3404 |
| 2026-02-13 | 42.3319 |
| 2026-02-20 | 42.6153 |
| 2026-02-27 | 42.5554 |
| 2026-03-06 | 43.0198 |
| 2026-03-13 | 43.4856 |
| 2026-03-20 | 43.2704 |
| 2026-03-27 | 43.6212 |
| 2026-04-03 | 43.1030 |
| 2026-04-10 | 42.7790 |
| 2026-04-18 | 41.2732 |
| 2026-04-25 | 41.6015 |
| 2026-05-02 | 41.5389 |
| 2026-05-09 | 41.3135 |
| 2026-05-17 | 42.8716 |
| 2026-05-25 | 43.3482 |
| 2026-06-01 | 43.2517 |
| 2026-06-10 | 43.2351 |
| 2026-06-17 | 43.4350 |
| 2026-06-24 | 43.7389 |
| 2026-07-01 | 43.4227 |
| 2026-07-08 | 43.8459 |
| 2026-07-15 | 43.4396 |
| 2026-07-22 | 43.5172 |
| 2026-07-29 | 43.7731 |
| 2026-08-05 | 43.1898 |
| 2026-08-12 | 43.1825 |
| 2026-08-20 | 42.8734 |
| 2026-08-27 | 43.1359 |
| 2026-09-03 | 43.2775 |
| 2026-09-10 | 43.0981 |
| 2026-09-17 | 43.4626 |
| 2026-09-24 | 43.7182 |
High
43.8459
Low
41.2732
Average
42.7735
Get this rate via the API
One GET request returns the TOP/RSD 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=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=RSD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/RSD API questions
How do I get the TOP/RSD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=RSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/RSD rate in rates.RSD.
How far back does TOP/RSD historical data go?
Daily TOP/RSD 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/RSD 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.