Skip to content

LKR to PYG exchange rate API

Sri Lanka Rupee to Guarani · quoted 2026-09-25

17.9460

▼ +1.46% over 30D

1 LKR = 17.9460 PYG · 1 PYG = 0.05572 LKR · Get this rate via the API

1 LKR buys 17.9460 PYG as of 2026-09-25, so 1 PYG buys 0.05572 LKR. Over the last 30 days, LKR/PYG traded between 17.8283 and 18.2223, averaged 18.0352 and fell 1.46%. The API holds daily LKR/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/PYG over 30D

LKR/PYG over 30D: show the values
PointLKR/PYG
2026-08-2618.2119
2026-08-2718.1798
2026-08-2818.0349
2026-08-2918.0616
2026-08-3018.0440
2026-08-3118.1029
2026-09-0117.9828
2026-09-0217.9591
2026-09-0317.9557
2026-09-0418.0447
2026-09-0518.2223
2026-09-0618.2017
2026-09-0718.1930
2026-09-0818.1618
2026-09-0918.0435
2026-09-1017.9239
2026-09-1117.8869
2026-09-1218.0131
2026-09-1318.0282
2026-09-1417.9766
2026-09-1518.2117
2026-09-1618.0854
2026-09-1717.9438
2026-09-1817.8283
2026-09-1917.9377
2026-09-2017.9029
2026-09-2118.0392
2026-09-2217.9808
2026-09-2318.0209
2026-09-2417.9676

High

18.2223

Low

17.8283

Average

18.0352

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=PYG").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/PYG API questions

How do I get the LKR/PYG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/PYG rate in rates.PYG.

How far back does LKR/PYG historical data go?

Daily LKR/PYG 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 LKR/PYG 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.