Skip to content

LKR to YER exchange rate API

Sri Lanka Rupee to Yemeni Rial · quoted 2026-09-26

0.71717

▼ +10.94% over 1Y

1 LKR = 0.71717 YER · 1 YER = 1.3944 LKR · Get this rate via the API

1 LKR buys 0.71717 YER as of 2026-09-26, so 1 YER buys 1.3944 LKR. Over the last year, LKR/YER traded between 0.70414 and 0.80569, averaged 0.74952 and fell 10.94%. The API holds daily LKR/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/YER over 1Y

LKR/YER over 1Y: show the values
PointLKR/YER
2025-09-260.80529
2025-10-030.80569
2025-10-100.78802
2025-10-170.78670
2025-10-240.78580
2025-10-310.78230
2025-11-070.78249
2025-11-140.77817
2025-11-210.77319
2025-11-280.77299
2025-12-050.77171
2025-12-130.77168
2025-12-200.77196
2025-12-270.77009
2026-01-030.76974
2026-01-100.77096
2026-01-170.76984
2026-01-240.76944
2026-01-310.76592
2026-02-070.77048
2026-02-140.77094
2026-02-210.77039
2026-02-280.77163
2026-03-070.76623
2026-03-140.76664
2026-03-210.76496
2026-03-280.75738
2026-04-040.75813
2026-04-110.75172
2026-04-180.75488
2026-04-250.74992
2026-05-020.74640
2026-05-090.74126
2026-05-170.72933
2026-05-250.72978
2026-06-010.72098
2026-06-100.71905
2026-06-170.71344
2026-06-240.70959
2026-07-010.70847
2026-07-080.70571
2026-07-150.70414
2026-07-220.70565
2026-07-290.70799
2026-08-050.70891
2026-08-120.70782
2026-08-200.71652
2026-08-270.71977
2026-09-030.72058
2026-09-100.71981
2026-09-170.71121
2026-09-240.71577

High

0.80569

Low

0.70414

Average

0.74952

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/YER API questions

How do I get the LKR/YER exchange rate from an API?

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

How far back does LKR/YER historical data go?

Daily LKR/YER 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 LKR/YER 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.