Skip to content

LKR to AMD exchange rate API

Sri Lanka Rupee to Armenian Dram · quoted 2026-09-26

1.1020

▼ +14.47% over 1Y

1 LKR = 1.1020 AMD · 1 AMD = 0.90746 LKR · Get this rate via the API

1 LKR buys 1.1020 AMD as of 2026-09-26, so 1 AMD buys 0.90746 LKR. Over the last year, LKR/AMD traded between 1.0853 and 1.2884, averaged 1.1774 and fell 14.47%. The API holds daily LKR/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/AMD over 1Y

LKR/AMD over 1Y: show the values
PointLKR/AMD
2025-09-261.2884
2025-10-031.2876
2025-10-101.2612
2025-10-171.2561
2025-10-241.2525
2025-10-311.2539
2025-11-071.2509
2025-11-141.2463
2025-11-211.2372
2025-11-281.2314
2025-12-051.2340
2025-12-131.2353
2025-12-201.2352
2025-12-271.2322
2026-01-031.2311
2026-01-101.2328
2026-01-171.2267
2026-01-241.2240
2026-01-311.2215
2026-02-071.2208
2026-02-141.2189
2026-02-211.2175
2026-02-281.2192
2026-03-071.2128
2026-03-141.2130
2026-03-211.2102
2026-03-281.1973
2026-04-041.1981
2026-04-111.1910
2026-04-181.1837
2026-04-251.1683
2026-05-021.1599
2026-05-091.1463
2026-05-171.1257
2026-05-251.1221
2026-06-011.1123
2026-06-101.1102
2026-06-171.1009
2026-06-241.0939
2026-07-011.0923
2026-07-081.0936
2026-07-151.0853
2026-07-221.0868
2026-07-291.0895
2026-08-051.0881
2026-08-121.0912
2026-08-201.0971
2026-08-271.1056
2026-09-031.1067
2026-09-101.1039
2026-09-171.0962
2026-09-241.1010

High

1.2884

Low

1.0853

Average

1.1774

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/AMD API questions

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

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

How far back does LKR/AMD historical data go?

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