Skip to content

LVL to RSD exchange rate API

Latvian Lats to Serbian Dinar · quoted 2026-09-25

167.1265

▲ +0.12% over YTD

1 LVL = 167.1265 RSD · 1 RSD = 0.005983 LVL · Get this rate via the API

1 LVL buys 167.1265 RSD as of 2026-09-25, so 1 RSD buys 0.005983 LVL. Over the year to date, LVL/RSD traded between 164.7719 and 167.4596, averaged 166.8619 and rose 0.12%. The API holds daily LVL/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LVL/RSD over YTD

LVL/RSD over YTD: show the values
PointLVL/RSD
2025-12-31166.9299
2026-01-07166.9506
2026-01-14166.9524
2026-01-21167.0644
2026-01-28167.0778
2026-02-04167.0619
2026-02-11167.0100
2026-02-18166.9213
2026-02-25167.1039
2026-03-04167.0529
2026-03-11167.0533
2026-03-18167.1058
2026-03-25167.1389
2026-04-01167.2195
2026-04-08166.9856
2026-04-15164.7719
2026-04-22165.3112
2026-04-29165.7591
2026-05-06165.5953
2026-05-14167.0521
2026-05-21167.0691
2026-05-29167.0630
2026-06-05167.0006
2026-06-14167.0591
2026-06-21167.1357
2026-06-28167.0598
2026-07-05167.0498
2026-07-12166.9989
2026-07-19166.9902
2026-07-26167.1359
2026-08-02167.4596
2026-08-09166.9728
2026-08-16166.9511
2026-08-24166.8893
2026-08-31166.9840
2026-09-07166.9130
2026-09-14166.6479
2026-09-21166.9890

High

167.4596

Low

164.7719

Average

166.8619

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=RSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LVL/RSD API questions

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

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

How far back does LVL/RSD historical data go?

Daily LVL/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 LVL/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.