TOP to LAK exchange rate API
Pa’anga to Kip · quoted 2026-09-25
9398.80
▲ +1.32% over 1Y
1 TOP = 9398.80 LAK · 1 LAK = 0.000106 TOP · Get this rate via the API
1 TOP buys 9398.80 LAK as of 2026-09-25, so 1 LAK buys 0.000106 TOP. Over the last year, TOP/LAK traded between 9026.33 and 9646.03, averaged 9280.03 and rose 1.32%. The API holds daily TOP/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/LAK over 1Y: show the values
| Point | TOP/LAK |
|---|---|
| 2025-09-25 | 9276.58 |
| 2025-10-02 | 9152.20 |
| 2025-10-09 | 9149.06 |
| 2025-10-16 | 9200.05 |
| 2025-10-23 | 9187.63 |
| 2025-10-30 | 9139.40 |
| 2025-11-06 | 9177.15 |
| 2025-11-13 | 9203.01 |
| 2025-11-20 | 9057.21 |
| 2025-11-27 | 9048.95 |
| 2025-12-04 | 9073.06 |
| 2025-12-12 | 9027.39 |
| 2025-12-19 | 9053.10 |
| 2025-12-26 | 9162.90 |
| 2026-01-02 | 9045.26 |
| 2026-01-09 | 9026.33 |
| 2026-01-16 | 9178.16 |
| 2026-01-23 | 9114.77 |
| 2026-01-30 | 9197.31 |
| 2026-02-06 | 9145.99 |
| 2026-02-13 | 9207.78 |
| 2026-02-20 | 9155.85 |
| 2026-02-27 | 9170.61 |
| 2026-03-06 | 9113.68 |
| 2026-03-13 | 9173.91 |
| 2026-03-20 | 9105.40 |
| 2026-03-27 | 9284.42 |
| 2026-04-03 | 9295.04 |
| 2026-04-10 | 9359.72 |
| 2026-04-18 | 9081.05 |
| 2026-04-25 | 9085.93 |
| 2026-05-02 | 9128.82 |
| 2026-05-09 | 9118.43 |
| 2026-05-17 | 9274.53 |
| 2026-05-25 | 9369.75 |
| 2026-06-01 | 9441.29 |
| 2026-06-10 | 9349.44 |
| 2026-06-17 | 9466.33 |
| 2026-06-24 | 9393.53 |
| 2026-07-01 | 9465.63 |
| 2026-07-08 | 9646.03 |
| 2026-07-15 | 9522.63 |
| 2026-07-22 | 9557.71 |
| 2026-07-29 | 9574.99 |
| 2026-08-05 | 9600.69 |
| 2026-08-12 | 9557.91 |
| 2026-08-20 | 9568.15 |
| 2026-08-27 | 9597.94 |
| 2026-09-03 | 9559.86 |
| 2026-09-10 | 9572.49 |
| 2026-09-17 | 9527.54 |
| 2026-09-24 | 9500.13 |
High
9646.03
Low
9026.33
Average
9280.03
Get this rate via the API
One GET request returns the TOP/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/LAK API questions
How do I get the TOP/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/LAK rate in rates.LAK.
How far back does TOP/LAK historical data go?
Daily TOP/LAK 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/LAK 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.