Skip to content

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

TOP/LKR over 5Y: show the values
PointTOP/LKR
2024-08-24129.1637
2024-10-01127.0903
2024-10-31125.7943
2024-11-30123.1832
2024-12-30122.5720
2025-01-29121.9763
2025-02-28123.0742
2025-03-30123.3668
2025-04-29126.0760
2025-05-29127.4967
2025-06-28124.3279
2025-07-28127.7500
2025-08-27125.4158
2025-09-26125.6099
2025-10-26128.9427
2025-11-25128.4018
2025-12-25128.5215
2026-01-24130.0893
2026-02-23132.9298
2026-03-25134.0548
2026-04-25132.1702
2026-05-25140.0936
2026-06-24142.4189
2026-07-24143.9251
2026-08-23140.7206
2026-09-22141.8056

High

143.9251

Low

121.9763

Average

130.2647

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.