Skip to content

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

RSD/HUF over 1Y: show the values
PointRSD/HUF
2025-09-263.3402
2025-10-033.3161
2025-10-103.3327
2025-10-173.3322
2025-10-243.3233
2025-10-313.3160
2025-11-073.2816
2025-11-143.2811
2025-11-213.2736
2025-11-283.2549
2025-12-053.2545
2025-12-133.2794
2025-12-203.2984
2025-12-273.2982
2026-01-033.2694
2026-01-103.2868
2026-01-173.2825
2026-01-243.2507
2026-01-313.2504
2026-02-073.2162
2026-02-143.2238
2026-02-213.2429
2026-02-283.2087
2026-03-073.3476
2026-03-143.3538
2026-03-213.3478
2026-03-283.3198
2026-04-043.2816
2026-04-113.1977
2026-04-183.0924
2026-04-253.1100
2026-05-023.0989
2026-05-093.0178
2026-05-173.0798
2026-05-253.0249
2026-06-013.0253
2026-06-103.0405
2026-06-172.9847
2026-06-243.0410
2026-07-013.0376
2026-07-083.0540
2026-07-153.0740
2026-07-223.1000
2026-07-293.0893
2026-08-053.0810
2026-08-123.1002
2026-08-203.1114
2026-08-273.1026
2026-09-033.1275
2026-09-103.1143
2026-09-173.0919
2026-09-243.1211

High

3.3538

Low

2.9847

Average

3.1905

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=HUF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=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&currencies=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.