NZD to LKR exchange rate API
New Zealand Dollar to Sri Lanka Rupee · quoted 2026-09-25
187.4777
▲ +8.58% over 1Y
1 NZD = 187.4777 LKR · 1 LKR = 0.005334 NZD · Get this rate via the API
1 NZD buys 187.4777 LKR as of 2026-09-25, so 1 LKR buys 0.005334 NZD. Over the last year, NZD/LKR traded between 172.6632 and 200.3419, averaged 185.6839 and rose 8.58%. The API holds daily NZD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NZD/LKR over 1Y: show the values
| Point | NZD/LKR |
|---|---|
| 2025-09-25 | 172.6632 |
| 2025-10-02 | 173.0979 |
| 2025-10-09 | 175.2165 |
| 2025-10-16 | 174.1651 |
| 2025-10-23 | 174.5889 |
| 2025-10-30 | 174.5830 |
| 2025-11-06 | 172.9230 |
| 2025-11-13 | 172.9950 |
| 2025-11-20 | 173.3089 |
| 2025-11-27 | 176.2707 |
| 2025-12-04 | 178.0786 |
| 2025-12-11 | 179.8810 |
| 2025-12-18 | 178.6330 |
| 2025-12-25 | 180.7759 |
| 2026-01-01 | 178.2948 |
| 2026-01-08 | 178.3647 |
| 2026-01-15 | 178.0198 |
| 2026-01-22 | 182.5171 |
| 2026-01-29 | 188.5375 |
| 2026-02-05 | 186.0126 |
| 2026-02-12 | 188.0070 |
| 2026-02-19 | 184.7580 |
| 2026-02-26 | 185.7174 |
| 2026-03-05 | 184.3636 |
| 2026-03-12 | 183.7219 |
| 2026-03-19 | 181.0633 |
| 2026-03-26 | 181.9670 |
| 2026-04-02 | 180.3331 |
| 2026-04-09 | 184.4228 |
| 2026-04-16 | 186.4836 |
| 2026-04-23 | 187.0613 |
| 2026-04-30 | 187.7951 |
| 2026-05-07 | 192.4963 |
| 2026-05-14 | 193.1346 |
| 2026-05-21 | 200.3419 |
| 2026-05-28 | 193.7873 |
| 2026-06-04 | 197.6230 |
| 2026-06-11 | 192.7387 |
| 2026-06-18 | 192.6072 |
| 2026-06-25 | 190.2566 |
| 2026-07-02 | 190.8788 |
| 2026-07-09 | 192.9846 |
| 2026-07-16 | 197.2045 |
| 2026-07-23 | 194.8888 |
| 2026-07-30 | 196.5999 |
| 2026-08-06 | 197.8173 |
| 2026-08-13 | 195.4636 |
| 2026-08-20 | 196.6145 |
| 2026-08-27 | 195.9614 |
| 2026-09-03 | 193.1554 |
| 2026-09-10 | 191.8393 |
| 2026-09-17 | 191.0285 |
| 2026-09-24 | 187.4112 |
High
200.3419
Low
172.6632
Average
185.6839
Get this rate via the API
One GET request returns the NZD/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=NZD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
NZD/LKR API questions
How do I get the NZD/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/LKR rate in rates.LKR.
How far back does NZD/LKR historical data go?
Daily NZD/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 NZD/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.