Skip to content

TOP to LKR exchange rate API

Pa’anga to Sri Lanka Rupee · quoted 2026-09-24

140.1772

▲ +11.41% over 1Y

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 year, TOP/LKR traded between 125.5377 and 147.0419, averaged 135.5159 and rose 11.41%. 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 1Y

TOP/LKR over 1Y: show the values
PointTOP/LKR
2025-09-24125.8200
2025-10-01125.5377
2025-10-08128.5454
2025-10-15128.9402
2025-10-22128.8993
2025-10-29128.1149
2025-11-05129.7358
2025-11-12129.3133
2025-11-19128.9793
2025-11-26128.7196
2025-12-03128.8835
2025-12-10129.5222
2025-12-17129.8851
2025-12-24129.9212
2025-12-31130.2715
2026-01-07130.3897
2026-01-14130.5855
2026-01-21131.2527
2026-01-28132.3126
2026-02-04132.8936
2026-02-11133.0113
2026-02-18132.5268
2026-02-25132.6941
2026-03-04132.4478
2026-03-11132.6580
2026-03-18133.2897
2026-03-25134.0548
2026-04-01133.8797
2026-04-08133.9165
2026-04-16136.3430
2026-04-23135.3099
2026-04-30138.0741
2026-05-07138.1531
2026-05-14140.4343
2026-05-21147.0419
2026-05-28140.9184
2026-06-04143.2255
2026-06-11140.8444
2026-06-18144.3028
2026-06-25142.4945
2026-07-02142.0450
2026-07-09141.9003
2026-07-16143.2163
2026-07-23143.7460
2026-07-30143.0742
2026-08-06142.4644
2026-08-13141.9007
2026-08-20141.2084
2026-08-27140.9937
2026-09-03140.7424
2026-09-10140.7633
2026-09-17141.3945
2026-09-24140.0866

High

147.0419

Low

125.5377

Average

135.5159

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.