TOP to LKR exchange rate API
Pa’anga to Sri Lanka Rupee · quoted 2026-09-24
140.1772
▲ +8.53% over 5Y
1 TOP = 140.1772 LKR · 1 LKR = 0.007134 TOP · Get this rate via the API
1 TOP buys 140.1772 LKR as of 2026-09-24, so 1 LKR buys 0.007134 TOP. Over the last 5 years, TOP/LKR traded between 121.9763 and 143.9251, averaged 130.2647 and rose 8.53%. The API holds daily TOP/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/LKR over 5Y: show the values
| Point | TOP/LKR |
|---|---|
| 2024-08-24 | 129.1637 |
| 2024-10-01 | 127.0903 |
| 2024-10-31 | 125.7943 |
| 2024-11-30 | 123.1832 |
| 2024-12-30 | 122.5720 |
| 2025-01-29 | 121.9763 |
| 2025-02-28 | 123.0742 |
| 2025-03-30 | 123.3668 |
| 2025-04-29 | 126.0760 |
| 2025-05-29 | 127.4967 |
| 2025-06-28 | 124.3279 |
| 2025-07-28 | 127.7500 |
| 2025-08-27 | 125.4158 |
| 2025-09-26 | 125.6099 |
| 2025-10-26 | 128.9427 |
| 2025-11-25 | 128.4018 |
| 2025-12-25 | 128.5215 |
| 2026-01-24 | 130.0893 |
| 2026-02-23 | 132.9298 |
| 2026-03-25 | 134.0548 |
| 2026-04-25 | 132.1702 |
| 2026-05-25 | 140.0936 |
| 2026-06-24 | 142.4189 |
| 2026-07-24 | 143.9251 |
| 2026-08-23 | 140.7206 |
| 2026-09-22 | 141.8056 |
High
143.9251
Low
121.9763
Average
130.2647
Get this rate via the API
One GET request returns the TOP/LKR 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=TOP¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/LKR API questions
How do I get the TOP/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/LKR rate in rates.LKR.
How far back does TOP/LKR historical data go?
Daily TOP/LKR 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 TOP/LKR 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.