Skip to content

RSD to UAH exchange rate API

Serbian Dinar to Hryvnia · quoted 2026-09-27

0.43451

▲ +4.89% over 1Y

1 RSD = 0.43451 UAH · 1 UAH = 2.3014 RSD · Get this rate via the API

1 RSD buys 0.43451 UAH as of 2026-09-27, so 1 UAH buys 2.3014 RSD. Over the last year, RSD/UAH traded between 0.41172 and 0.44503, averaged 0.43081 and rose 4.89%. The API holds daily RSD/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/UAH over 1Y

RSD/UAH over 1Y: show the values
PointRSD/UAH
2025-09-270.41424
2025-10-040.41291
2025-10-110.41172
2025-10-180.41539
2025-10-250.41444
2025-11-010.41330
2025-11-080.41407
2025-11-150.41625
2025-11-220.41481
2025-11-290.41727
2025-12-060.41902
2025-12-140.42261
2025-12-210.42196
2025-12-280.42191
2026-01-040.42209
2026-01-110.42652
2026-01-180.42914
2026-01-250.43441
2026-02-010.43345
2026-02-080.43470
2026-02-150.43520
2026-02-220.43407
2026-03-010.43428
2026-03-080.43319
2026-03-150.43033
2026-03-220.43133
2026-03-290.43031
2026-04-050.42896
2026-04-120.43358
2026-04-190.44248
2026-04-260.43920
2026-05-030.43902
2026-05-100.44028
2026-05-180.43817
2026-05-260.43862
2026-06-020.43922
2026-06-110.44312
2026-06-180.44071
2026-06-250.43459
2026-07-020.43484
2026-07-090.43360
2026-07-160.43663
2026-07-230.43624
2026-07-300.43737
2026-08-060.44057
2026-08-130.43959
2026-08-210.44503
2026-08-280.44228
2026-09-040.44270
2026-09-110.44008
2026-09-180.43738
2026-09-250.43528

High

0.44503

Low

0.41172

Average

0.43081

For developers

Get this rate via the API

One GET request returns the RSD/UAH 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=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=UAH");
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=UAH").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/UAH API questions

How do I get the RSD/UAH exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/UAH rate in rates.UAH.

How far back does RSD/UAH historical data go?

Daily RSD/UAH 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/UAH 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.