RSD to HUF exchange rate API
Serbian Dinar to Forint · quoted 2026-09-26
3.1117
▼ +6.84% over 1Y
1 RSD = 3.1117 HUF · 1 HUF = 0.32136 RSD · Get this rate via the API
1 RSD buys 3.1117 HUF as of 2026-09-26, so 1 HUF buys 0.32136 RSD. Over the last year, RSD/HUF traded between 2.9847 and 3.3538, averaged 3.1905 and fell 6.84%. The API holds daily RSD/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/HUF over 1Y: show the values
| Point | RSD/HUF |
|---|---|
| 2025-09-26 | 3.3402 |
| 2025-10-03 | 3.3161 |
| 2025-10-10 | 3.3327 |
| 2025-10-17 | 3.3322 |
| 2025-10-24 | 3.3233 |
| 2025-10-31 | 3.3160 |
| 2025-11-07 | 3.2816 |
| 2025-11-14 | 3.2811 |
| 2025-11-21 | 3.2736 |
| 2025-11-28 | 3.2549 |
| 2025-12-05 | 3.2545 |
| 2025-12-13 | 3.2794 |
| 2025-12-20 | 3.2984 |
| 2025-12-27 | 3.2982 |
| 2026-01-03 | 3.2694 |
| 2026-01-10 | 3.2868 |
| 2026-01-17 | 3.2825 |
| 2026-01-24 | 3.2507 |
| 2026-01-31 | 3.2504 |
| 2026-02-07 | 3.2162 |
| 2026-02-14 | 3.2238 |
| 2026-02-21 | 3.2429 |
| 2026-02-28 | 3.2087 |
| 2026-03-07 | 3.3476 |
| 2026-03-14 | 3.3538 |
| 2026-03-21 | 3.3478 |
| 2026-03-28 | 3.3198 |
| 2026-04-04 | 3.2816 |
| 2026-04-11 | 3.1977 |
| 2026-04-18 | 3.0924 |
| 2026-04-25 | 3.1100 |
| 2026-05-02 | 3.0989 |
| 2026-05-09 | 3.0178 |
| 2026-05-17 | 3.0798 |
| 2026-05-25 | 3.0249 |
| 2026-06-01 | 3.0253 |
| 2026-06-10 | 3.0405 |
| 2026-06-17 | 2.9847 |
| 2026-06-24 | 3.0410 |
| 2026-07-01 | 3.0376 |
| 2026-07-08 | 3.0540 |
| 2026-07-15 | 3.0740 |
| 2026-07-22 | 3.1000 |
| 2026-07-29 | 3.0893 |
| 2026-08-05 | 3.0810 |
| 2026-08-12 | 3.1002 |
| 2026-08-20 | 3.1114 |
| 2026-08-27 | 3.1026 |
| 2026-09-03 | 3.1275 |
| 2026-09-10 | 3.1143 |
| 2026-09-17 | 3.0919 |
| 2026-09-24 | 3.1211 |
High
3.3538
Low
2.9847
Average
3.1905
Get this rate via the API
One GET request returns the RSD/HUF 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=RSD¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/HUF API questions
How do I get the RSD/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/HUF rate in rates.HUF.
How far back does RSD/HUF historical data go?
Daily RSD/HUF 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 RSD/HUF 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.