Skip to content

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

NZD/LKR over 1Y: show the values
PointNZD/LKR
2025-09-25172.6632
2025-10-02173.0979
2025-10-09175.2165
2025-10-16174.1651
2025-10-23174.5889
2025-10-30174.5830
2025-11-06172.9230
2025-11-13172.9950
2025-11-20173.3089
2025-11-27176.2707
2025-12-04178.0786
2025-12-11179.8810
2025-12-18178.6330
2025-12-25180.7759
2026-01-01178.2948
2026-01-08178.3647
2026-01-15178.0198
2026-01-22182.5171
2026-01-29188.5375
2026-02-05186.0126
2026-02-12188.0070
2026-02-19184.7580
2026-02-26185.7174
2026-03-05184.3636
2026-03-12183.7219
2026-03-19181.0633
2026-03-26181.9670
2026-04-02180.3331
2026-04-09184.4228
2026-04-16186.4836
2026-04-23187.0613
2026-04-30187.7951
2026-05-07192.4963
2026-05-14193.1346
2026-05-21200.3419
2026-05-28193.7873
2026-06-04197.6230
2026-06-11192.7387
2026-06-18192.6072
2026-06-25190.2566
2026-07-02190.8788
2026-07-09192.9846
2026-07-16197.2045
2026-07-23194.8888
2026-07-30196.5999
2026-08-06197.8173
2026-08-13195.4636
2026-08-20196.6145
2026-08-27195.9614
2026-09-03193.1554
2026-09-10191.8393
2026-09-17191.0285
2026-09-24187.4112

High

200.3419

Low

172.6632

Average

185.6839

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&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=NZD&currencies=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&currencies=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.