LKR to TOP exchange rate API
Sri Lanka Rupee to Pa’anga · quoted 2026-09-27
0.007301
▼ +6.19% over 1Y
1 LKR = 0.007301 TOP · 1 TOP = 136.9675 LKR · Get this rate via the API
1 LKR buys 0.007301 TOP as of 2026-09-27, so 1 TOP buys 136.9675 LKR. Over the last year, LKR/TOP traded between 0.006976 and 0.007959, averaged 0.007475 and fell 6.19%. The API holds daily LKR/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/TOP over 1Y: show the values
| Point | LKR/TOP |
|---|---|
| 2025-09-27 | 0.007783 |
| 2025-10-04 | 0.007959 |
| 2025-10-11 | 0.007844 |
| 2025-10-18 | 0.007797 |
| 2025-10-25 | 0.007796 |
| 2025-11-01 | 0.007729 |
| 2025-11-08 | 0.007898 |
| 2025-11-15 | 0.007852 |
| 2025-11-22 | 0.007827 |
| 2025-11-29 | 0.007825 |
| 2025-12-06 | 0.007821 |
| 2025-12-13 | 0.007811 |
| 2025-12-20 | 0.007775 |
| 2025-12-27 | 0.007780 |
| 2026-01-03 | 0.007744 |
| 2026-01-10 | 0.007793 |
| 2026-01-17 | 0.007729 |
| 2026-01-24 | 0.007687 |
| 2026-01-31 | 0.007563 |
| 2026-02-07 | 0.007761 |
| 2026-02-14 | 0.007788 |
| 2026-02-21 | 0.007727 |
| 2026-02-28 | 0.007625 |
| 2026-03-07 | 0.007663 |
| 2026-03-14 | 0.007581 |
| 2026-03-21 | 0.007685 |
| 2026-03-28 | 0.007642 |
| 2026-04-04 | 0.007615 |
| 2026-04-12 | 0.007480 |
| 2026-04-19 | 0.007479 |
| 2026-04-26 | 0.007458 |
| 2026-05-03 | 0.007346 |
| 2026-05-10 | 0.007348 |
| 2026-05-17 | 0.007199 |
| 2026-05-24 | 0.007092 |
| 2026-05-31 | 0.007079 |
| 2026-06-07 | 0.006976 |
| 2026-06-14 | 0.007044 |
| 2026-06-21 | 0.007091 |
| 2026-06-28 | 0.007107 |
| 2026-07-05 | 0.007118 |
| 2026-07-12 | 0.007090 |
| 2026-07-19 | 0.007058 |
| 2026-07-26 | 0.007073 |
| 2026-08-02 | 0.007070 |
| 2026-08-09 | 0.007048 |
| 2026-08-16 | 0.007076 |
| 2026-08-23 | 0.007106 |
| 2026-08-30 | 0.007116 |
| 2026-09-06 | 0.007174 |
| 2026-09-13 | 0.007165 |
| 2026-09-20 | 0.007167 |
| 2026-09-27 | 0.007301 |
High
0.007959
Low
0.006976
Average
0.007475
Get this rate via the API
One GET request returns the LKR/TOP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=TOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=TOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=TOP").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/TOP API questions
How do I get the LKR/TOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=TOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/TOP rate in rates.TOP.
How far back does LKR/TOP historical data go?
Daily LKR/TOP 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/TOP 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.